Versions Compared

Key

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

Table of Contents

Description

The API dataProductDelivery service provides the ability to request, run and download Data Products for the following:

...

Downloading a data product is done with a three-step process:

1. Request a data product creation task to be defined using the request method

Validates request parameters, creates a new request definition and provides performance estimates

...

Attempts to download a file at an index. If the file at that index has is not been available ready for download at the time of the download request, the service will return returns information about the status of the process. The client application will need to must continue to request the download until the file is ready to be downloaded, or an error is encountered.

...

Method

Description

Example

requestRetrieve

raw data available at given stationCreate a request for a data product from a filter criteria parameters.

method=request

runRun the search generated by requesta data product created by the request method.

method=run

downloadDownload one result file for a of the data product result files by index number.

method=download

request

The request method creates a search and returns information regarding the number of files, file size, compressed file size, and estimated download times as well as a request id that can be used to run the data product using the run method. 

...