KML-Matlab-Shapefile conversion

버전 1.2.0.0 (5.21 KB) 작성자: Michael Toomey
Matlab script to import KML files into Matlab as well as conversion to Shapefile.
다운로드 수: 5.5K
업데이트 날짜: 2010/6/1

라이선스 보기

Matlab script to read KML files into a mapstruct structure array and offers the option of writing to a Shapefile. KML files must be of a uniform type: Point, LineString, LinearRing or
Polygon. The output contains 5-6 fields, 'Geometry', 'X', 'Y', 'altitude', 'Id' and 'name'. The final field is created and populated only if there is exactly one <name> tag for each feature - these are the names that are used in Google Earth for labeling. This mapstruct array can be easily displayed in Matlab using the 'mapshow' or 'geoshow' command. This output format allows exporting to a Shapefile using the Matlab command, 'shapewrite', which is initiated by entering an output filename into the function. This conversion requires Matlab version 2008a or a more recent version.

인용 양식

Michael Toomey (2025). KML-Matlab-Shapefile conversion (https://kr.mathworks.com/matlabcentral/fileexchange/25104-kml-matlab-shapefile-conversion), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2008a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.2.0.0

June 1, 2010 : Small change to the help information/description to correct a typo. The code itself is exactly the same.

1.0.0.0