Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
create_kml [2020/04/28 17:10] argemiro created |
create_kml [2026/08/28 03:14] (current) hermann Sync from local documentation review |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Description ===== | ===== Description ===== | ||
| - | Create a kml from a map. | + | Creates a georeferenced KML file from a categorical map, so that the map can be opened and viewed in Google Earth. |
| ===== Inputs ===== | ===== Inputs ===== | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | Input | [[map_type|Map]] | Any map file. | | + | | Map | [[Categorical Map Type]] | Map from which the georeferenced KML is generated. | |
| ===== Optional Inputs ===== | ===== Optional Inputs ===== | ||
| - | ^ Name ^ Type ^ Description^ | + | None. |
| - | | Use Full Precision | [[boolean_value_type|Boolean Value]] | Select this option if output map should use the largest possible Cell Type, to prevent precision errors when the sum is potentially bigger than Input map Cell Type limits. | | + | |
| ===== Outputs ===== | ===== Outputs ===== | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | Result | [[Map Type | Map]] | Resulting integral map. | | + | | Kml | [[Kml Type]] | Resulting KML. | |
| - | + | ||
| - | ===== Notes ===== | + | |
| - | + | ||
| - | [[Keyhole Markup Language (KML)]] is an XML notation for expressing geographic annotation and visualization within two-dimensional maps and three-dimensional Earth browsers. KML was developed for use with Google Earth, which was originally named Keyhole Earth Viewer. | + | |
| ===== Group ===== | ===== Group ===== | ||
| Line 28: | Line 23: | ||
| [[Functor List#Map Algebra | Map Algebra]] | [[Functor List#Map Algebra | Map Algebra]] | ||
| + | ===== Notes ===== | ||
| + | |||
| + | [[https://en.wikipedia.org/wiki/Keyhole_Markup_Language|KML (Keyhole Markup Language)]] is an XML notation for describing geographic annotation and visualization in two-dimensional maps and three-dimensional Earth browsers, developed for use with Google Earth. | ||
| ===== Internal Name ===== | ===== Internal Name ===== | ||
| - | CalcIntegralMap | + | CreateKml |