Api session event editor geotiff: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
API Endpoint: api/session/event/editorgeotiff/ | |||
API endpoints for [[GeoTIFF]] editing. | API endpoints for [[GeoTIFF]] editing. | ||
| Line 36: | Line 36: | ||
|Update existing [[GeoTIFF]] [[Item]] from Web URL. | |Update existing [[GeoTIFF]] [[Item]] from Web URL. | ||
|} | |} | ||
{{article end|seealso=*[[Api | {{article end|seealso=*[[Api Session Endpoints]] | ||
*[[Api session items geotiffs]] | *[[Api session items geotiffs]] | ||
}} | }} | ||
[[Category:API]] | [[Category:API]] | ||
Latest revision as of 08:39, 3 June 2026
API Endpoint: api/session/event/editorgeotiff/
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. |