Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A collection of services for obtaining all of the codes needed to successfully request data, via the data delivery services. The services use reductive filtering to return a list, in json format, of all of the items that meet the filter criteria defined in the url parameters. Codes returned from one service can be used in another service to refine the selection, for example, a deviceCategoryCode obtained from the deviceCategories service can be used as a filter on the locations service to find all locations that have instruments of that device category.

  • locations - Find locations that have the data you are interested in and use the locationCode when requesting a data using the dataProductDelivery, scalardata or rawdata web services. 
  • devices - Find devices that have the data you are interested in and use the deviceCode when requesting a data using the dataProductDelivery web service.
  • deployments - Find the locationCode, deviceCode, deviceCategoryCode, propertyCode and deployment dates and geographic locations of instrument deployments.
  • deviceCategories - Find the device category of the data you are interested in and use the deviceCategoryCode when requesting a data using the dataProductDelivery, scalardata or rawdata web services.
  • properties - Find devices that have the data you are interested in and use the propertyCode when requesting a data using the dataProductDelivery web service.
  • dataProducts -  Find data products and formats (extensions) are available for the locations, devices, device categories or properties of interest and use the dataProductCode and extension when requesting a data product using the dataProductDelivery web service.

...