eodash_catalog 0.0.22__py3-none-any.whl → 0.0.23__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/endpoints.py +1 -1
- eodash_catalog/utils.py +1 -1
- {eodash_catalog-0.0.22.dist-info → eodash_catalog-0.0.23.dist-info}/METADATA +1 -1
- {eodash_catalog-0.0.22.dist-info → eodash_catalog-0.0.23.dist-info}/RECORD +8 -8
- {eodash_catalog-0.0.22.dist-info → eodash_catalog-0.0.23.dist-info}/WHEEL +0 -0
- {eodash_catalog-0.0.22.dist-info → eodash_catalog-0.0.23.dist-info}/entry_points.txt +0 -0
- {eodash_catalog-0.0.22.dist-info → eodash_catalog-0.0.23.dist-info}/licenses/LICENSE.txt +0 -0
eodash_catalog/__about__.py
CHANGED
eodash_catalog/endpoints.py
CHANGED
|
@@ -386,7 +386,7 @@ def handle_xcube_endpoint(
|
|
|
386
386
|
def handle_GeoDB_endpoint(
|
|
387
387
|
catalog_config: dict, endpoint_config: dict, collection_config: dict, catalog: Catalog
|
|
388
388
|
) -> Collection:
|
|
389
|
-
# ID of collection is data["Name"] instead of CollectionId to be able to
|
|
389
|
+
# ID of collection is data["Name"] instead of CollectionId to be able to
|
|
390
390
|
# create more STAC collections from one geoDB table
|
|
391
391
|
collection = get_or_create_collection(
|
|
392
392
|
catalog, collection_config["Name"], collection_config, catalog_config, endpoint_config
|
eodash_catalog/utils.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: eodash_catalog
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.23
|
|
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
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
eodash_catalog/__about__.py,sha256=
|
|
1
|
+
eodash_catalog/__about__.py,sha256=5batU4fSLE6LqpnGkSeeJc59IsusGK0uiPqrTxlGTM4,138
|
|
2
2
|
eodash_catalog/__init__.py,sha256=_W_9emPYf6FUqc0P8L2SmADx6hGSd7PlQV3yRmCk5uM,115
|
|
3
3
|
eodash_catalog/duration.py,sha256=B6XOZfvNU7SuqpxuVtT1kNKODoOQJXDI6mocvA_U1ik,10816
|
|
4
|
-
eodash_catalog/endpoints.py,sha256=
|
|
4
|
+
eodash_catalog/endpoints.py,sha256=9Mk-pb2QIpAa09pPaV35bsAfNp6BmIjrOQFZUKuw5jQ,34924
|
|
5
5
|
eodash_catalog/generate_indicators.py,sha256=Fxq3sAXzZaPpE_RhiyFlnIvUBmf17tVFpoN2R_xLFGM,19109
|
|
6
6
|
eodash_catalog/sh_endpoint.py,sha256=F99LpYT-MGhPiwdSSysm3xBTjaQBXRUkieh-q-vhTvE,1012
|
|
7
7
|
eodash_catalog/stac_handling.py,sha256=rPV3tFT81kGkd-WJx0-FpL4BuzCj-DnrjClAstIpSxs,18443
|
|
8
8
|
eodash_catalog/thumbnails.py,sha256=31Wk38oNQDxfhSUbMLBpHuZFhsR8v_7luYr65XQtDf0,2213
|
|
9
|
-
eodash_catalog/utils.py,sha256=
|
|
10
|
-
eodash_catalog-0.0.
|
|
11
|
-
eodash_catalog-0.0.
|
|
12
|
-
eodash_catalog-0.0.
|
|
13
|
-
eodash_catalog-0.0.
|
|
14
|
-
eodash_catalog-0.0.
|
|
9
|
+
eodash_catalog/utils.py,sha256=Sa7wGCYA3_UkScGUpOF7cLDj2-O5cg7yFT5p8uLrLHI,8992
|
|
10
|
+
eodash_catalog-0.0.23.dist-info/METADATA,sha256=Gle3yQxjZQS6FlmGZ7N1vdLUrtcwA9qXd6X3Z0UtXX4,3203
|
|
11
|
+
eodash_catalog-0.0.23.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
|
|
12
|
+
eodash_catalog-0.0.23.dist-info/entry_points.txt,sha256=kuUQrDG1PtYd8kPjf5XM6H_NtQd9Ozwl0jjiGtAvZSM,87
|
|
13
|
+
eodash_catalog-0.0.23.dist-info/licenses/LICENSE.txt,sha256=oJCW5zQxnFD-J0hGz6Zh5Lkpdk1oAndmWhseTmV224E,1107
|
|
14
|
+
eodash_catalog-0.0.23.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|