You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Service/Data_Portfolio.md
+81-5
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Data Portfolio
2
2
3
-
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.
3
+
Polytope feature extraction only has access to data that is stored on an FDB. The datasets currently available via Polyope feature extraction are the operational ECMWF forecast, as well as the data produced by the Destination Earth Extremes and Climate digital twins.
4
4
5
5
## Operational Forecast Data
6
6
7
-
The following values available for each field specified are:
7
+
The following key value pairs are available via Polytope:
8
8
9
9
*`class` : `od`
10
10
*`stream` : `enfo``oper`
@@ -18,7 +18,7 @@ If `type` is `enfo`:
18
18
19
19
*`number` : `0/to/50`
20
20
21
-
If `levtype` is `pl` or `ml` a `levelist` must be provided:
21
+
If `levtype` is `pl` or `ml`, a `levelist` must be provided:
22
22
23
23
*`levelist` : `1/to/1000`
24
24
@@ -42,10 +42,86 @@ If `levtype` is `pl` or `ml` a `levelist` must be provided:
42
42
*`crwe`
43
43
*`ttpha`
44
44
45
-
For `sfc` most `params` will be available but not all.
45
+
For `sfc`, most `params` will be available but not all.
46
46
47
-
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.
47
+
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.
48
48
49
49
We sometimes limit the size of requests for area features such as bounding box and polygon to maintain quality of service.
50
50
51
51
Access to operational data is limited by our release schedule.
52
+
53
+
54
+
## Extremes DT Data
55
+
56
+
The following values available for each field specified are:
57
+
58
+
*`class` : `d1`
59
+
*`dataset` : `extremes-dt`
60
+
*`stream` : `oper``wave`
61
+
*`type` : `fc`
62
+
*`levtype` : `sfc``pl``hl`
63
+
*`expver` : `0001`
64
+
*`domain` : `g`
65
+
*`step` : `0/to/96`
66
+
67
+
If `levtype` is `pl`, a `levelist` must be provided:
68
+
69
+
*`levelist` : `1/to/1000`
70
+
71
+
If `levtype` is `hl`, a `levelist` must be provided:
72
+
73
+
*`levtype` : `100`
74
+
75
+
`pl` and `hl` also only contain a subset of parameters that are available in grid point. These are:
76
+
77
+
*`pl`
78
+
*`Geopotential`
79
+
*`Temperature`
80
+
*`U component of wind`
81
+
*`V component of wind`
82
+
*`Specific humidity`
83
+
*`Relative humidity`
84
+
*`hl`
85
+
*`100 metre U wind component`
86
+
*`100 metre V wind component `
87
+
88
+
For `sfc` most `params` are available.
89
+
90
+
For `stream` : `wave` the following parameters are available:
91
+
92
+
*`Mean zero-crossing wave period`
93
+
*`Significant height of combined wind waves and swell`
94
+
*`Mean wave direction`
95
+
*`Peak wave period`
96
+
*`Mean wave period`
97
+
98
+
Only Extremes-DT data from the past 15 days can be accessed by users.
99
+
100
+
101
+
## Climate DT Data
102
+
103
+
The following values available for each field specified are:
104
+
105
+
*`class` : `d1`
106
+
*`dataset` : `climate-dt`
107
+
*`activity` : `ScenarioMIP``story-nudging``CMIP6`
108
+
*`model`: `IFS-NEMO`
109
+
*`generation` : `1`
110
+
*`realization`: `1`
111
+
*`resolution`: `standard``high`
112
+
*`time`: `0000/to/2300`
113
+
*`stream` : `clte`
114
+
*`type` : `fc`
115
+
*`levtype` : `sfc``pl``o2d`
116
+
*`expver` : `0001`
117
+
*`domain` : `g`
118
+
119
+
If `levtype` is `pl`, a `levelist` must be provided:
120
+
121
+
*`levelist` : `1/to/1000`
122
+
123
+
`pl` is currently being scanned and new parameters will become available as time passes. This is also the case for `o2d`.
124
+
125
+
For `sfc`, most `params` are available.
126
+
127
+
Currently, only data for `dates` between `2020` and `2050` is available.
For examples of Polytope Feature Extraction on Destination Earth Digital Twin Data please visit the following Github Repo: https://github.com/destination-earth-digital-twins/polytope-examples
11
+
12
+
It contains examples for both the Climate DT and the Extremes DT.
Copy file name to clipboardExpand all lines: docs/Service/Features/timeseries.md
+13-6
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,12 @@ request = {
21
21
"feature" : {
22
22
"type" : "timeseries",
23
23
"points": [[-9.10, 38.78]],
24
-
"axes": "step",
24
+
"time_axis": "step",
25
25
"range" : {
26
26
"start" : 0,
27
27
"end" : 360,
28
28
}
29
+
"axes" : ["latitude", "longitude"]
29
30
},
30
31
"format": "covjson",
31
32
}
@@ -42,18 +43,18 @@ For a timeseries within the `feature` dictionary three fields are required
42
43
43
44
*`type`
44
45
*`points`
45
-
*`axes`
46
+
*`time_axis`
46
47
47
48
For a timeseries `type` must be `timeseries`.
48
49
49
50
`points` must be a nested list with a points containing a latitude and a longitude.
50
51
51
-
`axes` refers to the axis on which to generate the timeseries. In this case the timeseries is generated across `step` based on the inputted `range`. However if the data requested was a climate dataset the `axess` may be `datetime` denoting that the timeseries is generated across that axis.
52
+
`time_axis` refers to the axis on which to generate the timeseries. In this case the timeseries is generated across `step` based on the inputted `range`. However if the data requested was a climate dataset the `time_axis` may be `datetime` denoting that the timeseries is generated across that axis.
52
53
53
54
54
55
## Optional Fields
55
56
56
-
`range` is an optional field within `feature`. It refers to the extent of the `axes` on which the timeseries will be generated. In the above case where:
57
+
`range` is an optional field within `feature`. It refers to the extent of the `time_axis` on which the timeseries will be generated. In the above case where:
57
58
58
59
```python
59
60
"axes": "step",
@@ -75,7 +76,7 @@ A timeseries across `step` will start at step `0` and end at step `360` with all
75
76
```
76
77
In this case every second step will be returned if it exists.
77
78
78
-
As `range` is an optional field it can be left out, however there is not a default value. Instead the user has to include the timeseries `axes` in the main body of the request like below:
79
+
As `range` is an optional field it can be left out, however there is not a default value. Instead the user has to include the timeseries `time_axis` in the main body of the request like below:
79
80
80
81
```python
81
82
request = {
@@ -93,7 +94,7 @@ request = {
93
94
"feature" : {
94
95
"type" : "timeseries",
95
96
"points": [[-9.10, 38.78]],
96
-
"axes": "step",
97
+
"time_axis": "step",
97
98
},
98
99
"format": "covjson",
99
100
}
@@ -104,3 +105,9 @@ This is equivalent to the first request presented.
104
105
At least one of `range` or `step` must be included in the request, but not both. In this case an error will be provided telling the user that `step` is overspecified.
105
106
106
107
Conversely at least one of `range` or `step` must be included.
108
+
109
+
`axes` can also be provided which defines the spatial `axes` on which the request is made. For example if the user provides points in the order `longitude`, `latitude` they can add `axes` : `["longitude", "latitude"]`.
110
+
111
+
## Note:
112
+
113
+
Previously the `axes` keyword was used for `time_axis`. We still allow this behavior to satisfy backwards compatibility with previous requests.
0 commit comments