Skip to content

Commit f9a1338

Browse files
authored
Merge pull request #104 from xcube-dev/pont-99-era5-time-range
Restrict ERA5 datasets to user-specified time range
2 parents 4217d8f + a6e25cd commit f9a1338

File tree

26 files changed

+81
-53
lines changed

26 files changed

+81
-53
lines changed

CHANGES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
## Changes in 1.1.0 (in development)
22

33
- Support boolean-valued `include_attrs` in `get_data_ids` in accordance
4-
with API update in xcube 1.8.0 (#100)
4+
with API update in xcube 1.8.0. (#100)
5+
- Update CDS store URLs in documentation. (#101)
6+
- Update some unit tests to match changed behaviour of CDS API.
7+
- Restrict ERA5 datasets to user-specified time range. (#99)
58

69
## Changes in 1.0.0
710

106 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"_dataset_name": "reanalysis-era5-single-levels-monthly-means", "variable": "2m_temperature", "area": [89.875, -179.875, -89.875, 179.875], "grid": [0.25, 0.25], "data_format": "netcdf", "product_type": "monthly_averaged_reanalysis", "time": "00:00", "day": "15", "month": "10", "year": "2015"}
1+
{"_dataset_name": "reanalysis-era5-single-levels-monthly-means", "variable": "2m_temperature", "area": [89.875, -179.875, -89.875, 179.875], "data_format": "netcdf", "grid": [0.25, 0.25], "product_type": "monthly_averaged_reanalysis", "time": "00:00", "day": "15", "month": "10", "year": "2015"}
-688 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"_dataset_name": "reanalysis-era5-land", "variable": "2m_temperature", "area": [50.45, 9.55, 49.55, 10.45], "grid": [0.1, 0.1], "data_format": "netcdf", "time": ["00:00", "01:00", "02:00", "03:00", "04:00", "05:00", "06:00", "07:00", "08:00", "09:00", "10:00", "11:00", "12:00", "13:00", "14:00", "15:00", "16:00", "17:00", "18:00", "19:00", "20:00", "21:00", "22:00", "23:00"], "day": ["01", "02"], "month": "01", "year": "2015"}
1+
{"_dataset_name": "reanalysis-era5-land", "variable": "2m_temperature", "area": [50.45, 9.55, 49.55, 10.45], "data_format": "netcdf", "grid": [0.1, 0.1], "time": ["00:00", "01:00", "02:00", "03:00", "04:00", "05:00", "06:00", "07:00", "08:00", "09:00", "10:00", "11:00", "12:00", "13:00", "14:00", "15:00", "16:00", "17:00", "18:00", "19:00", "20:00", "21:00", "22:00", "23:00"], "day": ["01", "02"], "month": "01", "year": "2015"}
24 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"_dataset_name": "reanalysis-era5-land-monthly-means", "variable": ["2m_temperature", "10m_u_component_of_wind"], "area": [50.45, 9.55, 49.55, 10.45], "grid": [0.1, 0.1], "data_format": "netcdf", "product_type": "monthly_averaged_reanalysis", "time": ["00:00", "01:00", "02:00", "03:00", "04:00", "05:00", "06:00", "07:00", "08:00", "09:00", "10:00", "11:00", "12:00", "13:00", "14:00", "15:00", "16:00", "17:00", "18:00", "19:00", "20:00", "21:00", "22:00", "23:00"], "day": ["01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"], "month": ["01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"], "year": ["2015", "2016"]}
1+
{"_dataset_name": "reanalysis-era5-land-monthly-means", "variable": ["2m_temperature", "10m_u_component_of_wind"], "area": [49.95, 9.55, 49.55, 9.95], "data_format": "netcdf", "grid": [0.1, 0.1], "product_type": "monthly_averaged_reanalysis", "time": ["00:00", "01:00", "02:00", "03:00", "04:00", "05:00", "06:00", "07:00", "08:00", "09:00", "10:00", "11:00", "12:00", "13:00", "14:00", "15:00", "16:00", "17:00", "18:00", "19:00", "20:00", "21:00", "22:00", "23:00"], "day": ["01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"], "month": ["01", "02", "03"], "year": "2015"}
22.7 KB
Binary file not shown.
24 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"_dataset_name": "reanalysis-era5-land", "variable": "2m_dewpoint_temperature", "area": [31.95, 31.05, 31.05, 31.95], "data_format": "netcdf", "grid": [0.1, 0.1], "time": ["00:00", "01:00", "02:00", "03:00", "04:00", "05:00", "06:00", "07:00", "08:00", "09:00", "10:00", "11:00", "12:00", "13:00", "14:00", "15:00", "16:00", "17:00", "18:00", "19:00", "20:00", "21:00", "22:00", "23:00"], "day": ["01", "28"], "month": ["02", "03"], "year": "2017"}

0 commit comments

Comments
 (0)