Skip to content

Commit

Permalink
Terser comments
Browse files Browse the repository at this point in the history
  • Loading branch information
moradology committed Aug 31, 2023
1 parent d883673 commit 183d247
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker_tasks/build_stac/utils/stac.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ def generate_stac(event: events.RegexEvent) -> pystac.Item:
with rasterio.open(asset_definition["href"]) as src:
media_type = stac.get_media_type(src)
# The default asset name for cogs is "cog_default", so we need to intercept 'default'
# and change it
if asset_name == "default":
asset_name = "cog_default"
assets[asset_name] = pystac.Asset(
Expand Down

0 comments on commit 183d247

Please sign in to comment.