====== Load Compressed Kml ====== ===== Description ===== Load a kmz. ===== Inputs ===== ^ 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. | ===== 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. | | step | [[non_negative_integer_value_type|Non Negative Integer Value (nullable)]] | Current step or model iteration. | | Workdir | [[workdir|Workdir (nullable)]] | Work directory path. | ===== Outputs ===== ^ Name ^ Type ^ Description ^ | kml | kml | kml. | ===== Group ===== [[Functor List#Input/Output | Input/Output]] ===== Internal Name ===== LoadCompressedKml