image thumbnail

kml2struct

version 1.1.0.0 (1.95 KB) by James Slegers
Import a .kml file as a series of shapefile structs. Like kml_shapefile, but more stable.

7K Downloads

Updated08 Jun 2012

View License

Editor's Note:This file was selected as MATLAB CentralPick of the Week

Import a Google Earth .kml file of points, lines, polygons, or a combination, as a Matlab struct, compatible with the Mapping Toolbox features, and with shapefiles imported with shaperead().

Structs are composed of the following fields:

- Geometry
- Name
- Description
- Lon
- Lat
- BoundingBox

Mapping Toolbox polygons require a clockwise convention to specify between negative and positive areas. These are not specified in .kml files, so all polygons are converted to clockwise orientation to guarantee that they represent positive space.

Cite As

James Slegers (2021).kml2struct(//www.tatmou.com/matlabcentral/fileexchange/35642-kml2struct), MATLAB Central File Exchange. Retrieved.

MATLAB Release Compatibility
Created with R2010b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!