Skip to content. Skip to navigation

GeoNet

Sections
Personal tools
Document Actions

GPS Web Services

GeoNet site and mark metadata can be queried using web services.

GPS queries

URL construction

All requests use the HTTP GET method and all request URLs start with the hostname and service name:

  • http://magma.geonet.org.nz/services/gps/


Sample XML operational network query

http://magma.geonet.org.nz/services/gps/network?networkName=all&status=operational
Location details and operational start dates of all operational sites in XML format.

Sample CSV operational network query

http://magma.geonet.org.nz/services/gps/network?outputFormat=csv&networkName=all&status=operational
Location details and operational start dates of all operational sites in CSV format.

Sample XML full site metadata query

http://magma.geonet.org.nz/services/gps/reception?markCode=taup
Full site and mark metadata for an individual site. Change the markCode suffix to view each different site. In this example, markCode=taup returns station information for the Taupo continuous GPS site TAUP.

Note: The latest versions of Microsoft Internet Explorer and Mozilla Firefox will display XML in a readable format; other browsers cannot be guaranteed to do so.