kml2struct

Import a .kml file as a series of shapefile structs. Like kml_shapefile, but more stable.

이 제출물을 팔로우합니다

편집자 메모: This file was selected as MATLAB Central Pick 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.

인용 양식

James Slegers (2026). kml2struct (https://kr.mathworks.com/matlabcentral/fileexchange/35642-kml2struct), MATLAB Central File Exchange. 검색 날짜: .

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.1.0.0

Fixed description tag clipping, and the cell2double issue - both of which were mentioned by Stephen in the comments.

1.0.0.0