eotdl 2025.4.2.post2__tar.gz → 2025.4.2.post4__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-2025.4.2.post2 → eotdl-2025.4.2.post4}/PKG-INFO +2 -1
- eotdl-2025.4.2.post4/eotdl/__init__.py +1 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/pyproject.toml +2 -1
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/uv.lock +71 -1
- eotdl-2025.4.2.post2/eotdl/__init__.py +0 -1
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/.gitignore +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/README.md +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/access/__init__.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/access/airbus/__init__.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/access/airbus/client.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/access/airbus/parameters.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/access/airbus/utils.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/access/download.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/access/search.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/access/sentinelhub/__init__.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/access/sentinelhub/client.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/access/sentinelhub/evalscripts.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/access/sentinelhub/parameters.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/access/sentinelhub/utils.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/auth/__init__.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/auth/auth.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/auth/errors.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/auth/is_logged.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/auth/logout.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/cli.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/commands/__init__.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/commands/auth.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/commands/datasets.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/commands/models.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/commands/stac.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/curation/__init__.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/curation/stac/__init__.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/curation/stac/api.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/curation/stac/stac.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/datasets/__init__.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/datasets/ingest.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/datasets/retrieve.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/datasets/stage.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/datasets/update.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/files/__init__.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/files/ingest.bck +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/files/ingest.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/files/metadata.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/models/__init__.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/models/download.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/models/ingest.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/models/retrieve.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/models/stage.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/models/update.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/repos/APIRepo.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/repos/AuthAPIRepo.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/repos/AuthRepo.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/repos/DatasetsAPIRepo.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/repos/FilesAPIRepo.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/repos/ModelsAPIRepo.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/repos/STACAPIRepo.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/repos/__init__.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/shared/__init__.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/shared/checksum.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/tools/__init__.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/tools/geo_utils.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/tools/metadata.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/tools/paths.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/tools/stac.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/tools/time_utils.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/tools/tools.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/wrappers/__init__.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl/wrappers/models.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/eotdl.png +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/main.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/pyproject.toml.bck +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/__init__.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/_test_access.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/_test_hello.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/__init__.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/_test_auth.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/access/__init__.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/curation/__init__.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/curation/stac/__init__.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/curation/stac/fixtures.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/curation/stac/test_data/jaca_dataset_stac/catalog.json +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/curation/stac/test_data/jaca_dataset_stac/sentinel-2-l2a/Jaca_1/Jaca_1.json +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/curation/stac/test_data/jaca_dataset_stac/sentinel-2-l2a/Jaca_2/Jaca_2.json +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/curation/stac/test_data/jaca_dataset_stac/sentinel-2-l2a/Jaca_3/Jaca_3.json +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/curation/stac/test_data/jaca_dataset_stac/sentinel-2-l2a/Jaca_4/Jaca_4.json +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/curation/stac/test_data/jaca_dataset_stac/sentinel-2-l2a/collection.json +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/curation/stac/test_data/jaca_dataset_stac_labels/catalog.json +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/curation/stac/test_data/jaca_dataset_stac_labels/labels/Jaca_1/Jaca_1.json +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/curation/stac/test_data/jaca_dataset_stac_labels/labels/Jaca_2/Jaca_2.json +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/curation/stac/test_data/jaca_dataset_stac_labels/labels/Jaca_3/Jaca_3.json +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/curation/stac/test_data/jaca_dataset_stac_labels/labels/Jaca_4/Jaca_4.json +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/curation/stac/test_data/jaca_dataset_stac_labels/labels/collection.json +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/curation/stac/test_data/jaca_dataset_stac_labels/sentinel-2-l2a/Jaca_1/Jaca_1.json +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/curation/stac/test_data/jaca_dataset_stac_labels/sentinel-2-l2a/Jaca_2/Jaca_2.json +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/curation/stac/test_data/jaca_dataset_stac_labels/sentinel-2-l2a/Jaca_3/Jaca_3.json +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/curation/stac/test_data/jaca_dataset_stac_labels/sentinel-2-l2a/Jaca_4/Jaca_4.json +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/curation/stac/test_data/jaca_dataset_stac_labels/sentinel-2-l2a/collection.json +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/curation/stac/test_data/labels_scaneo/Jaca_1_labels.geojson +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/curation/stac/test_data/labels_scaneo/Jaca_2_labels.geojson +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/curation/stac/test_data/labels_scaneo/Jaca_3_labels.geojson +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/curation/stac/test_data/labels_scaneo/Jaca_4_labels.geojson +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/curation/stac/test_data/labels_scaneo/labels.json +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/curation/stac/test_data/sentinel_2/Boadella_2020-01-13.tif +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/curation/stac/test_data/sentinel_2/Boadella_2020-01-13_labels.geojson +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/curation/stac/test_data/sentinel_2/Boadella_2020-01-28.tif +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/curation/stac/test_data/sentinel_2/Boadella_2020-02-02_labels.geojson +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/curation/stac/test_dataframe.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/curation/stac/test_extent.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/curation/stac/test_labels.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/curation/stac/test_ml_dataset.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/curation/stac/test_stac.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/datasets/__init__.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/datasets/_test_datasets.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/datasets/_test_download_dataset.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/datasets/_test_retrieve_datasets.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/tools/__init__.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/tools/test_geo_utils.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/tools/test_metadata.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/tools/test_paths.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/tools/test_time_utils.py +0 -0
- {eotdl-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/tools/test_tools.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: eotdl
|
3
|
-
Version: 2025.4.2.
|
3
|
+
Version: 2025.4.2.post4
|
4
4
|
Summary: Earth Observation Training Data Lab
|
5
5
|
Author-email: earthpulse <it@earthpulse.es>
|
6
6
|
License-Expression: MIT
|
@@ -10,6 +10,7 @@ Requires-Dist: pydantic>=2.11.1
|
|
10
10
|
Requires-Dist: pyjwt>=2.10.1
|
11
11
|
Requires-Dist: pystac>=1.12.2
|
12
12
|
Requires-Dist: python-frontmatter>=1.1.0
|
13
|
+
Requires-Dist: requests>=2.32.3
|
13
14
|
Requires-Dist: stac-geoparquet>=0.6.0
|
14
15
|
Requires-Dist: tqdm>=4.67.1
|
15
16
|
Requires-Dist: typer>=0.15.2
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "2025.04.02-4"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "eotdl"
|
3
|
-
version = "2025.04.02-
|
3
|
+
version = "2025.04.02-4"
|
4
4
|
description = "Earth Observation Training Data Lab"
|
5
5
|
authors = [
|
6
6
|
{name = "earthpulse", email = "it@earthpulse.es"},
|
@@ -14,6 +14,7 @@ dependencies = [
|
|
14
14
|
"pyjwt>=2.10.1",
|
15
15
|
"pystac>=1.12.2",
|
16
16
|
"python-frontmatter>=1.1.0",
|
17
|
+
"requests>=2.32.3",
|
17
18
|
"stac-geoparquet>=0.6.0",
|
18
19
|
"tqdm>=4.67.1",
|
19
20
|
"typer>=0.15.2",
|
@@ -19,6 +19,41 @@ wheels = [
|
|
19
19
|
{ url = "https://files.pythonhosted.org/packages/38/fc/bce832fd4fd99766c04d1ee0eead6b0ec6486fb100ae5e74c1d91292b982/certifi-2025.1.31-py3-none-any.whl", hash = "sha256:ca78db4565a652026a4db2bcdf68f2fb589ea80d0be70e03929ed730746b84fe", size = 166393 },
|
20
20
|
]
|
21
21
|
|
22
|
+
[[package]]
|
23
|
+
name = "charset-normalizer"
|
24
|
+
version = "3.4.1"
|
25
|
+
source = { registry = "https://pypi.org/simple" }
|
26
|
+
sdist = { url = "https://files.pythonhosted.org/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz", hash = "sha256:44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3", size = 123188 }
|
27
|
+
wheels = [
|
28
|
+
{ url = "https://files.pythonhosted.org/packages/0a/9a/dd1e1cdceb841925b7798369a09279bd1cf183cef0f9ddf15a3a6502ee45/charset_normalizer-3.4.1-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:73d94b58ec7fecbc7366247d3b0b10a21681004153238750bb67bd9012414545", size = 196105 },
|
29
|
+
{ url = "https://files.pythonhosted.org/packages/d3/8c/90bfabf8c4809ecb648f39794cf2a84ff2e7d2a6cf159fe68d9a26160467/charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:dad3e487649f498dd991eeb901125411559b22e8d7ab25d3aeb1af367df5efd7", size = 140404 },
|
30
|
+
{ url = "https://files.pythonhosted.org/packages/ad/8f/e410d57c721945ea3b4f1a04b74f70ce8fa800d393d72899f0a40526401f/charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c30197aa96e8eed02200a83fba2657b4c3acd0f0aa4bdc9f6c1af8e8962e0757", size = 150423 },
|
31
|
+
{ url = "https://files.pythonhosted.org/packages/f0/b8/e6825e25deb691ff98cf5c9072ee0605dc2acfca98af70c2d1b1bc75190d/charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2369eea1ee4a7610a860d88f268eb39b95cb588acd7235e02fd5a5601773d4fa", size = 143184 },
|
32
|
+
{ url = "https://files.pythonhosted.org/packages/3e/a2/513f6cbe752421f16d969e32f3583762bfd583848b763913ddab8d9bfd4f/charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bc2722592d8998c870fa4e290c2eec2c1569b87fe58618e67d38b4665dfa680d", size = 145268 },
|
33
|
+
{ url = "https://files.pythonhosted.org/packages/74/94/8a5277664f27c3c438546f3eb53b33f5b19568eb7424736bdc440a88a31f/charset_normalizer-3.4.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ffc9202a29ab3920fa812879e95a9e78b2465fd10be7fcbd042899695d75e616", size = 147601 },
|
34
|
+
{ url = "https://files.pythonhosted.org/packages/7c/5f/6d352c51ee763623a98e31194823518e09bfa48be2a7e8383cf691bbb3d0/charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:804a4d582ba6e5b747c625bf1255e6b1507465494a40a2130978bda7b932c90b", size = 141098 },
|
35
|
+
{ url = "https://files.pythonhosted.org/packages/78/d4/f5704cb629ba5ab16d1d3d741396aec6dc3ca2b67757c45b0599bb010478/charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:0f55e69f030f7163dffe9fd0752b32f070566451afe180f99dbeeb81f511ad8d", size = 149520 },
|
36
|
+
{ url = "https://files.pythonhosted.org/packages/c5/96/64120b1d02b81785f222b976c0fb79a35875457fa9bb40827678e54d1bc8/charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:c4c3e6da02df6fa1410a7680bd3f63d4f710232d3139089536310d027950696a", size = 152852 },
|
37
|
+
{ url = "https://files.pythonhosted.org/packages/84/c9/98e3732278a99f47d487fd3468bc60b882920cef29d1fa6ca460a1fdf4e6/charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:5df196eb874dae23dcfb968c83d4f8fdccb333330fe1fc278ac5ceeb101003a9", size = 150488 },
|
38
|
+
{ url = "https://files.pythonhosted.org/packages/13/0e/9c8d4cb99c98c1007cc11eda969ebfe837bbbd0acdb4736d228ccaabcd22/charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:e358e64305fe12299a08e08978f51fc21fac060dcfcddd95453eabe5b93ed0e1", size = 146192 },
|
39
|
+
{ url = "https://files.pythonhosted.org/packages/b2/21/2b6b5b860781a0b49427309cb8670785aa543fb2178de875b87b9cc97746/charset_normalizer-3.4.1-cp312-cp312-win32.whl", hash = "sha256:9b23ca7ef998bc739bf6ffc077c2116917eabcc901f88da1b9856b210ef63f35", size = 95550 },
|
40
|
+
{ url = "https://files.pythonhosted.org/packages/21/5b/1b390b03b1d16c7e382b561c5329f83cc06623916aab983e8ab9239c7d5c/charset_normalizer-3.4.1-cp312-cp312-win_amd64.whl", hash = "sha256:6ff8a4a60c227ad87030d76e99cd1698345d4491638dfa6673027c48b3cd395f", size = 102785 },
|
41
|
+
{ url = "https://files.pythonhosted.org/packages/38/94/ce8e6f63d18049672c76d07d119304e1e2d7c6098f0841b51c666e9f44a0/charset_normalizer-3.4.1-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:aabfa34badd18f1da5ec1bc2715cadc8dca465868a4e73a0173466b688f29dda", size = 195698 },
|
42
|
+
{ url = "https://files.pythonhosted.org/packages/24/2e/dfdd9770664aae179a96561cc6952ff08f9a8cd09a908f259a9dfa063568/charset_normalizer-3.4.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:22e14b5d70560b8dd51ec22863f370d1e595ac3d024cb8ad7d308b4cd95f8313", size = 140162 },
|
43
|
+
{ url = "https://files.pythonhosted.org/packages/24/4e/f646b9093cff8fc86f2d60af2de4dc17c759de9d554f130b140ea4738ca6/charset_normalizer-3.4.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8436c508b408b82d87dc5f62496973a1805cd46727c34440b0d29d8a2f50a6c9", size = 150263 },
|
44
|
+
{ url = "https://files.pythonhosted.org/packages/5e/67/2937f8d548c3ef6e2f9aab0f6e21001056f692d43282b165e7c56023e6dd/charset_normalizer-3.4.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2d074908e1aecee37a7635990b2c6d504cd4766c7bc9fc86d63f9c09af3fa11b", size = 142966 },
|
45
|
+
{ url = "https://files.pythonhosted.org/packages/52/ed/b7f4f07de100bdb95c1756d3a4d17b90c1a3c53715c1a476f8738058e0fa/charset_normalizer-3.4.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:955f8851919303c92343d2f66165294848d57e9bba6cf6e3625485a70a038d11", size = 144992 },
|
46
|
+
{ url = "https://files.pythonhosted.org/packages/96/2c/d49710a6dbcd3776265f4c923bb73ebe83933dfbaa841c5da850fe0fd20b/charset_normalizer-3.4.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:44ecbf16649486d4aebafeaa7ec4c9fed8b88101f4dd612dcaf65d5e815f837f", size = 147162 },
|
47
|
+
{ url = "https://files.pythonhosted.org/packages/b4/41/35ff1f9a6bd380303dea55e44c4933b4cc3c4850988927d4082ada230273/charset_normalizer-3.4.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:0924e81d3d5e70f8126529951dac65c1010cdf117bb75eb02dd12339b57749dd", size = 140972 },
|
48
|
+
{ url = "https://files.pythonhosted.org/packages/fb/43/c6a0b685fe6910d08ba971f62cd9c3e862a85770395ba5d9cad4fede33ab/charset_normalizer-3.4.1-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:2967f74ad52c3b98de4c3b32e1a44e32975e008a9cd2a8cc8966d6a5218c5cb2", size = 149095 },
|
49
|
+
{ url = "https://files.pythonhosted.org/packages/4c/ff/a9a504662452e2d2878512115638966e75633519ec11f25fca3d2049a94a/charset_normalizer-3.4.1-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:c75cb2a3e389853835e84a2d8fb2b81a10645b503eca9bcb98df6b5a43eb8886", size = 152668 },
|
50
|
+
{ url = "https://files.pythonhosted.org/packages/6c/71/189996b6d9a4b932564701628af5cee6716733e9165af1d5e1b285c530ed/charset_normalizer-3.4.1-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:09b26ae6b1abf0d27570633b2b078a2a20419c99d66fb2823173d73f188ce601", size = 150073 },
|
51
|
+
{ url = "https://files.pythonhosted.org/packages/e4/93/946a86ce20790e11312c87c75ba68d5f6ad2208cfb52b2d6a2c32840d922/charset_normalizer-3.4.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:fa88b843d6e211393a37219e6a1c1df99d35e8fd90446f1118f4216e307e48cd", size = 145732 },
|
52
|
+
{ url = "https://files.pythonhosted.org/packages/cd/e5/131d2fb1b0dddafc37be4f3a2fa79aa4c037368be9423061dccadfd90091/charset_normalizer-3.4.1-cp313-cp313-win32.whl", hash = "sha256:eb8178fe3dba6450a3e024e95ac49ed3400e506fd4e9e5c32d30adda88cbd407", size = 95391 },
|
53
|
+
{ url = "https://files.pythonhosted.org/packages/27/f2/4f9a69cc7712b9b5ad8fdb87039fd89abba997ad5cbe690d1835d40405b0/charset_normalizer-3.4.1-cp313-cp313-win_amd64.whl", hash = "sha256:b1ac5992a838106edb89654e0aebfc24f5848ae2547d22c2c3f66454daa11971", size = 102702 },
|
54
|
+
{ url = "https://files.pythonhosted.org/packages/0e/f6/65ecc6878a89bb1c23a086ea335ad4bf21a588990c3f535a227b9eea9108/charset_normalizer-3.4.1-py3-none-any.whl", hash = "sha256:d98b1668f06378c6dbefec3b92299716b931cd4e6061f3c875a71ced1780ab85", size = 49767 },
|
55
|
+
]
|
56
|
+
|
22
57
|
[[package]]
|
23
58
|
name = "ciso8601"
|
24
59
|
version = "2.3.2"
|
@@ -75,7 +110,7 @@ wheels = [
|
|
75
110
|
|
76
111
|
[[package]]
|
77
112
|
name = "eotdl"
|
78
|
-
version = "2025.4.
|
113
|
+
version = "2025.4.4"
|
79
114
|
source = { editable = "." }
|
80
115
|
dependencies = [
|
81
116
|
{ name = "geopandas" },
|
@@ -83,6 +118,7 @@ dependencies = [
|
|
83
118
|
{ name = "pyjwt" },
|
84
119
|
{ name = "pystac" },
|
85
120
|
{ name = "python-frontmatter" },
|
121
|
+
{ name = "requests" },
|
86
122
|
{ name = "stac-geoparquet" },
|
87
123
|
{ name = "tqdm" },
|
88
124
|
{ name = "typer" },
|
@@ -95,6 +131,7 @@ requires-dist = [
|
|
95
131
|
{ name = "pyjwt", specifier = ">=2.10.1" },
|
96
132
|
{ name = "pystac", specifier = ">=1.12.2" },
|
97
133
|
{ name = "python-frontmatter", specifier = ">=1.1.0" },
|
134
|
+
{ name = "requests", specifier = ">=2.32.3" },
|
98
135
|
{ name = "stac-geoparquet", specifier = ">=0.6.0" },
|
99
136
|
{ name = "tqdm", specifier = ">=4.67.1" },
|
100
137
|
{ name = "typer", specifier = ">=0.15.2" },
|
@@ -117,6 +154,15 @@ wheels = [
|
|
117
154
|
{ url = "https://files.pythonhosted.org/packages/c4/64/7d344cfcef5efddf9cf32f59af7f855828e9d74b5f862eddf5bfd9f25323/geopandas-1.0.1-py3-none-any.whl", hash = "sha256:01e147d9420cc374d26f51fc23716ac307f32b49406e4bd8462c07e82ed1d3d6", size = 323587 },
|
118
155
|
]
|
119
156
|
|
157
|
+
[[package]]
|
158
|
+
name = "idna"
|
159
|
+
version = "3.10"
|
160
|
+
source = { registry = "https://pypi.org/simple" }
|
161
|
+
sdist = { url = "https://files.pythonhosted.org/packages/f1/70/7703c29685631f5a7590aa73f1f1d3fa9a380e654b86af429e0934a32f7d/idna-3.10.tar.gz", hash = "sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9", size = 190490 }
|
162
|
+
wheels = [
|
163
|
+
{ url = "https://files.pythonhosted.org/packages/76/c6/c88e154df9c4e1a2a66ccf0005a88dfb2650c1dffb6f5ce603dfbd452ce3/idna-3.10-py3-none-any.whl", hash = "sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3", size = 70442 },
|
164
|
+
]
|
165
|
+
|
120
166
|
[[package]]
|
121
167
|
name = "markdown-it-py"
|
122
168
|
version = "3.0.0"
|
@@ -481,6 +527,21 @@ wheels = [
|
|
481
527
|
{ url = "https://files.pythonhosted.org/packages/fa/de/02b54f42487e3d3c6efb3f89428677074ca7bf43aae402517bc7cca949f3/PyYAML-6.0.2-cp313-cp313-win_amd64.whl", hash = "sha256:8388ee1976c416731879ac16da0aff3f63b286ffdd57cdeb95f3f2e085687563", size = 156446 },
|
482
528
|
]
|
483
529
|
|
530
|
+
[[package]]
|
531
|
+
name = "requests"
|
532
|
+
version = "2.32.3"
|
533
|
+
source = { registry = "https://pypi.org/simple" }
|
534
|
+
dependencies = [
|
535
|
+
{ name = "certifi" },
|
536
|
+
{ name = "charset-normalizer" },
|
537
|
+
{ name = "idna" },
|
538
|
+
{ name = "urllib3" },
|
539
|
+
]
|
540
|
+
sdist = { url = "https://files.pythonhosted.org/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760", size = 131218 }
|
541
|
+
wheels = [
|
542
|
+
{ url = "https://files.pythonhosted.org/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6", size = 64928 },
|
543
|
+
]
|
544
|
+
|
484
545
|
[[package]]
|
485
546
|
name = "rich"
|
486
547
|
version = "14.0.0"
|
@@ -612,3 +673,12 @@ sdist = { url = "https://files.pythonhosted.org/packages/95/32/1a225d6164441be76
|
|
612
673
|
wheels = [
|
613
674
|
{ url = "https://files.pythonhosted.org/packages/5c/23/c7abc0ca0a1526a0774eca151daeb8de62ec457e77262b66b359c3c7679e/tzdata-2025.2-py2.py3-none-any.whl", hash = "sha256:1a403fada01ff9221ca8044d701868fa132215d84beb92242d9acd2147f667a8", size = 347839 },
|
614
675
|
]
|
676
|
+
|
677
|
+
[[package]]
|
678
|
+
name = "urllib3"
|
679
|
+
version = "2.3.0"
|
680
|
+
source = { registry = "https://pypi.org/simple" }
|
681
|
+
sdist = { url = "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz", hash = "sha256:f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d", size = 307268 }
|
682
|
+
wheels = [
|
683
|
+
{ url = "https://files.pythonhosted.org/packages/c8/19/4ec628951a74043532ca2cf5d97b7b14863931476d117c471e8e2b1eb39f/urllib3-2.3.0-py3-none-any.whl", hash = "sha256:1cee9ad369867bfdbbb48b7dd50374c0967a0bb7710050facf0dd6911440e3df", size = 128369 },
|
684
|
+
]
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "2025.04.02-2"
|
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
|
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
|
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-2025.4.2.post2 → eotdl-2025.4.2.post4}/tests/unit/datasets/_test_retrieve_datasets.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|