Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add link for deployments and fix link for dataProductDelivery

...

  • 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.
  • 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.
  • deployments - Find the locationCode, deviceCode, deviceCategoryCode, propertyCode and deployment dates and geographic locations of instrument deployments. (Currently Under Development

Data Delivery Services

A collection of services which return data from the ONC archive, including

  1. An asynchronous service: dataProductDelivery service allows large amounts of customizable data to be delivered in a variety of formats. This delivery method is both flexible and scalable, but requires additional processing time on the server. By utilizing the Task Queue framework, an asynchronous programming pattern of multiple service calls is used to return the data. 
  2. Two synchronous services: scalardata and rawdata services return data in the response payload, which supports near real-time access. Because this type of delivery method is optimized for speed, the services do not support resampling or aggregation and have a 100k record count limit.
  3. Direct file access service: archivefiles service returns archived files, using the filename, in the payload. 

...