nrt-data 0.0.1__tar.gz → 0.0.1.post0__tar.gz

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.
Files changed (21) hide show
  1. {nrt_data-0.0.1 → nrt_data-0.0.1.post0}/PKG-INFO +1 -2
  2. {nrt_data-0.0.1 → nrt_data-0.0.1.post0}/nrt/data/__init__.py +2 -0
  3. {nrt_data-0.0.1 → nrt_data-0.0.1.post0}/nrt_data.egg-info/PKG-INFO +1 -2
  4. {nrt_data-0.0.1 → nrt_data-0.0.1.post0}/nrt_data.egg-info/requires.txt +0 -1
  5. {nrt_data-0.0.1 → nrt_data-0.0.1.post0}/pyproject.toml +1 -2
  6. {nrt_data-0.0.1 → nrt_data-0.0.1.post0}/LICENSE +0 -0
  7. {nrt_data-0.0.1 → nrt_data-0.0.1.post0}/README.rst +0 -0
  8. {nrt_data-0.0.1 → nrt_data-0.0.1.post0}/docs/_build/html/_static/file.png +0 -0
  9. {nrt_data-0.0.1 → nrt_data-0.0.1.post0}/docs/_build/html/_static/logo.png +0 -0
  10. {nrt_data-0.0.1 → nrt_data-0.0.1.post0}/docs/_build/html/_static/minus.png +0 -0
  11. {nrt_data-0.0.1 → nrt_data-0.0.1.post0}/docs/_build/html/_static/plus.png +0 -0
  12. {nrt_data-0.0.1 → nrt_data-0.0.1.post0}/docs/_static/logo.png +0 -0
  13. {nrt_data-0.0.1 → nrt_data-0.0.1.post0}/docs/api_reference.rst +0 -0
  14. {nrt_data-0.0.1 → nrt_data-0.0.1.post0}/docs/index.rst +0 -0
  15. {nrt_data-0.0.1 → nrt_data-0.0.1.post0}/docs/quickstart.rst +0 -0
  16. {nrt_data-0.0.1 → nrt_data-0.0.1.post0}/nrt/data/mreCritValTable.json +0 -0
  17. {nrt_data-0.0.1 → nrt_data-0.0.1.post0}/nrt/data/simulate.py +0 -0
  18. {nrt_data-0.0.1 → nrt_data-0.0.1.post0}/nrt_data.egg-info/SOURCES.txt +0 -0
  19. {nrt_data-0.0.1 → nrt_data-0.0.1.post0}/nrt_data.egg-info/dependency_links.txt +0 -0
  20. {nrt_data-0.0.1 → nrt_data-0.0.1.post0}/nrt_data.egg-info/top_level.txt +0 -0
  21. {nrt_data-0.0.1 → nrt_data-0.0.1.post0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nrt-data
3
- Version: 0.0.1
3
+ Version: 0.0.1.post0
4
4
  Summary: nrt namespace package giving access to demo and test datasets, extracted from nrt core
5
5
  Author: Jonas Viehweger, Kenji Ose
6
6
  Author-email: Loic Dutrieux <loic.dutrieux@ec.europa.eu>
@@ -306,7 +306,6 @@ Requires-Dist: numpy
306
306
  Requires-Dist: xarray
307
307
  Requires-Dist: rasterio
308
308
  Requires-Dist: fiona
309
- Requires-Dist: rioxarray
310
309
  Requires-Dist: netCDF4
311
310
  Requires-Dist: zarr
312
311
  Requires-Dist: aiohttp
@@ -13,6 +13,8 @@
13
13
  # See the Licence for the specific language governing permissions and
14
14
  # limitations under the Licence.
15
15
 
16
+ __path__ = __import__('pkgutil').extend_path(__path__, __name__)
17
+
16
18
  import os
17
19
  import json
18
20
  import warnings
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nrt-data
3
- Version: 0.0.1
3
+ Version: 0.0.1.post0
4
4
  Summary: nrt namespace package giving access to demo and test datasets, extracted from nrt core
5
5
  Author: Jonas Viehweger, Kenji Ose
6
6
  Author-email: Loic Dutrieux <loic.dutrieux@ec.europa.eu>
@@ -306,7 +306,6 @@ Requires-Dist: numpy
306
306
  Requires-Dist: xarray
307
307
  Requires-Dist: rasterio
308
308
  Requires-Dist: fiona
309
- Requires-Dist: rioxarray
310
309
  Requires-Dist: netCDF4
311
310
  Requires-Dist: zarr
312
311
  Requires-Dist: aiohttp
@@ -2,7 +2,6 @@ numpy
2
2
  xarray
3
3
  rasterio
4
4
  fiona
5
- rioxarray
6
5
  netCDF4
7
6
  zarr
8
7
  aiohttp
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "nrt-data"
7
- version = "0.0.1"
7
+ version = "0.0.1.post0"
8
8
  description = "nrt namespace package giving access to demo and test datasets, extracted from nrt core"
9
9
  readme = "README.rst"
10
10
  authors = [
@@ -29,7 +29,6 @@ dependencies = [
29
29
  "xarray",
30
30
  "rasterio",
31
31
  "fiona",
32
- "rioxarray",
33
32
  "netCDF4",
34
33
  "zarr",
35
34
  "aiohttp",
File without changes
File without changes
File without changes
File without changes