Skip to content

Commit

Permalink
test UPSArcticWGS84Quad access
Browse files Browse the repository at this point in the history
  • Loading branch information
lubojr committed Feb 5, 2024
1 parent 1e99bef commit f001fbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions collections/IS2SITMOGR4-cog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Resources:
- EndPoint: https://staging-stac.delta-backend.com/
Type: cog
Name: VEDA
Tileset: UPSArcticWGS84Quad
CollectionId: IS2SITMOGR4-cog
ColormapName: plasma
Rescale: [0.0,4.0]
Expand Down
4 changes: 3 additions & 1 deletion generators/generate_indicators.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,8 +501,10 @@ def generate_veda_link(endpoint, file_url):
file_url = "url=%s&"%(file_url)
else:
file_url = ""
tileset = endpoint.get("Tileset", "WebMercatorQuad")

target_url = "https://staging-raster.delta-backend.com/cog/tiles/WebMercatorQuad/{z}/{x}/{y}?%sresampling_method=nearest%s%s%s%s"%(
target_url = "https://staging-raster.delta-backend.com/cog/tiles/%s/{z}/{x}/{y}?%sresampling_method=nearest%s%s%s%s"%(
tileset,
file_url,
bidx,
colormap,
Expand Down

0 comments on commit f001fbe

Please sign in to comment.