Api session event editor geotiff: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
Tag: Manual revert
No edit summary
Line 7: Line 7:
|-
|-
|[[api session event editor geotiff add|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|REMOVE]]
|[[api session event editor geotiff remove|REMOVE]]
|Remove existing [[Geo Tiff]]
|Remove existing [[GeoTIFF]]
|}
|}


Line 19: Line 19:
|-
|-
|[[api session event editor geotiff add ascii|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|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|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|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|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|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 08:14, 31 March 2026

API api session event editor geotiff Events.

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

Specific Events:

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.

See also