xcube-cci 0.11.5.dev0__tar.gz → 0.11.5.dev2__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.
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/PKG-INFO +1 -1
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/pyproject.toml +2 -2
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/xcube_cci/cciodp.py +2 -2
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/xcube_cci/version.py +1 -1
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/xcube_cci.egg-info/PKG-INFO +1 -1
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/.github/workflows/publish_pypi.yml +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/.gitignore +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/CHANGES.md +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/LICENSE +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/MANIFEST.in +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/README.md +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/appveyor.yml +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/environment.yml +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/examples/notebooks/Ex0-DCFS-Setup.ipynb +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/examples/notebooks/Ex1a-DCFS-CCI_access.ipynb +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/examples/notebooks/Ex1b-DCFS-CCI_access.ipynb +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/setup.cfg +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/setup.py +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/test/__init__.py +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/test/open_all.py +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/test/resources/ESACCI-OZONE-L3-NP-MERGED-KNMI-199701-fv0002.nc.das +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/test/resources/test_req.json +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/test/test_cciodp.py +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/test/test_chunkstore.py +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/test/test_dataaccess.py +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/test/test_dataframeaccess.py +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/test/test_kcaccess.py +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/test/test_normalize.py +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/test/test_plugin.py +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/test/test_timeutil.py +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/test/test_zarraccess.py +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/xcube_cci/__init__.py +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/xcube_cci/chunkstore.py +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/xcube_cci/constants.py +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/xcube_cci/data/__init__.py +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/xcube_cci/data/dataset_states.json +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/xcube_cci/data/excluded_data_sources +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/xcube_cci/data/kc_refs.json +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/xcube_cci/data/stores.yml +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/xcube_cci/data/zarr_to_dsrids +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/xcube_cci/dataaccess.py +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/xcube_cci/dataframeaccess.py +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/xcube_cci/kcaccess.py +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/xcube_cci/normalize.py +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/xcube_cci/plugin.py +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/xcube_cci/timerangegetter.py +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/xcube_cci/timeutil.py +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/xcube_cci/vdcaccess.py +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/xcube_cci/zarraccess.py +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/xcube_cci.egg-info/SOURCES.txt +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/xcube_cci.egg-info/dependency_links.txt +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/xcube_cci.egg-info/entry_points.txt +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/xcube_cci.egg-info/requires.txt +0 -0
- {xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/xcube_cci.egg-info/top_level.txt +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "xcube_cci"
|
|
7
|
-
version = "0.11.5.
|
|
7
|
+
version = "0.11.5.dev2"
|
|
8
8
|
authors = [
|
|
9
9
|
{ name="ESA CCI Toolbox Development Team" },
|
|
10
10
|
]
|
|
@@ -60,4 +60,4 @@ include-package-data = true
|
|
|
60
60
|
exclude = [
|
|
61
61
|
"test*",
|
|
62
62
|
"examples*"
|
|
63
|
-
]
|
|
63
|
+
]
|
|
@@ -1506,7 +1506,7 @@ class CciOdp:
|
|
|
1506
1506
|
|
|
1507
1507
|
def get_geodataframe_from_shapefile(
|
|
1508
1508
|
self, request: Dict
|
|
1509
|
-
) -> Optional[gpd.
|
|
1509
|
+
) -> Optional[gpd.GeoDataFrame]:
|
|
1510
1510
|
gdf = self._run_with_session(
|
|
1511
1511
|
self._get_geodataframe_from_shapefile, request
|
|
1512
1512
|
)
|
|
@@ -1514,7 +1514,7 @@ class CciOdp:
|
|
|
1514
1514
|
|
|
1515
1515
|
async def _get_geodataframe_from_shapefile(
|
|
1516
1516
|
self, session, request: Dict
|
|
1517
|
-
) -> Optional[gpd.
|
|
1517
|
+
) -> Optional[gpd.GeoDataFrame]:
|
|
1518
1518
|
var_names = request['varNames']
|
|
1519
1519
|
shapefile_url = await self._get_shapefile_url(session, request)
|
|
1520
1520
|
if not shapefile_url:
|
|
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
|
{xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/examples/notebooks/Ex1a-DCFS-CCI_access.ipynb
RENAMED
|
File without changes
|
{xcube_cci-0.11.5.dev0 → xcube_cci-0.11.5.dev2}/examples/notebooks/Ex1b-DCFS-CCI_access.ipynb
RENAMED
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|