Raster Query
The raster query function allows users to get data value at a given location on a raster.
raster/query
Usage Example
https://gws.gplates.org/raster/query?lon=-70&lat=34&raster_name=age_grid
Parameters:
lon : longitude [-180, 180]
lat : latitude [-90, 90]
raster_name : one of the following names
- age_grid -- numerical grid of seafloor age
Returns:
nan or the value at the given location
Examples:
https://github.com/GPlates/gplates_web_service_doc/blob/master/python/test_raster_query.py