GMRT PointServer Web Service
Description
The PointServer service provides access to point data from the Global Multi-resolution Topography (GMRT) Synthesis. A variety of output formats are supported.
- Data Formats
- XML
- JSON
- GeoJSON
- Plain text
Usage
Data Request Base URL
http://gmrt.org/services/PointServer?Examples
http://gmrt.org/services/PointServer?latitude=-2.9928&longitude=-90.0000&format=geojson http://gmrt.org/services/PointServer?latitude=-2.9928&longitude=-90.0000&format=xml
Query Parameters
name | example | description |
---|---|---|
latitude | -10.0 | The request latitude. |
longitude (OR: west) |
-10.0 | The request longitude. |
format | json |
The output file format for data requests.
(valid formats: json, geojson, xml, text/plain) |
See Description tab for more information about service.