|
|
| Line 75: |
Line 75: |
| '''Query for export CRS: EPSG:3857''': | | '''Query for export CRS: EPSG:3857''': |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight> | | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight> |
|
| |
| '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with local gridcell BBOX (upper-left is 0,125 and lower-right is 125,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&bbox=0,125,125,250&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with Scale: 50% (scale=0.5)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&scale=0.5&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for Timeframe: 0 (timeframe=0''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&timeframe=0&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for MapType: CURRENT (maptype=CURRENT)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&maptype=CURRENT&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for export CRS: EPSG:3857''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with local gridcell BBOX (upper-left is 0,125 and lower-right is 125,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&bbox=0,125,125,250&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with Scale: 50% (scale=0.5)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&scale=0.5&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for Timeframe: 0 (timeframe=0''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&timeframe=0&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for MapType: CURRENT (maptype=CURRENT)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&maptype=CURRENT&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for export CRS: EPSG:3857''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with local gridcell BBOX (upper-left is 0,125 and lower-right is 125,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&bbox=0,125,125,250&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with Scale: 50% (scale=0.5)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&scale=0.5&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for Timeframe: 0 (timeframe=0''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&timeframe=0&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for MapType: CURRENT (maptype=CURRENT)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&maptype=CURRENT&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for export CRS: EPSG:3857''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoJSON: Legend Points (center)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.points?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoJSON: Legend Polygons''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.polygons?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoJSON: Legend MultiPolygons''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.multipolygons?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoPackage: Legend Points (center)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.gpkgpoints?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoPackage: Legend Polygons''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.gpkgpolygons?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoPackage: Legend MultiPolygons''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.gpkgmultipolygons?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
|
| ===GET overlay.asciidxdy=== | | ===GET overlay.asciidxdy=== |
| Line 205: |
Line 133: |
|
| |
|
| ===='''Examples==== | | ===='''Examples==== |
| '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with local gridcell BBOX (upper-left is 0,125 and lower-right is 125,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&bbox=0,125,125,250&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with Scale: 50% (scale=0.5)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&scale=0.5&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for Timeframe: 0 (timeframe=0''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&timeframe=0&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for MapType: CURRENT (maptype=CURRENT)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&maptype=CURRENT&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for export CRS: EPSG:3857''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''': | | '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''': |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&token=API_TOKEN</syntaxhighlight> | | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&token=API_TOKEN</syntaxhighlight> |
| Line 240: |
Line 150: |
| '''Query for export CRS: EPSG:3857''': | | '''Query for export CRS: EPSG:3857''': |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight> | | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight> |
|
| |
| '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with local gridcell BBOX (upper-left is 0,125 and lower-right is 125,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&bbox=0,125,125,250&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with Scale: 50% (scale=0.5)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&scale=0.5&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for Timeframe: 0 (timeframe=0''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&timeframe=0&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for MapType: CURRENT (maptype=CURRENT)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&maptype=CURRENT&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for export CRS: EPSG:3857''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with local gridcell BBOX (upper-left is 0,125 and lower-right is 125,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&bbox=0,125,125,250&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with Scale: 50% (scale=0.5)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&scale=0.5&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for Timeframe: 0 (timeframe=0''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&timeframe=0&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for MapType: CURRENT (maptype=CURRENT)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&maptype=CURRENT&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for export CRS: EPSG:3857''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoJSON: Legend Points (center)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.points?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoJSON: Legend Polygons''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.polygons?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoJSON: Legend MultiPolygons''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.multipolygons?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoPackage: Legend Points (center)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.gpkgpoints?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoPackage: Legend Polygons''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.gpkgpolygons?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoPackage: Legend MultiPolygons''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.gpkgmultipolygons?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
|
| ===GET overlay.asciisquarem=== | | ===GET overlay.asciisquarem=== |
| Line 352: |
Line 208: |
|
| |
|
| ===='''Examples==== | | ===='''Examples==== |
| '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with local gridcell BBOX (upper-left is 0,125 and lower-right is 125,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&bbox=0,125,125,250&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with Scale: 50% (scale=0.5)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&scale=0.5&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for Timeframe: 0 (timeframe=0''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&timeframe=0&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for MapType: CURRENT (maptype=CURRENT)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&maptype=CURRENT&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for export CRS: EPSG:3857''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with local gridcell BBOX (upper-left is 0,125 and lower-right is 125,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&bbox=0,125,125,250&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with Scale: 50% (scale=0.5)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&scale=0.5&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for Timeframe: 0 (timeframe=0''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&timeframe=0&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for MapType: CURRENT (maptype=CURRENT)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&maptype=CURRENT&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for export CRS: EPSG:3857''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''': | | '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''': |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&token=API_TOKEN</syntaxhighlight> | | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&token=API_TOKEN</syntaxhighlight> |
| Line 405: |
Line 225: |
| '''Query for export CRS: EPSG:3857''': | | '''Query for export CRS: EPSG:3857''': |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight> | | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight> |
|
| |
| '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with local gridcell BBOX (upper-left is 0,125 and lower-right is 125,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&bbox=0,125,125,250&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with Scale: 50% (scale=0.5)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&scale=0.5&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for Timeframe: 0 (timeframe=0''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&timeframe=0&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for MapType: CURRENT (maptype=CURRENT)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&maptype=CURRENT&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for export CRS: EPSG:3857''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoJSON: Legend Points (center)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.points?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoJSON: Legend Polygons''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.polygons?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoJSON: Legend MultiPolygons''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.multipolygons?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoPackage: Legend Points (center)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.gpkgpoints?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoPackage: Legend Polygons''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.gpkgpolygons?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoPackage: Legend MultiPolygons''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.gpkgmultipolygons?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
|
| ===GET overlay.asciisquarecrs=== | | ===GET overlay.asciisquarecrs=== |
| Line 499: |
Line 283: |
|
| |
|
| ===='''Examples==== | | ===='''Examples==== |
| '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with local gridcell BBOX (upper-left is 0,125 and lower-right is 125,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&bbox=0,125,125,250&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with Scale: 50% (scale=0.5)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&scale=0.5&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for Timeframe: 0 (timeframe=0''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&timeframe=0&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for MapType: CURRENT (maptype=CURRENT)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&maptype=CURRENT&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for export CRS: EPSG:3857''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with local gridcell BBOX (upper-left is 0,125 and lower-right is 125,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&bbox=0,125,125,250&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with Scale: 50% (scale=0.5)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&scale=0.5&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for Timeframe: 0 (timeframe=0''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&timeframe=0&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for MapType: CURRENT (maptype=CURRENT)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&maptype=CURRENT&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for export CRS: EPSG:3857''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with local gridcell BBOX (upper-left is 0,125 and lower-right is 125,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&bbox=0,125,125,250&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with Scale: 50% (scale=0.5)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&scale=0.5&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for Timeframe: 0 (timeframe=0''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&timeframe=0&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for MapType: CURRENT (maptype=CURRENT)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&maptype=CURRENT&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for export CRS: EPSG:3857''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''': | | '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''': |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&token=API_TOKEN</syntaxhighlight> | | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&token=API_TOKEN</syntaxhighlight> |
| Line 570: |
Line 300: |
| '''Query for export CRS: EPSG:3857''': | | '''Query for export CRS: EPSG:3857''': |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight> | | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight> |
|
| |
| '''GeoJSON: Legend Points (center)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.points?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoJSON: Legend Polygons''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.polygons?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoJSON: Legend MultiPolygons''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.multipolygons?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoPackage: Legend Points (center)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.gpkgpoints?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoPackage: Legend Polygons''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.gpkgpolygons?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoPackage: Legend MultiPolygons''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.gpkgmultipolygons?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
|
| ===GET overlay.points=== | | ===GET overlay.points=== |
| Line 646: |
Line 358: |
|
| |
|
| ===='''Examples==== | | ===='''Examples==== |
| '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with local gridcell BBOX (upper-left is 0,125 and lower-right is 125,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&bbox=0,125,125,250&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with Scale: 50% (scale=0.5)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&scale=0.5&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for Timeframe: 0 (timeframe=0''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&timeframe=0&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for MapType: CURRENT (maptype=CURRENT)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&maptype=CURRENT&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for export CRS: EPSG:3857''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with local gridcell BBOX (upper-left is 0,125 and lower-right is 125,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&bbox=0,125,125,250&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with Scale: 50% (scale=0.5)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&scale=0.5&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for Timeframe: 0 (timeframe=0''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&timeframe=0&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for MapType: CURRENT (maptype=CURRENT)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&maptype=CURRENT&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for export CRS: EPSG:3857''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with local gridcell BBOX (upper-left is 0,125 and lower-right is 125,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&bbox=0,125,125,250&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with Scale: 50% (scale=0.5)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&scale=0.5&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for Timeframe: 0 (timeframe=0''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&timeframe=0&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for MapType: CURRENT (maptype=CURRENT)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&maptype=CURRENT&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for export CRS: EPSG:3857''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with local gridcell BBOX (upper-left is 0,125 and lower-right is 125,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&bbox=0,125,125,250&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with Scale: 50% (scale=0.5)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&scale=0.5&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for Timeframe: 0 (timeframe=0''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&timeframe=0&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for MapType: CURRENT (maptype=CURRENT)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&maptype=CURRENT&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for export CRS: EPSG:3857''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoJSON: Legend Points (center)''': | | '''GeoJSON: Legend Points (center)''': |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.points?id=ID&token=API_TOKEN</syntaxhighlight> | | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.points?id=ID&token=API_TOKEN</syntaxhighlight> |
|
| |
| '''GeoJSON: Legend Polygons''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.polygons?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoJSON: Legend MultiPolygons''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.multipolygons?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoPackage: Legend Points (center)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.gpkgpoints?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoPackage: Legend Polygons''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.gpkgpolygons?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoPackage: Legend MultiPolygons''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.gpkgmultipolygons?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
|
| ===GET overlay.polygons=== | | ===GET overlay.polygons=== |
| Line 793: |
Line 418: |
|
| |
|
| ===='''Examples==== | | ===='''Examples==== |
| '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with local gridcell BBOX (upper-left is 0,125 and lower-right is 125,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&bbox=0,125,125,250&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with Scale: 50% (scale=0.5)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&scale=0.5&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for Timeframe: 0 (timeframe=0''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&timeframe=0&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for MapType: CURRENT (maptype=CURRENT)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&maptype=CURRENT&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for export CRS: EPSG:3857''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with local gridcell BBOX (upper-left is 0,125 and lower-right is 125,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&bbox=0,125,125,250&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with Scale: 50% (scale=0.5)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&scale=0.5&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for Timeframe: 0 (timeframe=0''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&timeframe=0&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for MapType: CURRENT (maptype=CURRENT)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&maptype=CURRENT&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for export CRS: EPSG:3857''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with local gridcell BBOX (upper-left is 0,125 and lower-right is 125,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&bbox=0,125,125,250&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with Scale: 50% (scale=0.5)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&scale=0.5&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for Timeframe: 0 (timeframe=0''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&timeframe=0&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for MapType: CURRENT (maptype=CURRENT)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&maptype=CURRENT&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for export CRS: EPSG:3857''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with local gridcell BBOX (upper-left is 0,125 and lower-right is 125,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&bbox=0,125,125,250&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with Scale: 50% (scale=0.5)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&scale=0.5&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for Timeframe: 0 (timeframe=0''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&timeframe=0&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for MapType: CURRENT (maptype=CURRENT)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&maptype=CURRENT&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for export CRS: EPSG:3857''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoJSON: Legend Points (center)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.points?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoJSON: Legend Polygons''': | | '''GeoJSON: Legend Polygons''': |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.polygons?id=ID&token=API_TOKEN</syntaxhighlight> | | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.polygons?id=ID&token=API_TOKEN</syntaxhighlight> |
|
| |
| '''GeoJSON: Legend MultiPolygons''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.multipolygons?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoPackage: Legend Points (center)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.gpkgpoints?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoPackage: Legend Polygons''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.gpkgpolygons?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoPackage: Legend MultiPolygons''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.gpkgmultipolygons?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
|
| ===GET overlay.multipolygons=== | | ===GET overlay.multipolygons=== |
| Line 940: |
Line 478: |
|
| |
|
| ===='''Examples==== | | ===='''Examples==== |
| '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with local gridcell BBOX (upper-left is 0,125 and lower-right is 125,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&bbox=0,125,125,250&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with Scale: 50% (scale=0.5)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&scale=0.5&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for Timeframe: 0 (timeframe=0''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&timeframe=0&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for MapType: CURRENT (maptype=CURRENT)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&maptype=CURRENT&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for export CRS: EPSG:3857''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with local gridcell BBOX (upper-left is 0,125 and lower-right is 125,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&bbox=0,125,125,250&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with Scale: 50% (scale=0.5)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&scale=0.5&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for Timeframe: 0 (timeframe=0''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&timeframe=0&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for MapType: CURRENT (maptype=CURRENT)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&maptype=CURRENT&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for export CRS: EPSG:3857''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with local gridcell BBOX (upper-left is 0,125 and lower-right is 125,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&bbox=0,125,125,250&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with Scale: 50% (scale=0.5)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&scale=0.5&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for Timeframe: 0 (timeframe=0''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&timeframe=0&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for MapType: CURRENT (maptype=CURRENT)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&maptype=CURRENT&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for export CRS: EPSG:3857''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with local gridcell BBOX (upper-left is 0,125 and lower-right is 125,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&bbox=0,125,125,250&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with Scale: 50% (scale=0.5)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&scale=0.5&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for Timeframe: 0 (timeframe=0''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&timeframe=0&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for MapType: CURRENT (maptype=CURRENT)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&maptype=CURRENT&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for export CRS: EPSG:3857''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoJSON: Legend Points (center)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.points?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoJSON: Legend Polygons''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.polygons?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoJSON: Legend MultiPolygons''': | | '''GeoJSON: Legend MultiPolygons''': |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.multipolygons?id=ID&token=API_TOKEN</syntaxhighlight> | | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.multipolygons?id=ID&token=API_TOKEN</syntaxhighlight> |
|
| |
| '''GeoPackage: Legend Points (center)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.gpkgpoints?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoPackage: Legend Polygons''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.gpkgpolygons?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoPackage: Legend MultiPolygons''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.gpkgmultipolygons?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
|
| ===GET overlay.gpkgpoints=== | | ===GET overlay.gpkgpoints=== |
| Line 1,087: |
Line 538: |
|
| |
|
| ===='''Examples==== | | ===='''Examples==== |
| '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with local gridcell BBOX (upper-left is 0,125 and lower-right is 125,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&bbox=0,125,125,250&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with Scale: 50% (scale=0.5)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&scale=0.5&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for Timeframe: 0 (timeframe=0''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&timeframe=0&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for MapType: CURRENT (maptype=CURRENT)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&maptype=CURRENT&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for export CRS: EPSG:3857''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with local gridcell BBOX (upper-left is 0,125 and lower-right is 125,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&bbox=0,125,125,250&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with Scale: 50% (scale=0.5)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&scale=0.5&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for Timeframe: 0 (timeframe=0''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&timeframe=0&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for MapType: CURRENT (maptype=CURRENT)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&maptype=CURRENT&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for export CRS: EPSG:3857''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with local gridcell BBOX (upper-left is 0,125 and lower-right is 125,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&bbox=0,125,125,250&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with Scale: 50% (scale=0.5)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&scale=0.5&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for Timeframe: 0 (timeframe=0''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&timeframe=0&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for MapType: CURRENT (maptype=CURRENT)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&maptype=CURRENT&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for export CRS: EPSG:3857''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with local gridcell BBOX (upper-left is 0,125 and lower-right is 125,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&bbox=0,125,125,250&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with Scale: 50% (scale=0.5)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&scale=0.5&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for Timeframe: 0 (timeframe=0''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&timeframe=0&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for MapType: CURRENT (maptype=CURRENT)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&maptype=CURRENT&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for export CRS: EPSG:3857''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoJSON: Legend Points (center)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.points?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoJSON: Legend Polygons''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.polygons?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoJSON: Legend MultiPolygons''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.multipolygons?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoPackage: Legend Points (center)''': | | '''GeoPackage: Legend Points (center)''': |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.gpkgpoints?id=ID&token=API_TOKEN</syntaxhighlight> | | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.gpkgpoints?id=ID&token=API_TOKEN</syntaxhighlight> |
|
| |
| '''GeoPackage: Legend Polygons''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.gpkgpolygons?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoPackage: Legend MultiPolygons''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.gpkgmultipolygons?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
|
| ===GET overlay.gpkgpolygons=== | | ===GET overlay.gpkgpolygons=== |
| Line 1,234: |
Line 598: |
|
| |
|
| ===='''Examples==== | | ===='''Examples==== |
| '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with local gridcell BBOX (upper-left is 0,125 and lower-right is 125,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&bbox=0,125,125,250&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with Scale: 50% (scale=0.5)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&scale=0.5&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for Timeframe: 0 (timeframe=0''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&timeframe=0&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for MapType: CURRENT (maptype=CURRENT)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&maptype=CURRENT&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for export CRS: EPSG:3857''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with local gridcell BBOX (upper-left is 0,125 and lower-right is 125,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&bbox=0,125,125,250&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with Scale: 50% (scale=0.5)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&scale=0.5&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for Timeframe: 0 (timeframe=0''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&timeframe=0&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for MapType: CURRENT (maptype=CURRENT)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&maptype=CURRENT&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for export CRS: EPSG:3857''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with local gridcell BBOX (upper-left is 0,125 and lower-right is 125,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&bbox=0,125,125,250&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with Scale: 50% (scale=0.5)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&scale=0.5&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for Timeframe: 0 (timeframe=0''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&timeframe=0&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for MapType: CURRENT (maptype=CURRENT)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&maptype=CURRENT&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for export CRS: EPSG:3857''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with local gridcell BBOX (upper-left is 0,125 and lower-right is 125,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&bbox=0,125,125,250&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with Scale: 50% (scale=0.5)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&scale=0.5&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for Timeframe: 0 (timeframe=0''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&timeframe=0&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for MapType: CURRENT (maptype=CURRENT)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&maptype=CURRENT&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for export CRS: EPSG:3857''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoJSON: Legend Points (center)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.points?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoJSON: Legend Polygons''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.polygons?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoJSON: Legend MultiPolygons''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.multipolygons?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoPackage: Legend Points (center)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.gpkgpoints?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoPackage: Legend Polygons''': | | '''GeoPackage: Legend Polygons''': |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.gpkgpolygons?id=ID&token=API_TOKEN</syntaxhighlight> | | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.gpkgpolygons?id=ID&token=API_TOKEN</syntaxhighlight> |
|
| |
| '''GeoPackage: Legend MultiPolygons''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.gpkgmultipolygons?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
|
| ===GET overlay.gpkgmultipolygons=== | | ===GET overlay.gpkgmultipolygons=== |
| Line 1,381: |
Line 658: |
|
| |
|
| ===='''Examples==== | | ===='''Examples==== |
| '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with local gridcell BBOX (upper-left is 0,125 and lower-right is 125,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&bbox=0,125,125,250&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with Scale: 50% (scale=0.5)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&scale=0.5&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for Timeframe: 0 (timeframe=0''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&timeframe=0&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for MapType: CURRENT (maptype=CURRENT)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&maptype=CURRENT&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for export CRS: EPSG:3857''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.geotiff?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with local gridcell BBOX (upper-left is 0,125 and lower-right is 125,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&bbox=0,125,125,250&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with Scale: 50% (scale=0.5)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&scale=0.5&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for Timeframe: 0 (timeframe=0''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&timeframe=0&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for MapType: CURRENT (maptype=CURRENT)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&maptype=CURRENT&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for export CRS: EPSG:3857''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciidxdy?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with local gridcell BBOX (upper-left is 0,125 and lower-right is 125,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&bbox=0,125,125,250&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with Scale: 50% (scale=0.5)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&scale=0.5&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for Timeframe: 0 (timeframe=0''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&timeframe=0&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for MapType: CURRENT (maptype=CURRENT)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&maptype=CURRENT&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for export CRS: EPSG:3857''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarem?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Complete Grid Overlay (upper-left is 0,0 and lower-right is 250,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with local gridcell BBOX (upper-left is 0,125 and lower-right is 125,250)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&bbox=0,125,125,250&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query with Scale: 50% (scale=0.5)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&scale=0.5&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for Timeframe: 0 (timeframe=0''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&timeframe=0&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for MapType: CURRENT (maptype=CURRENT)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&maptype=CURRENT&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''Query for export CRS: EPSG:3857''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.asciisquarecrs?id=ID&crs=3857&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoJSON: Legend Points (center)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.points?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoJSON: Legend Polygons''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.polygons?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoJSON: Legend MultiPolygons''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.multipolygons?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoPackage: Legend Points (center)''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.gpkgpoints?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoPackage: Legend Polygons''':
| |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.gpkgpolygons?id=ID&token=API_TOKEN</syntaxhighlight>
| |
|
| |
| '''GeoPackage: Legend MultiPolygons''': | | '''GeoPackage: Legend MultiPolygons''': |
| <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.gpkgmultipolygons?id=ID&token=API_TOKEN</syntaxhighlight> | | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.gpkgmultipolygons?id=ID&token=API_TOKEN</syntaxhighlight> |