Skip to content

Commit

Permalink
Renamed intertidal tide range class name (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored Mar 25, 2024
1 parent 52c120f commit af3184d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eodatasets3/properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def parsed_sentinel_datastrip_id(tile_id) -> Tuple[str, Dict]:
}

_DERIVATIVE_PRODUCT_PROPS = {
"intertidal:category": of_enum_type(
"intertidal:tr_class": of_enum_type(
("mesotidal", "macrotidal", "microtidal"), lower=True, strict=False
),
"intertidal:hat": float,
Expand Down

0 comments on commit af3184d

Please sign in to comment.