11. TopographyMap: elevation in absolute numbers
Last updated
Last updated
Powered by GeoPard Agriculture - Automated precisionAg platform
TopographyMap includes the following models: digital elevation, hillshade, slope, aspect, relief position, roughness, ruggedness
, and their combination. The representation is available on the field level accurately (not pixelated) and cropped by the boundary. The quality of topography depends on the field location and the best available dataset (USA, GB, EU, and AU are covered with LIDAR). TopographyMap can be built out of machinery data like yield/soil sensors/as applied datasets if they contain elevation attributes inside.
Field topography-related data layers are located in the field
-> topographyMaps
-> geoMaps
attribute. Every geoMap
contains complete details about the access url
, color codes, classes, and layer names.
The request format is https://api.geopard.tech/geo/map/reflect?TRANSPARENT=true&BBOX=<minX,minY,maxX,maxY>&LAYERS=elevation_cropped,field_view&STYLES=dem_elevation,crop_boundary&SRS=EPSG%3A900913&WIDTH=512&env=ve1:160.4%3Bve2:163.15%3Bve3:165.9%3Bve4:168.65%3Bve5:171.4&VIEWPARAMS=uuid:<field_uuid>&CQL_FILTER=uuid=%27<topography_map_uuid>%27%3Buuid=%27<field_uuid>%27&geopardApiKey=<geopard_api_key>. Where the input attributes are:
BBOX=<minX,minY,maxX,maxY>
contains the bounding box (url encoded) of the "Field" in EPSG:3857 projection;
STYLES=dem_elevation,crop_boundary
contains the style of the "TopographyMap" entity as a first attribute, its supported values are:
dem_aspect
dem_elevation
dem_hillshade
dem_roughness
dem_slope
dem _tpi
dem_tri
WIDTH=512
reflects the output image size in pixels (the precise number is important only if it is used as a thumbnail);
env=ve1:160.4%3Bve2:163.15%3Bve3:165.9%3Bve4:168.65%3Bve5:171.4
reflects the range of elevation values for the particular field, the details are located in the "TopographyMap" -> "geoMaps" -> "classes" (NOTE: %3B is url encoded ; symbol);
VIEWPARAMS=uuid:<field_uuid>
contains uuid of the "Field";
CQL_FILTER=uuid=%27<topography_map_uuid>%27%3Buuid=%27<field_uuid>%27
contains the UUIDs of the "Field" and "TopographyMap" (NOTE: %27 is url encoded ‘ symbol) ;
geopardApiKey=<geopard_api_key>
is coupled to the authorization option via API Key.