-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #254 from ecmwf/docs/change_collection_examples
Docs/change collection examples
- Loading branch information
Showing
13 changed files
with
339 additions
and
6,811 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Data Portfolio | ||
|
||
Polytope feature extraction only has access to data that is stored on an FDB. The dataset currently available via Polyope feature extraction is the operational forecast. We plan to add Destination Earth Digital Twin data in the future. | ||
|
||
## Operational Forecast Data | ||
|
||
The following values available for each field specified are: | ||
|
||
* `class` : `od` | ||
* `stream` : `enfo` `oper` | ||
* `type` : `fc` `pf` `cf` | ||
* `levtype` : `sfc` `pl` `ml` | ||
* `expver` : `0001` | ||
* `domain` : `g` | ||
* `step` : `0/to/360` (All steps may not be available between `0` and `360`) | ||
|
||
If `type` is `enfo`: | ||
|
||
* `number` : `0/to/50` | ||
|
||
If `levtype` is `pl` or `ml` a `levelist` must be provided: | ||
|
||
* `levelist` : `1/to/1000` | ||
|
||
`pl` and `ml` also only contain a subset of parameters that are available in grid point. These are: | ||
|
||
* `pl` | ||
* `o3` | ||
* `clwc` | ||
* `q` | ||
* `pv` | ||
* `ciwc` | ||
* `cc` | ||
* `ml` | ||
* `q` | ||
* `cat` | ||
* `o3` | ||
* `clwc` | ||
* `ciwc` | ||
* `cc` | ||
* `cswc` | ||
* `crwe` | ||
* `ttpha` | ||
|
||
For `sfc` most `param`s should be available. | ||
|
||
Only data that is contained in the operational FDB can be requested via Polytope feature extraction, the FDB usually only contains the last two days of forecasts. | ||
|
||
We sometimes limit the size of requests for area features such as bounding box and polygon to maintain quality of service. |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.