Skip to content

Commit

Permalink
chore: add yAxis to catalog level
Browse files Browse the repository at this point in the history
  • Loading branch information
lubojr committed Oct 24, 2023
1 parent a7485a3 commit 10ebbdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generators/generate_indicators.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,8 @@ def add_to_catalog(collection, catalog, endpoint, data):
link.extra_fields["sensor"] = ",".join(data["Sensor"])
if "Agency" in data:
link.extra_fields["agency"] = ",".join(data["Agency"])
if "yAxis" in data:
link.extra_fields["yAxis"] = data["yAxis"]
return link


Expand Down

0 comments on commit 10ebbdd

Please sign in to comment.