eodash_catalog 0.0.15__py3-none-any.whl → 0.0.16__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.15.dist-info → eodash_catalog-0.0.16.dist-info}/METADATA +2 -2
- {eodash_catalog-0.0.15.dist-info → eodash_catalog-0.0.16.dist-info}/RECORD +8 -8
- {eodash_catalog-0.0.15.dist-info → eodash_catalog-0.0.16.dist-info}/WHEEL +0 -0
- {eodash_catalog-0.0.15.dist-info → eodash_catalog-0.0.16.dist-info}/entry_points.txt +0 -0
- {eodash_catalog-0.0.15.dist-info → eodash_catalog-0.0.16.dist-info}/licenses/LICENSE.txt +0 -0
eodash_catalog/__about__.py
CHANGED
eodash_catalog/endpoints.py
CHANGED
|
@@ -551,7 +551,7 @@ def generate_veda_tiles_link(endpoint_config: dict, item: str | None) -> str:
|
|
|
551
551
|
if "NoData" in endpoint_config:
|
|
552
552
|
no_data = "&no_data={}".format(endpoint_config["NoData"])
|
|
553
553
|
item = f"&item={item}" if item else ""
|
|
554
|
-
target_url = f"https://openveda.cloud/stac/tiles/WebMercatorQuad/{{z}}/{{x}}/{{y}}?{collection}{item}{assets}{color_formula}{no_data}"
|
|
554
|
+
target_url = f"https://openveda.cloud/api/raster/stac/tiles/WebMercatorQuad/{{z}}/{{x}}/{{y}}?{collection}{item}{assets}{color_formula}{no_data}"
|
|
555
555
|
return target_url
|
|
556
556
|
|
|
557
557
|
|
eodash_catalog/utils.py
CHANGED
|
@@ -221,7 +221,7 @@ def generate_veda_cog_link(endpoint_config: dict, file_url: str | None) -> str:
|
|
|
221
221
|
|
|
222
222
|
file_url = f"url={file_url}&" if file_url else ""
|
|
223
223
|
|
|
224
|
-
target_url = f"https://openveda.cloud/cog/tiles/WebMercatorQuad/{{z}}/{{x}}/{{y}}?{file_url}resampling_method=nearest{bidx}{colormap}{colormap_name}{rescale}"
|
|
224
|
+
target_url = f"https://openveda.cloud/api/raster/cog/tiles/WebMercatorQuad/{{z}}/{{x}}/{{y}}?{file_url}resampling_method=nearest{bidx}{colormap}{colormap_name}{rescale}"
|
|
225
225
|
return target_url
|
|
226
226
|
|
|
227
227
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: eodash_catalog
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.16
|
|
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
|
|
@@ -31,7 +31,7 @@ Requires-Dist: pyyaml<7
|
|
|
31
31
|
Requires-Dist: redis<4
|
|
32
32
|
Requires-Dist: requests-oauthlib<1.3.2
|
|
33
33
|
Requires-Dist: requests<3
|
|
34
|
-
Requires-Dist: setuptools<
|
|
34
|
+
Requires-Dist: setuptools<71
|
|
35
35
|
Requires-Dist: spdx-lookup<=0.3.3
|
|
36
36
|
Requires-Dist: structlog<22.0
|
|
37
37
|
Requires-Dist: swiftspec==0.0.2
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
eodash_catalog/__about__.py,sha256=
|
|
1
|
+
eodash_catalog/__about__.py,sha256=DufokORcq7HQve6GPFansFU8LMELcmOjGhPms7LOjFM,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=0cCwNbQ1YqH8zKxdPY2LvXZWXqmqrAuW6ae_mUK4nTE,32734
|
|
5
5
|
eodash_catalog/generate_indicators.py,sha256=DlbgMuNVPGdg8roYO7raXIeTmsMRpsyN71DYnRATATI,18790
|
|
6
6
|
eodash_catalog/sh_endpoint.py,sha256=vELooJwk269v1DNnOzb32vil96vL_SRCio8UBlx10N0,618
|
|
7
7
|
eodash_catalog/stac_handling.py,sha256=BKFFhM2JhrBnEd6EbEESAIUcFncDaAb5N4aHx0uZBv4,18197
|
|
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=4qcCADoIs6woJoqd553j_qT5mLb7_wl6NAUN_BoJ3jE,8438
|
|
10
|
+
eodash_catalog-0.0.16.dist-info/METADATA,sha256=PqIbwvI4nxwpPpXICYWWYhwti33D9NKu77nu0gjXXQU,3203
|
|
11
|
+
eodash_catalog-0.0.16.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
|
|
12
|
+
eodash_catalog-0.0.16.dist-info/entry_points.txt,sha256=kuUQrDG1PtYd8kPjf5XM6H_NtQd9Ozwl0jjiGtAvZSM,87
|
|
13
|
+
eodash_catalog-0.0.16.dist-info/licenses/LICENSE.txt,sha256=oJCW5zQxnFD-J0hGz6Zh5Lkpdk1oAndmWhseTmV224E,1107
|
|
14
|
+
eodash_catalog-0.0.16.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|