anemoi-datasets 0.5.14__py3-none-any.whl → 0.5.16__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- anemoi/datasets/_version.py +2 -2
- anemoi/datasets/data/dataset.py +1 -1
- {anemoi_datasets-0.5.14.dist-info → anemoi_datasets-0.5.16.dist-info}/LICENSE +1 -1
- {anemoi_datasets-0.5.14.dist-info → anemoi_datasets-0.5.16.dist-info}/METADATA +9 -9
- {anemoi_datasets-0.5.14.dist-info → anemoi_datasets-0.5.16.dist-info}/RECORD +8 -8
- {anemoi_datasets-0.5.14.dist-info → anemoi_datasets-0.5.16.dist-info}/WHEEL +0 -0
- {anemoi_datasets-0.5.14.dist-info → anemoi_datasets-0.5.16.dist-info}/entry_points.txt +0 -0
- {anemoi_datasets-0.5.14.dist-info → anemoi_datasets-0.5.16.dist-info}/top_level.txt +0 -0
anemoi/datasets/_version.py
CHANGED
anemoi/datasets/data/dataset.py
CHANGED
|
@@ -168,7 +168,7 @@ class Dataset:
|
|
|
168
168
|
bbox = kwargs.pop("area")
|
|
169
169
|
return Cropping(self, bbox)._subset(**kwargs).mutate()
|
|
170
170
|
|
|
171
|
-
if "number" in kwargs or "numbers" or "member" in kwargs or "members" in kwargs:
|
|
171
|
+
if "number" in kwargs or "numbers" in kwargs or "member" in kwargs or "members" in kwargs:
|
|
172
172
|
from .ensemble import Number
|
|
173
173
|
|
|
174
174
|
members = {}
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
|
187
187
|
identification within third-party archives.
|
|
188
188
|
|
|
189
|
-
Copyright
|
|
189
|
+
Copyright 2024-2025 Anemoi Contributors
|
|
190
190
|
|
|
191
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
192
|
you may not use this file except in compliance with the License.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: anemoi-datasets
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.16
|
|
4
4
|
Summary: A package to hold various functions to support training of ML models on ECMWF data.
|
|
5
5
|
Author-email: "European Centre for Medium-Range Weather Forecasts (ECMWF)" <software.support@ecmwf.int>
|
|
6
6
|
License: Apache License
|
|
@@ -191,7 +191,7 @@ License: Apache License
|
|
|
191
191
|
same "printed page" as the copyright notice for easier
|
|
192
192
|
identification within third-party archives.
|
|
193
193
|
|
|
194
|
-
Copyright
|
|
194
|
+
Copyright 2024-2025 Anemoi Contributors
|
|
195
195
|
|
|
196
196
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
197
197
|
you may not use this file except in compliance with the License.
|
|
@@ -224,8 +224,8 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
|
224
224
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
225
225
|
Requires-Python: >=3.9
|
|
226
226
|
License-File: LICENSE
|
|
227
|
-
Requires-Dist: anemoi-transform>=0.1
|
|
228
|
-
Requires-Dist: anemoi-utils[provenance]>=0.4.
|
|
227
|
+
Requires-Dist: anemoi-transform>=0.1.1
|
|
228
|
+
Requires-Dist: anemoi-utils[provenance]>=0.4.11
|
|
229
229
|
Requires-Dist: cfunits
|
|
230
230
|
Requires-Dist: numpy
|
|
231
231
|
Requires-Dist: pyyaml
|
|
@@ -235,12 +235,12 @@ Requires-Dist: zarr<=2.17
|
|
|
235
235
|
Provides-Extra: all
|
|
236
236
|
Requires-Dist: anemoi-datasets[create,remote,xarray]; extra == "all"
|
|
237
237
|
Provides-Extra: create
|
|
238
|
-
Requires-Dist: earthkit-data[mars]>=0.
|
|
239
|
-
Requires-Dist: earthkit-geo>=0.
|
|
240
|
-
Requires-Dist: earthkit-meteo; extra == "create"
|
|
241
|
-
Requires-Dist: eccodes>=2.
|
|
238
|
+
Requires-Dist: earthkit-data[mars]>=0.12; extra == "create"
|
|
239
|
+
Requires-Dist: earthkit-geo>=0.3; extra == "create"
|
|
240
|
+
Requires-Dist: earthkit-meteo>=0.3; extra == "create"
|
|
241
|
+
Requires-Dist: eccodes>=2.39.1; extra == "create"
|
|
242
242
|
Requires-Dist: entrypoints; extra == "create"
|
|
243
|
-
Requires-Dist: pyproj; extra == "create"
|
|
243
|
+
Requires-Dist: pyproj>=3; extra == "create"
|
|
244
244
|
Provides-Extra: dev
|
|
245
245
|
Requires-Dist: anemoi-datasets[all,docs,tests]; extra == "dev"
|
|
246
246
|
Provides-Extra: docs
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
anemoi/datasets/__init__.py,sha256=0GOHATiKgkUqLRgAVQhNP1aPO7ULfSr8DqUf2ANPEv8,1010
|
|
2
2
|
anemoi/datasets/__main__.py,sha256=5NW2A3OgTimB4ptwYThivIRSeCrvabMuvnr8mmnVx0E,715
|
|
3
|
-
anemoi/datasets/_version.py,sha256=
|
|
3
|
+
anemoi/datasets/_version.py,sha256=2cL-_pzEwHOhqhZvMuQ5G5-PKmh58YpDDGsGLMEepvQ,413
|
|
4
4
|
anemoi/datasets/grids.py,sha256=qG4TDESkbS48AJr7Q5PKgAagkwrz4KpSktnNmn_zTsQ,11673
|
|
5
5
|
anemoi/datasets/testing.py,sha256=7HGOz5_V9MbkHTDJ4KbklGRndBMrFfVrBBu6a9k0_qY,1825
|
|
6
6
|
anemoi/datasets/commands/__init__.py,sha256=O5W3yHZywRoAqmRUioAr3zMCh0hGVV18wZYGvc00ioM,698
|
|
@@ -96,7 +96,7 @@ anemoi/datasets/create/statistics/summary.py,sha256=wmnz4fZkr6fomXgI8JlMutU8gakf
|
|
|
96
96
|
anemoi/datasets/data/__init__.py,sha256=AW1-Ycj77pWQsZcDGsp0pgTS5rFW6XC4CzuUEIUPAIk,1558
|
|
97
97
|
anemoi/datasets/data/complement.py,sha256=hTvA_zTGIHAvZYPv1npVpRpxPg8nXbNTEBAU8r33rlc,5105
|
|
98
98
|
anemoi/datasets/data/concat.py,sha256=udtYINuoLOEYYKhi_VpG2-emv80pwZbFAZKwNwXJk3s,5244
|
|
99
|
-
anemoi/datasets/data/dataset.py,sha256=
|
|
99
|
+
anemoi/datasets/data/dataset.py,sha256=mKUwGn_4Rz_Q-RDiCrGjzc0GQGZAWg8xIu-nTs1mcMM,17936
|
|
100
100
|
anemoi/datasets/data/debug.css,sha256=z2X_ZDSnZ9C3pyZPWnQiEyAxuMxUaxJxET4oaCImTAQ,211
|
|
101
101
|
anemoi/datasets/data/debug.py,sha256=IjCMwtAvknF51PCl_YRYgMZB2iX_9DC5DKILNgl_UHQ,6300
|
|
102
102
|
anemoi/datasets/data/ensemble.py,sha256=7ognsmoHDGw0cCs3hsARoV32J1qlQys6iUCJ7XSrARI,2923
|
|
@@ -121,9 +121,9 @@ anemoi/datasets/dates/__init__.py,sha256=wX2FvlmRfHV5HDmllIxwfrC1LuRlb7i6SguLLas
|
|
|
121
121
|
anemoi/datasets/dates/groups.py,sha256=i7x8z0kv6E8qUfm1tMZR1aaOqNwQzEkV-VWpOvHjoX4,5390
|
|
122
122
|
anemoi/datasets/utils/__init__.py,sha256=hCW0QcLHJmE-C1r38P27_ZOvCLNewex5iQEtZqx2ckI,393
|
|
123
123
|
anemoi/datasets/utils/fields.py,sha256=l7xKOiRLgk9Eewykqu7xZP9xOajG2dx2CiDlGvBVejU,1411
|
|
124
|
-
anemoi_datasets-0.5.
|
|
125
|
-
anemoi_datasets-0.5.
|
|
126
|
-
anemoi_datasets-0.5.
|
|
127
|
-
anemoi_datasets-0.5.
|
|
128
|
-
anemoi_datasets-0.5.
|
|
129
|
-
anemoi_datasets-0.5.
|
|
124
|
+
anemoi_datasets-0.5.16.dist-info/LICENSE,sha256=8HznKF1Vi2IvfLsKNE5A2iVyiri3pRjRPvPC9kxs6qk,11354
|
|
125
|
+
anemoi_datasets-0.5.16.dist-info/METADATA,sha256=xUFtTUG3gGbmUBQsFjH_4v1UvKOZvhfI9E1f7aYpWc4,15604
|
|
126
|
+
anemoi_datasets-0.5.16.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
127
|
+
anemoi_datasets-0.5.16.dist-info/entry_points.txt,sha256=yR-o-4uiPEA_GLBL81SkMYnUoxq3CAV3hHulQiRtGG0,66
|
|
128
|
+
anemoi_datasets-0.5.16.dist-info/top_level.txt,sha256=DYn8VPs-fNwr7fNH9XIBqeXIwiYYd2E2k5-dUFFqUz0,7
|
|
129
|
+
anemoi_datasets-0.5.16.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|