eotdl 2023.6.14.post9__tar.gz → 2023.6.14.post10__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.
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/PKG-INFO +1 -1
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/commands/datasets.py +1 -1
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/pyproject.toml +1 -1
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/setup.py +1 -1
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/README.md +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/__init__.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/access/__init__.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/access/parameters.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/access/sentinelhub/__init__.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/access/sentinelhub/client.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/access/sentinelhub/utils.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/auth/__init__.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/auth/main.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/cli.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/commands/__init__.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/commands/auth.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/curation/__init__.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/curation/formatters.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/curation/metadata.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/curation/stac/__init__.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/curation/stac/dataframe.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/curation/stac/extensions.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/curation/stac/parsers.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/curation/stac/stac.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/curation/stac/utils.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/datasets/__init__.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/datasets/download.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/datasets/ingest.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/datasets/retrieve.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/datasets/update.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/hello.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/src/__init__.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/src/errors/__init__.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/src/errors/auth.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/src/repos/APIRepo.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/src/repos/AuthRepo.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/src/repos/__init__.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/src/usecases/__init__.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/src/usecases/auth/Auth.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/src/usecases/auth/IsLogged.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/src/usecases/auth/Logout.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/src/usecases/auth/__init__.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/src/usecases/datasets/DownloadDataset.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/src/usecases/datasets/IngestDataset.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/src/usecases/datasets/IngestLargeDataset.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/src/usecases/datasets/IngestLargeDatasetParallel.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/src/usecases/datasets/RetrieveDataset.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/src/usecases/datasets/RetrieveDatasets.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/src/usecases/datasets/UpdateDataset.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/src/usecases/datasets/__init__.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/src/utils.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/tools/__init__.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/tools/sen12floods/__init__.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/tools/sen12floods/tools.py +0 -0
- {eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/tools/stac.py +0 -0
@@ -29,7 +29,7 @@ def get(name: str, path: str = None):
|
|
29
29
|
path: Path to download the dataset to
|
30
30
|
"""
|
31
31
|
try:
|
32
|
-
dst_path = download_dataset(name, path,
|
32
|
+
dst_path = download_dataset(name, path, typer.echo)
|
33
33
|
typer.echo(f"Dataset {name} downloaded to {dst_path}")
|
34
34
|
except Exception as e:
|
35
35
|
typer.echo(e)
|
@@ -34,7 +34,7 @@ entry_points = \
|
|
34
34
|
|
35
35
|
setup_kwargs = {
|
36
36
|
'name': 'eotdl',
|
37
|
-
'version': '2023.6.14.
|
37
|
+
'version': '2023.6.14.post10',
|
38
38
|
'description': 'Earth Observation Training Data Lab',
|
39
39
|
'long_description': '# eotdl \n\nThis is the main library and CLI for EOTDL.\n\n',
|
40
40
|
'author': 'EarthPulse',
|
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
|
{eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/src/usecases/datasets/DownloadDataset.py
RENAMED
File without changes
|
{eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/src/usecases/datasets/IngestDataset.py
RENAMED
File without changes
|
{eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/src/usecases/datasets/IngestLargeDataset.py
RENAMED
File without changes
|
File without changes
|
{eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/src/usecases/datasets/RetrieveDataset.py
RENAMED
File without changes
|
{eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/src/usecases/datasets/RetrieveDatasets.py
RENAMED
File without changes
|
{eotdl-2023.6.14.post9 → eotdl-2023.6.14.post10}/eotdl/src/usecases/datasets/UpdateDataset.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|