Skip to content

Commit

Permalink
feat: passing Colorlegend attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
santilland committed Oct 7, 2024
1 parent dc0d02f commit 348607b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/eodash_catalog/stac_handling.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,8 @@ def add_collection_information(
roles=["metadata"],
),
)
if "Colorlegend" in collection_config:
collection.extra_fields["eox:colorlegend"] = collection_config["Colorlegend"]


def add_base_overlay_info(
Expand Down

0 comments on commit 348607b

Please sign in to comment.