GMRT

GMRT ProfileServer Web Service

Description

The ProfileServer service provides access to profiles along great circle arcs from the Global Multi-resolution Topography (GMRT) Synthesis. A variety of output formats are supported.

  • Data Formats
    • JSON
    • GeoJSON
    • Plain text

Usage

Data Request Base URL

http://www.gmrt.org/services/ProfileServer?

Examples

http://www.gmrt.org/services/ProfileServer?start_latitude=-2.9928&start_longitude=-90.0000&end_latitude=-8.75&end_longitude=-87.0000&format=geojson http://www.gmrt.org/services/ProfileServer?boundspath=[[-120,43],[-130,38],[-100,27]]&format=json

Query Parameters

name example description
start_latitude -10.0 The start latitude.
start_longitude
(OR: west)
-100.0 The start longitude.
end_latitude -20.0 The request latitude.
end_longitude
(OR: west)
-120.0 The request longitude.
format json The output file format for data requests.
(valid formats: json, geojson, text/plain)
See Description tab for more information about service.