GetDTMTile Service - v1.4
Introduction
The GetDTMTile service will take x/y tile coordinates and deliver one DTM tile from Vexcel’s high-resolution continuous orthorectified Digital Terrain Model (DTM). This service is particularly useful for:
Modeling a Landscape
Mapping Hydrologic Networks (Flood/Drainage Modeling)
Surveying for Land-Use
Geomorphological Mapping
Technical Details
The GetDTMTile service is accessed by specifying the zoom level and tile coordinate(x,y) according to WMTS (Web Map Tile Service) specifications. The tiles returned will be WMTS-conforming, 256x256 pixels at 22 cm resolution in 32-bit GeoTIFF format. Each pixel will have an elevation value in meters (over the EGM2008 geoid).
Each tile contains the header object cache-control: max-age
, set to 21515 seconds or roughly 6 hours. max-age
can be used by the end client to reduce the number of times the same tile is downloaded within a single user session.
Output Tile Specifications:
WMTS Specification
256 x 256 pixels
32-bit depth
Pixel elevation in Meters (over Geoid EGM2008)
7.5-centimeter resolution (accuracy RMSE 22cm)
Image format: GeoTIFF
Output format: Single image file.
Base URL
This service will answer to requests on following URLs:
Mandatory parameters only - Defined as ordered http REST parameters:
https://api.gic.org/images/GetDTMTile/{zoom}/{tilex}/{tiley}?token={token}
Mandatory parameters only - Defined as Key Value Pairs:
https://api.gic.org/images/GetDTMTile?zoom={zoom}&tilex={tilex}&tiley={tiley}&token={token}
All parameters - Defined as a mix of REST and Key Value Pairs:
https://api.gic.org/images/GetDTMTile?zoom={zoom}&tilex={tilex}&tiley={tiley}&layer={layer}&year={year}&aoi={aoi}&token={token}
Parameters
Parameter | Parameter Type | Data Type | Description | Example Format | Notes |
---|---|---|---|---|---|
Mandatory: | |||||
| Ordered REST (1st) / | Integer | The zoom level of the tile.
| Ordered REST: |
|
| Ordered REST (2nd) / Key Value Pair | Integer | The X coordinate of the tile. (Datum WGS84) | Ordered REST: |
|
| Ordered REST (3rd) / Key Value Pair | Integer | The Y coordinate of the tile. (Datum WGS84) | Ordered REST: |
|
| Key Value Pair | String | The token used to authenticate the requests. |
| Use the Authenticate Service to receive a token. |
Optional: | |||||
| Key Value Pair | String | The name of the layer.
|
|
|
| Key Value Pair | String | The collection year of the tiles expressed with 4 digits (e.g. 2021 or 2018) |
| If year is unspecified, the result is a combination of the most recent information available with combined coverage of all existing data. |
| Key Value Pair | String | The identifier of the specific Area of Interest (AOI) of the information |
| |
| Key Value Pair | String | The identifier of the child Area of Interest (AOI) which contains the desired imagery. This parameter can only be used in combination with the bluesky-high: bluesky-high-europe: |
|
Examples
Yulee Sugar Mill Ruins Historic State Park, FL - Demonstrating key value pair mandatory parameters, layer
and year
https://api.gic.org/images/GetDTMTile?zoom=20&tilex=283675&tiley=436681&layer=bluesky-high&year=2023&token={token}
Orthomosaic representation:
https://api.gic.org/images/GetOrthoImageTile/bluesky-high/20/283675/436681?year=2023&token={token}
________________________________________________________________________________________
Clingmans Dome Observation Tower, Great Smoky Mountains National Park - Demonstrating RESTful mandatory parameters, and aoi
https://api.gic.org/images/GetDTMTile/17/35135/51666?aoi=USUSCON2101&token={token}
Orthomosaic representation:
https://api.gic.org/images/GetOrthoImageTile/bluesky-high/17/35135/51666?aoi=USUSCON2101&token={token}
________________________________________________________________________________________
Arkansas River - Boone, Colorado - Displaying several adjacent DTM tiles
Tile-specific elevation scales:
Normalized elevation scale:
Orthomosaic representation
External Resources
Lat/lon to x/y/zoom coordinate Conversion:
Programmatic Information: https://wiki.openstreetmap.org/wiki/Slippy_map_tilenames#Mathematics
Online conversion tool: http://stefanosabatini.com/tools/tilecalc/
Tiff Code Libraries:
LibTiff: a very popular library for opening Tiff Files: http://libtiff.org/
Port of Libtiff for .NET: https://bitmiracle.com/libtiff/
Merging Raster Layers:
Need help? Create a support ticket | support@vexcelgroup.com