Differences
This shows you the differences between two versions of the page.
|
set_kml_timeline [2020/04/28 17:34] argemiro created |
set_kml_timeline [2026/08/28 03:34] (current) hermann Sync from local documentation review |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Set kml Timeline ====== | + | ====== Set Kml Timeline ====== |
| ===== Description ===== | ===== Description ===== | ||
| - | This functor inserts a georeference image kml into a timeline kml. | + | Adds a georeferenced KML to a KML timeline, associating it with the time interval given by Begin Time and End Time, so that it appears at the right point when the timeline is played back in Google Earth. |
| ===== Inputs ===== | ===== Inputs ===== | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | kml | kml | Kml with the georefence image. | | + | | Kml | [[Kml Type]] | Georeferenced KML to add to the timeline. | |
| ===== Optional Inputs ===== | ===== Optional Inputs ===== | ||
| - | ^ Name ^ Type ^ Description^ | + | ^ Name ^ Type ^ Description ^ Default Value ^ |
| - | | Begin Time | Date (nullable) | Image begin date.The date has specifics formats, which are for: Year YYYY, YearMonth YYYY-MM or Complete date YYYY-MM-DD | | + | | Kml Timeline | [[Kml Timeline Type]] | Existing timeline KML, already holding previously added maps, that Kml is appended to; the combined result is returned as Result. If not given, a new timeline is started. | .none | |
| - | | End Time | Date (nullable) | Image begin date.The date has specifics formats, which are for: Year YYYY, YearMonth YYYY-MM or Complete date YYYY-MM-DD | | + | | Begin Time | [[Date Type]] | Date Kml should begin appearing in the timeline. Accepted formats are year (YYYY), year and month (YYYY-MM), or a complete date (YYYY-MM-DD). | .none | |
| + | | End Time | [[Date Type]] | Date Kml should stop appearing in the timeline. Accepted formats are year (YYYY), year and month (YYYY-MM), or a complete date (YYYY-MM-DD). | .none | | ||
| ===== Outputs ===== | ===== Outputs ===== | ||
| + | |||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | Result | kml Timeline | The resulting kml. | | + | | Result | [[Kml Timeline Type]] | Resulting timeline KML, with georeferenced maps placed at their associated dates. | |
| ===== Group ===== | ===== Group ===== | ||
| Line 24: | Line 26: | ||
| [[Functor List#Map Algebra | Map Algebra]] | [[Functor List#Map Algebra | Map Algebra]] | ||
| + | ===== Notes ===== | ||
| + | |||
| + | None. | ||
| ===== Internal Name ===== | ===== Internal Name ===== | ||