eodash_catalog 0.1.0__py3-none-any.whl → 0.1.2__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.0"
4
+ __version__ = "0.1.2"
@@ -733,6 +733,10 @@ def add_visualization_info(
733
733
  extra_fields["wms:dimensions"] = dimensions
734
734
  if "Styles" in endpoint_config:
735
735
  extra_fields["wms:styles"] = endpoint_config["Styles"]
736
+ if "TileSize" in endpoint_config:
737
+ extra_fields["wms:tilesize"] = endpoint_config["TileSize"]
738
+ if "Version" in endpoint_config:
739
+ extra_fields["wms:version"] = endpoint_config["Version"]
736
740
  media_type = endpoint_config.get("MediaType", "image/jpeg")
737
741
  endpoint_url = endpoint_config["EndPoint"]
738
742
  # custom replacing of all ENV VARS present as template in URL as {VAR}
@@ -1,13 +1,11 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: eodash_catalog
3
- Version: 0.1.0
3
+ Version: 0.1.2
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-Expression: MIT
10
- License-File: LICENSE.txt
11
9
  Classifier: Development Status :: 4 - Beta
12
10
  Classifier: Programming Language :: Python
13
11
  Classifier: Programming Language :: Python :: 3.10
@@ -1,14 +1,14 @@
1
- eodash_catalog/__about__.py,sha256=0PcT62YiQdwnVDC4AcyB5RxRyuGv2nJIpztq-UKdX0k,137
1
+ eodash_catalog/__about__.py,sha256=xxN_mdQRHN7wMMbG4vXy6B60NVtQdsz2olBY5mugW70,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=7p9qju2wgMt22g_SZOkiMFe_1CVgjy1PZJRvi8AXb44,40598
4
+ eodash_catalog/endpoints.py,sha256=RfjwEz9Yo4X1zWnwPC-xqhSy_OphazKv5Edruf8pBOU,40821
5
5
  eodash_catalog/generate_indicators.py,sha256=qZRjwBoonvfkq-P3UCyfaowW0wq335q4ZgWAwcAGGP4,20043
6
6
  eodash_catalog/sh_endpoint.py,sha256=XjZsZJ5jfJZLQenSTqUhiUZ5YAu9M9nv2KL1Qv3Be-I,1219
7
7
  eodash_catalog/stac_handling.py,sha256=RGnU8gR-envUVXs0em6uwUJbYHq_wyrR1gq6s1JLNrk,17957
8
8
  eodash_catalog/thumbnails.py,sha256=qZDcpQe80ki6lEMKYdZtSnnHH0PUpcoXTvU9bYdPlzU,2260
9
9
  eodash_catalog/utils.py,sha256=mPyt74jEaL0CgyxjnnxW3spomoC8WIfIHi0oCS39d_E,13694
10
- eodash_catalog-0.1.0.dist-info/METADATA,sha256=9rXOpMC2S4NyJgumFRyIVVib4xCaL6DGERBRywnvj30,3195
11
- eodash_catalog-0.1.0.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
12
- eodash_catalog-0.1.0.dist-info/entry_points.txt,sha256=kuUQrDG1PtYd8kPjf5XM6H_NtQd9Ozwl0jjiGtAvZSM,87
13
- eodash_catalog-0.1.0.dist-info/licenses/LICENSE.txt,sha256=oJCW5zQxnFD-J0hGz6Zh5Lkpdk1oAndmWhseTmV224E,1107
14
- eodash_catalog-0.1.0.dist-info/RECORD,,
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,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.25.0
2
+ Generator: hatchling 1.26.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any