Skip to content

Develop #335

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Feb 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions docs/Service/Data_Portfolio.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,26 @@ If `levtype` is `pl`, a `levelist` must be provided:
For `sfc`, most `params` are available.

Currently, only data for `dates` between `2020` and `2050` is available.

## Open Data

The following key value pairs are available via Polytope:

* `class` : `ai`
* `stream` : `oper`
* `type` : `fc`
* `model` : `aifs-single`
* `levtype` : `sfc` `pl` `ml`
* `expver` : `0001`
* `domain` : `g`
* `step` : `0/to/360` (All steps may not be available between `0` and `360`)

If `levtype` is `pl` or `ml`, a `levelist` must be provided:

* `levelist` : `1/to/1000`

Only data that is contained in the open data FDB can be requested via Polytope feature extraction. The FDB usually only contains the last three-five days of forecasts.

We sometimes limit the size of requests for area features such as bounding box and polygon to maintain quality of service.

Access to open data is limited by our release schedule.
Loading
Loading