kml2kmz.m
by Ryan Bell
21 Nov 2012
(Updated 10 Dec 2012)
Converts .kml file types into self-contained .kmz filetypes.
|
Watch this File
|
| File Information |
| Description |
kml2kmz copies all the support documents used by the kml into a single 'files' folder, and updates the file path in the kml to the new relative path accordingly. The kml is also copied, then zipped up with the new copies of supporting files. The zip file is then renamed with a .kmz extension, and put in the same folder as the original kml. The new copies of supporting documents are then deleted by default. Supporting documents referenced by KML attributes are not yet supported. |
| MATLAB release |
MATLAB 8.0 (R2012b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 27 Nov 2012 |
Added online file download, improved error detection, and does not copy identical files more than once. |
| 10 Dec 2012 |
v2.1 - added conditional check for existing, but empty, elements
|
|
Contact us