Skip to content

Instantly share code, notes, and snippets.

@n-a-t-e
Last active January 27, 2022 23:02
Show Gist options
  • Save n-a-t-e/9f43871ca85edbe5a75bc7ca06baf0fa to your computer and use it in GitHub Desktop.
Save n-a-t-e/9f43871ca85edbe5a75bc7ca06baf0fa to your computer and use it in GitHub Desktop.
ceda API endpoints

CEDA API Endpoint requirements

/pointQuery

Either pointPKs or polygon is required. If any other variable is left out it will include all data for that variable.

  • timeMin
  • timeMax
  • depthMin
  • depthMax
  • polygon
  • eovs
  • organizations
  • pointPKs

/download

Downloader requires a polygon

  • timeMin,
  • timeMax,
  • depthMin,
  • depthMax,
  • polygon,
  • eovs,
  • organizations,
  • datasetPKs,

Note: latMin/latMax/lonMin/lonMax are supported in the API but have been left out as they aren't part of the UI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment