Differences

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

Link to this comparison view

load_compressed_kml [2020/04/28 12:14]
argemiro created
load_compressed_kml [2026/08/28 03:25] (current)
hermann Sync from local documentation review
Line 1: Line 1:
-====== Load Compressed Kml ====== ​+====== Load Compressed Kml ======
  
 ===== Description ===== ===== Description =====
  
-Load kmz.+Loads compressed KML (KMZ) file.
  
 ===== Inputs ===== ===== Inputs =====
  
-^ Name ^ Type ^ Description ^ +^ Name  ^ Type  ^ Description ​ 
-filename ​kmz filename ​ | Name and path of input map file. File format is automatically selected based on the filename extension. If path is not specified, file location ​is the same of model script. ​ |+Filename  ​[[Kmz Filename Type]] ​ | Name and path of the file to load. If no path is giventhe file is located relative to the model script. ​ |
  
 ===== Optional Inputs ===== ===== Optional Inputs =====
-^ Name ^ Type ^ Description ^ + 
-suffix ​Digits | [[non_negative_integer_value_type|Non Negative Integer Value]] ​ | Number of digits used to represent ​filename suffix ​equivalent to model step or iteration.  | +^ Name  ^ Type  ^ Description ​ ^ Default Value  ​
-step | [[non_negative_integer_value_type|Non Negative Integer Value (nullable)]]  | Current step or model iteration. ​ | +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 | 0  | 
-| Workdir | [[workdir|Workdir ​(nullable)]]  | Work directory ​path.  |+Step  ​| [[Non Negative Integer Value Type]]  | Current step or model iteration, 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 ===== ===== Outputs =====
-^ Name ^ Type ^ Description ^ + 
-kml kml  ​| ​kml.  |+^ Name  ^ Type  ^ Description ​ 
 +Kml  ​[[Kml Type]] ​ ​| ​KML loaded from the file.  |
  
 ===== Group ===== ===== Group =====
  
-[[Functor List#​Input/​Output | Input/​Output]]+[[Functor List#Input / Output | Input / Output]] 
 + 
 +===== Notes =====
  
-===== Internal Name ===== +If Step is .none, the loaded filename has no numeric suffix.
  
-LoadCompressedKml ​+===== Internal Name =====
  
 +LoadCompressedKml