eodash_catalog 0.1.5__py3-none-any.whl → 0.1.6__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.

@@ -1,4 +1,4 @@
1
1
  # SPDX-FileCopyrightText: 2024-present Daniel Santillan <daniel.santillan@eox.at>
2
2
  #
3
3
  # SPDX-License-Identifier: MIT
4
- __version__ = "0.1.5"
4
+ __version__ = "0.1.6"
@@ -970,6 +970,8 @@ def handle_raw_source(
970
970
  if endpoint_config["Name"] == "COG source":
971
971
  style_type = "text/cog-styles"
972
972
  media_type = "image/tiff"
973
+ if endpoint_config["Name"] == "FlatGeobuf source":
974
+ media_type = "application/vnd.flatgeobuf"
973
975
  for a in time_entry["Assets"]:
974
976
  asset = Asset(
975
977
  href=a["File"], roles=["data"], media_type=media_type, extra_fields={}
@@ -257,7 +257,11 @@ def process_collection_file(
257
257
  collection_config,
258
258
  catalog,
259
259
  )
260
- elif endpoint_config["Name"] in ["COG source", "GeoJSON source"]:
260
+ elif endpoint_config["Name"] in [
261
+ "COG source",
262
+ "GeoJSON source",
263
+ "FlatGeobuf source",
264
+ ]:
261
265
  collection = handle_raw_source(
262
266
  catalog_config, endpoint_config, collection_config, catalog
263
267
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: eodash_catalog
3
- Version: 0.1.5
3
+ Version: 0.1.6
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=TvYmyaSMGR_Lg0vkZYYlus6y_vSGTjlFPBDMkpp2VKM,137
1
+ eodash_catalog/__about__.py,sha256=T6gKKw7BD372nQEmlOKE7dfhE3sHoynNeoZJkBAf_1s,137
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=RfjwEz9Yo4X1zWnwPC-xqhSy_OphazKv5Edruf8pBOU,40821
5
- eodash_catalog/generate_indicators.py,sha256=GSWkfpkqqdMNiL3pC7Wp3_nqllBsfbt9OM7VQUq2UiE,20246
4
+ eodash_catalog/endpoints.py,sha256=l7gTeULisRwZU-kNpM-KV9lfIqZ6ekT34b82QxelqPY,40942
5
+ eodash_catalog/generate_indicators.py,sha256=mm673GReuBQLhn5ZQhHkbKT9NdqzRM-3sPjbgcGtJ_g,20362
6
6
  eodash_catalog/sh_endpoint.py,sha256=XjZsZJ5jfJZLQenSTqUhiUZ5YAu9M9nv2KL1Qv3Be-I,1219
7
7
  eodash_catalog/stac_handling.py,sha256=8_W45SIXV4jAUa9J-f2KZ2eor6MNfPfy0n1d-932eAE,21234
8
8
  eodash_catalog/thumbnails.py,sha256=qZDcpQe80ki6lEMKYdZtSnnHH0PUpcoXTvU9bYdPlzU,2260
9
9
  eodash_catalog/utils.py,sha256=QhZeMXRC1uvE3VzC3T_nMi9hn_3RR05s5rkzs8tCeQc,13866
10
- eodash_catalog-0.1.5.dist-info/METADATA,sha256=U1wm94Mccrc4JRpGNXGRttQ84kbmFyORmAXA5HTdQvk,3195
11
- eodash_catalog-0.1.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
12
- eodash_catalog-0.1.5.dist-info/entry_points.txt,sha256=kuUQrDG1PtYd8kPjf5XM6H_NtQd9Ozwl0jjiGtAvZSM,87
13
- eodash_catalog-0.1.5.dist-info/licenses/LICENSE.txt,sha256=oJCW5zQxnFD-J0hGz6Zh5Lkpdk1oAndmWhseTmV224E,1107
14
- eodash_catalog-0.1.5.dist-info/RECORD,,
10
+ eodash_catalog-0.1.6.dist-info/METADATA,sha256=5j8aiBSZ2scBi3a5_zKzGt0KjCIMIgAUrFjWxUcmojg,3195
11
+ eodash_catalog-0.1.6.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
12
+ eodash_catalog-0.1.6.dist-info/entry_points.txt,sha256=kuUQrDG1PtYd8kPjf5XM6H_NtQd9Ozwl0jjiGtAvZSM,87
13
+ eodash_catalog-0.1.6.dist-info/licenses/LICENSE.txt,sha256=oJCW5zQxnFD-J0hGz6Zh5Lkpdk1oAndmWhseTmV224E,1107
14
+ eodash_catalog-0.1.6.dist-info/RECORD,,