Method


Look up method information.

Query Index:


Look up method information.

Method: GET
URI
/method?[typeID=(typeID)]
Accept
application/json;version=1

Query Parameters

Optional:
typeID
A type identifier for observations e.g., e.

Response Properties

description
A description of the method e.g., Bernese v5.0 GNS processing software.
methodID
A valid method identifier for observation type e.g., doas-s.
name
The method name e.g., Bernese v5.0.
reference
class="col-md-10"A link to further information about the method.

Example Query and Response

http://fits.geonet.org.nz/method?typeID=e
{
     "method": [
       {
         "description": "Bernese v5.0 GNS processing software",
         "methodID": "bernese5",
         "name": "Bernese v5.0",
         "reference": "http://info.geonet.org.nz/x/XoIW"
       },
       {
         "description": "Gamit/GlobK GNSS processing software",
         "methodID": "gamit",
         "name": "Gamit/GlobK",
         "reference": "http://www-gpsg.mit.edu/~simon/gtgk/"
       }
     ]
   }