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.
- {nrt_data-0.0.1 → nrt_data-0.0.1.post0}/PKG-INFO +1 -2
- {nrt_data-0.0.1 → nrt_data-0.0.1.post0}/nrt/data/__init__.py +2 -0
- {nrt_data-0.0.1 → nrt_data-0.0.1.post0}/nrt_data.egg-info/PKG-INFO +1 -2
- {nrt_data-0.0.1 → nrt_data-0.0.1.post0}/nrt_data.egg-info/requires.txt +0 -1
- {nrt_data-0.0.1 → nrt_data-0.0.1.post0}/pyproject.toml +1 -2
- {nrt_data-0.0.1 → nrt_data-0.0.1.post0}/LICENSE +0 -0
- {nrt_data-0.0.1 → nrt_data-0.0.1.post0}/README.rst +0 -0
- {nrt_data-0.0.1 → nrt_data-0.0.1.post0}/docs/_build/html/_static/file.png +0 -0
- {nrt_data-0.0.1 → nrt_data-0.0.1.post0}/docs/_build/html/_static/logo.png +0 -0
- {nrt_data-0.0.1 → nrt_data-0.0.1.post0}/docs/_build/html/_static/minus.png +0 -0
- {nrt_data-0.0.1 → nrt_data-0.0.1.post0}/docs/_build/html/_static/plus.png +0 -0
- {nrt_data-0.0.1 → nrt_data-0.0.1.post0}/docs/_static/logo.png +0 -0
- {nrt_data-0.0.1 → nrt_data-0.0.1.post0}/docs/api_reference.rst +0 -0
- {nrt_data-0.0.1 → nrt_data-0.0.1.post0}/docs/index.rst +0 -0
- {nrt_data-0.0.1 → nrt_data-0.0.1.post0}/docs/quickstart.rst +0 -0
- {nrt_data-0.0.1 → nrt_data-0.0.1.post0}/nrt/data/mreCritValTable.json +0 -0
- {nrt_data-0.0.1 → nrt_data-0.0.1.post0}/nrt/data/simulate.py +0 -0
- {nrt_data-0.0.1 → nrt_data-0.0.1.post0}/nrt_data.egg-info/SOURCES.txt +0 -0
- {nrt_data-0.0.1 → nrt_data-0.0.1.post0}/nrt_data.egg-info/dependency_links.txt +0 -0
- {nrt_data-0.0.1 → nrt_data-0.0.1.post0}/nrt_data.egg-info/top_level.txt +0 -0
- {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
|
|
@@ -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
|
|
@@ -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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|