Differences

This shows you the differences between two versions of the page.

Link to this comparison view

save_compressed_kml [2026/08/28 03:00] (current)
hermann Create new page from functor_docs documentation
Line 1: Line 1:
 +====== Save Compressed Kml ======
 +
 +===== Description =====
 +
 +Saves a KML as a compressed KMZ file, bundling every link it uses into the archive.
 +
 +===== Inputs =====
 +
 +^ Name  ^ Type  ^ Description ​ ^
 +| Map  | [[Kml Type]] ​ | KML to be saved. ​ |
 +| Filename ​ | [[Kmz Filename Type]] ​ | Name and path of the KMZ file the KML is saved to.  |
 +
 +===== Optional Inputs =====
 +
 +^ Name  ^ Type  ^ Description ​ ^ Default Value  ^
 +| Suffix Digits ​ | [[Non Negative Integer Value Type]] ​ | Number of digits used to render Step as a filename suffix. If Step needs more digits than this, it is used unmodified. If zero, no suffix is added. This is an advanced port.  | 2  |
 +| Step  | [[Non Negative Integer Value Type]] ​ | Model step that produced the file, appended to Filename as a numeric suffix; automatically bound to the innermost compatible container. This is an advanced port.  | .none  |
 +| Workdir ​ | [[Workdir Type]] ​ | Work directory Filename is relative to; may be a folder or a Zip archive. When not bound, the directory containing the script is used. This is an advanced port.  | .none  |
 +
 +===== Outputs =====
 +
 +None.
 +
 +===== Group =====
 +
 +[[Functor List#Input / Output | Input / Output]]
 +
 +===== Notes =====
 +
 +If Step is .none, the saved filename has no numeric suffix.
 +
 +===== Internal Name =====
 +
 +SaveCompressedKml