eotdl 2024.3.14__py3-none-any.whl → 2024.3.14.post2__py3-none-any.whl

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/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "2024.03.14"
1
+ __version__ = "2024.03.14-2"
@@ -1,5 +1,5 @@
1
1
  from pydantic import BaseModel, validator
2
- from typing import List
2
+ from typing import List, Optional
3
3
  import markdownify
4
4
  from pathlib import Path
5
5
 
@@ -9,7 +9,7 @@ class Metadata(BaseModel):
9
9
  license: str
10
10
  source: str
11
11
  name: str
12
- thumbnail: str
12
+ thumbnail: Optional[str] = ""
13
13
 
14
14
  # validate source is a URL
15
15
  @validator("source")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: eotdl
3
- Version: 2024.3.14
3
+ Version: 2024.3.14.post2
4
4
  Summary: Earth Observation Training Data Lab
5
5
  License: MIT
6
6
  Author: EarthPulse
@@ -1,4 +1,4 @@
1
- eotdl/__init__.py,sha256=h3wX8VQeT6ayUeyZI4vk99dZmGjA_ZVcbnBngLL64zI,27
1
+ eotdl/__init__.py,sha256=rtMs8qS3dVZ0XS4LZ_ssJxkHaEhVvOpAVJbNAkhRqH4,29
2
2
  eotdl/access/__init__.py,sha256=jbyjD7BRGJURlTNmtcbBBhw3Xk4EiZvkqmEykM-bJ1k,231
3
3
  eotdl/access/airbus/__init__.py,sha256=G_kkRS9eFjXbQ-aehmTLXeAxh7zpAxz_rgB7J_w0NRg,107
4
4
  eotdl/access/airbus/client.py,sha256=zjfgB_NTsCCIszoQesYkyLJgheKg-eTh28vbleXYxfw,12018
@@ -45,7 +45,7 @@ eotdl/curation/stac/stac.py,sha256=9GdiB1mV8iyREvXZoJmNJKQGawWyK3h9Eu0hJX5u6O4,1
45
45
  eotdl/datasets/__init__.py,sha256=oFSUD0OLvUS4_iwu_V1iAQ_VAML-8RWDbxgtuFdU5ZA,170
46
46
  eotdl/datasets/download.py,sha256=IVajcyU9f0zESNEOQWRjSnPnF_mAzSECBlQm9QJOXVs,3880
47
47
  eotdl/datasets/ingest.py,sha256=sCYO0H0MaYlMLyneRLkSyOve3SbuijMXqxgvyeN6fcs,5793
48
- eotdl/datasets/metadata.py,sha256=bWifHROuZqwlIq8kIJ4Ft2T7utCMoYtCnV1XwrGRXsQ,1432
48
+ eotdl/datasets/metadata.py,sha256=qonblTDGr4IZvJaiIc2rh7qwP76whEA72DorSVqZxd4,1457
49
49
  eotdl/datasets/retrieve.py,sha256=DJz5K1bCLizg9YNwBnhHMFzcxMXar2socYkFONdSL4c,1041
50
50
  eotdl/datasets/update.py,sha256=x-rpfxnavn9X-7QYkFMGtbn1b3bKmAZydOeS7Tjr5AQ,386
51
51
  eotdl/files/__init__.py,sha256=wStggK9L_Ni3vdZkKtKmKVdAaZRVuiMbsjYBCrJ8rxs,53
@@ -72,7 +72,7 @@ eotdl/tools/paths.py,sha256=yWhOtVxX4NxrDrrBX2fuye5N1mAqrxXFy_eA7dffd84,1152
72
72
  eotdl/tools/stac.py,sha256=ovXdrPm4Sn9AAJmrP88WnxDmq2Ut-xPoscjphxz3Iyo,5763
73
73
  eotdl/tools/time_utils.py,sha256=qJ3-rk1I7ne722SLfAP6-59kahQ0vLQqIf9VpOi0Kpg,4691
74
74
  eotdl/tools/tools.py,sha256=Tl4_v2ejkQo_zyZek8oofJwoYcdVosdOwW1C0lvWaNM,6354
75
- eotdl-2024.3.14.dist-info/METADATA,sha256=8gC38AvrzERrNlIislri7PMjPYn56VPHx8de_d_QwEU,4052
76
- eotdl-2024.3.14.dist-info/WHEEL,sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50,88
77
- eotdl-2024.3.14.dist-info/entry_points.txt,sha256=s6sfxUfRrSX2IP2UbrzTFTvRCtLgw3_OKcHlOKf_5F8,39
78
- eotdl-2024.3.14.dist-info/RECORD,,
75
+ eotdl-2024.3.14.post2.dist-info/METADATA,sha256=x5-NUr7dexalleDudbjAGAQsTYdeTiiij3ugtijcnkY,4058
76
+ eotdl-2024.3.14.post2.dist-info/WHEEL,sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50,88
77
+ eotdl-2024.3.14.post2.dist-info/entry_points.txt,sha256=s6sfxUfRrSX2IP2UbrzTFTvRCtLgw3_OKcHlOKf_5F8,39
78
+ eotdl-2024.3.14.post2.dist-info/RECORD,,