eodash_catalog 0.1.2__py3-none-any.whl → 0.1.3__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.
Potentially problematic release.
This version of eodash_catalog might be problematic. Click here for more details.
- eodash_catalog/__about__.py +1 -1
- eodash_catalog/generate_indicators.py +1 -0
- eodash_catalog/stac_handling.py +5 -0
- {eodash_catalog-0.1.2.dist-info → eodash_catalog-0.1.3.dist-info}/METADATA +2 -1
- eodash_catalog-0.1.3.dist-info/RECORD +14 -0
- {eodash_catalog-0.1.2.dist-info → eodash_catalog-0.1.3.dist-info}/WHEEL +1 -1
- eodash_catalog-0.1.2.dist-info/RECORD +0 -14
- {eodash_catalog-0.1.2.dist-info → eodash_catalog-0.1.3.dist-info}/entry_points.txt +0 -0
- {eodash_catalog-0.1.2.dist-info → eodash_catalog-0.1.3.dist-info}/licenses/LICENSE.txt +0 -0
eodash_catalog/__about__.py
CHANGED
eodash_catalog/stac_handling.py
CHANGED
|
@@ -297,6 +297,11 @@ def add_collection_information(
|
|
|
297
297
|
roles=["thumbnail"],
|
|
298
298
|
),
|
|
299
299
|
)
|
|
300
|
+
# Bubble up thumbnail to extra fields
|
|
301
|
+
collection.extra_fields["thumbnail"] = (
|
|
302
|
+
f'{catalog_config["assets_endpoint"]}/'
|
|
303
|
+
f'{collection_config["Image"]}'
|
|
304
|
+
)
|
|
300
305
|
# Add extra fields to collection if available
|
|
301
306
|
add_extra_fields(collection, collection_config)
|
|
302
307
|
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: eodash_catalog
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
4
4
|
Summary: This package is intended to help create a compatible STAC catalog for the eodash dashboard client. It supports configuration of multiple endpoint types for information extraction.
|
|
5
5
|
Project-URL: Documentation, https://github.com/eodash/eodash_catalog#readme
|
|
6
6
|
Project-URL: Issues, https://github.com/eodash/eodash_catalog/issues
|
|
7
7
|
Project-URL: Source, https://github.com/eodash/eodash_catalog
|
|
8
8
|
Author-email: Daniel Santillan <daniel.santillan@eox.at>
|
|
9
|
+
License: MIT
|
|
9
10
|
Classifier: Development Status :: 4 - Beta
|
|
10
11
|
Classifier: Programming Language :: Python
|
|
11
12
|
Classifier: Programming Language :: Python :: 3.10
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
eodash_catalog/__about__.py,sha256=QlH-_ow6dHwd6vmlNbfNzxEFupl7vVJuWvteKR1t9YU,137
|
|
2
|
+
eodash_catalog/__init__.py,sha256=_W_9emPYf6FUqc0P8L2SmADx6hGSd7PlQV3yRmCk5uM,115
|
|
3
|
+
eodash_catalog/duration.py,sha256=B6XOZfvNU7SuqpxuVtT1kNKODoOQJXDI6mocvA_U1ik,10816
|
|
4
|
+
eodash_catalog/endpoints.py,sha256=RfjwEz9Yo4X1zWnwPC-xqhSy_OphazKv5Edruf8pBOU,40821
|
|
5
|
+
eodash_catalog/generate_indicators.py,sha256=HpnzZDORuwQYlJlhyhOmobNq5hKDUQHPDinaD-Cb6l4,20064
|
|
6
|
+
eodash_catalog/sh_endpoint.py,sha256=XjZsZJ5jfJZLQenSTqUhiUZ5YAu9M9nv2KL1Qv3Be-I,1219
|
|
7
|
+
eodash_catalog/stac_handling.py,sha256=uN4tDkfqZQV6EmhTuMDM3630n-4CRkMuaiOoEwti3iw,18158
|
|
8
|
+
eodash_catalog/thumbnails.py,sha256=qZDcpQe80ki6lEMKYdZtSnnHH0PUpcoXTvU9bYdPlzU,2260
|
|
9
|
+
eodash_catalog/utils.py,sha256=mPyt74jEaL0CgyxjnnxW3spomoC8WIfIHi0oCS39d_E,13694
|
|
10
|
+
eodash_catalog-0.1.3.dist-info/METADATA,sha256=0fV3ZMCZmVeK67FDsLrTC_dUpJYJ1HiFvCe6Co6_AZM,3158
|
|
11
|
+
eodash_catalog-0.1.3.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
|
12
|
+
eodash_catalog-0.1.3.dist-info/entry_points.txt,sha256=kuUQrDG1PtYd8kPjf5XM6H_NtQd9Ozwl0jjiGtAvZSM,87
|
|
13
|
+
eodash_catalog-0.1.3.dist-info/licenses/LICENSE.txt,sha256=oJCW5zQxnFD-J0hGz6Zh5Lkpdk1oAndmWhseTmV224E,1107
|
|
14
|
+
eodash_catalog-0.1.3.dist-info/RECORD,,
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
eodash_catalog/__about__.py,sha256=xxN_mdQRHN7wMMbG4vXy6B60NVtQdsz2olBY5mugW70,137
|
|
2
|
-
eodash_catalog/__init__.py,sha256=_W_9emPYf6FUqc0P8L2SmADx6hGSd7PlQV3yRmCk5uM,115
|
|
3
|
-
eodash_catalog/duration.py,sha256=B6XOZfvNU7SuqpxuVtT1kNKODoOQJXDI6mocvA_U1ik,10816
|
|
4
|
-
eodash_catalog/endpoints.py,sha256=RfjwEz9Yo4X1zWnwPC-xqhSy_OphazKv5Edruf8pBOU,40821
|
|
5
|
-
eodash_catalog/generate_indicators.py,sha256=qZRjwBoonvfkq-P3UCyfaowW0wq335q4ZgWAwcAGGP4,20043
|
|
6
|
-
eodash_catalog/sh_endpoint.py,sha256=XjZsZJ5jfJZLQenSTqUhiUZ5YAu9M9nv2KL1Qv3Be-I,1219
|
|
7
|
-
eodash_catalog/stac_handling.py,sha256=RGnU8gR-envUVXs0em6uwUJbYHq_wyrR1gq6s1JLNrk,17957
|
|
8
|
-
eodash_catalog/thumbnails.py,sha256=qZDcpQe80ki6lEMKYdZtSnnHH0PUpcoXTvU9bYdPlzU,2260
|
|
9
|
-
eodash_catalog/utils.py,sha256=mPyt74jEaL0CgyxjnnxW3spomoC8WIfIHi0oCS39d_E,13694
|
|
10
|
-
eodash_catalog-0.1.2.dist-info/METADATA,sha256=qX-tll6EDMBeas--94-PB3ZWPFEzLAgQX3wbWRjnSVU,3145
|
|
11
|
-
eodash_catalog-0.1.2.dist-info/WHEEL,sha256=3U_NnUcV_1B1kPkYaPzN-irRckL5VW_lytn0ytO_kRY,87
|
|
12
|
-
eodash_catalog-0.1.2.dist-info/entry_points.txt,sha256=kuUQrDG1PtYd8kPjf5XM6H_NtQd9Ozwl0jjiGtAvZSM,87
|
|
13
|
-
eodash_catalog-0.1.2.dist-info/licenses/LICENSE.txt,sha256=oJCW5zQxnFD-J0hGz6Zh5Lkpdk1oAndmWhseTmV224E,1107
|
|
14
|
-
eodash_catalog-0.1.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|