Api session event editor geotiff: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
Api session event editor geotiff Events. | Api session event editor geotiff Events. | ||
GeoTiff editing. | API Endpoints for GeoTiff editing. | ||
{|class=wikitable | {|class=wikitable | ||
!Name | !Name | ||
!Description | !Description | ||
|- | |- | ||
|[[Api session event editor geotiff add| | |[[Api session event editor geotiff add|add]] | ||
|Add new [[GeoTIFF]] [[Item]] with provided file. For files larger than 2GB, use the Stream API or Web URL. | |Add new [[GeoTIFF]] [[Item]] with provided file. For files larger than 2GB, use the Stream API or Web URL. | ||
|- | |- | ||
|[[Api session event editor geotiff remove| | |[[Api session event editor geotiff remove|remove]] | ||
|Remove existing [[GeoTIFF]] | |Remove existing [[GeoTIFF]] | ||
|} | |} | ||
Additional API Endpoints: | |||
{|class=wikitable | {|class=wikitable | ||
!Name | !Name | ||
!Description | !Description | ||
|- | |- | ||
|[[Api session event editor geotiff add ascii| | |[[Api session event editor geotiff add ascii|add_ascii]] | ||
|Add new [[GeoTIFF]] [[Item]] with provided ASCII file. For files larger than 2GB, use the Stream API or Web URL. | |Add new [[GeoTIFF]] [[Item]] with provided ASCII file. For files larger than 2GB, use the Stream API or Web URL. | ||
|- | |- | ||
|[[Api session event editor geotiff add ascii url| | |[[Api session event editor geotiff add ascii url|add_ascii_url]] | ||
|Add new [[GeoTIFF]] [[Item]] from Web ASCII URL. | |Add new [[GeoTIFF]] [[Item]] from Web ASCII URL. | ||
|- | |- | ||
|[[Api session event editor geotiff add url| | |[[Api session event editor geotiff add url|add_url]] | ||
|Add new [[GeoTIFF]] [[Item]] from Web URL. | |Add new [[GeoTIFF]] [[Item]] from Web URL. | ||
|- | |- | ||
|[[Api session event editor geotiff export| | |[[Api session event editor geotiff export|export]] | ||
|Export [[GeoTIFF]]. For files larger than 2GB, use the Stream API. | |Export [[GeoTIFF]]. For files larger than 2GB, use the Stream API. | ||
|- | |- | ||
|[[Api session event editor geotiff set geotiff| | |[[Api session event editor geotiff set geotiff|set_geotiff]] | ||
|Update existing [[GeoTIFF]] [[Item]] with provided file. For files larger than 2GB, use the Stream API or Web URL. | |Update existing [[GeoTIFF]] [[Item]] with provided file. For files larger than 2GB, use the Stream API or Web URL. | ||
|- | |- | ||
|[[Api session event editor geotiff set geotiff url| | |[[Api session event editor geotiff set geotiff url|set_geotiff_url]] | ||
|Update existing [[GeoTIFF]] [[Item]] from Web URL. | |Update existing [[GeoTIFF]] [[Item]] from Web URL. | ||
|} | |} | ||
{{article end|seealso=*[[Api Events]] | {{article end|seealso=*[[Api Events]] | ||
}} | }} | ||
[[Category:API]] | [[Category:API]] | ||
Revision as of 11:24, 10 April 2026
Api session event editor geotiff Events.
API Endpoints for GeoTiff editing.
| Name | Description |
|---|---|
| add | Add new GeoTIFF Item with provided file. For files larger than 2GB, use the Stream API or Web URL. |
| remove | Remove existing GeoTIFF |
Additional API Endpoints:
| Name | Description |
|---|---|
| add_ascii | Add new GeoTIFF Item with provided ASCII file. For files larger than 2GB, use the Stream API or Web URL. |
| add_ascii_url | Add new GeoTIFF Item from Web ASCII URL. |
| add_url | Add new GeoTIFF Item from Web URL. |
| export | Export GeoTIFF. For files larger than 2GB, use the Stream API. |
| set_geotiff | Update existing GeoTIFF Item with provided file. For files larger than 2GB, use the Stream API or Web URL. |
| set_geotiff_url | Update existing GeoTIFF Item from Web URL. |