Skip to content

Commit

Permalink
Rename of offshore field after discussions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyh committed Mar 7, 2024
1 parent 44cc54e commit 5ec90f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions eodatasets3/properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,8 @@ class Eo3Dict(collections.abc.MutableMapping):
"datetime": datetime_type,
"dea:dataset_maturity": of_enum_type(("final", "interim", "nrt"), lower=True),
"dea:product_maturity": of_enum_type(("stable", "provisional"), lower=True),
"dea:processing_region": of_enum_type(
("continental_australia", "offshore_territories"), lower=True, strict=False
"dea:final_ancillaries": of_enum_type(
("standard", "nonstandard"), lower=True, strict=False
),
"dtr:end_datetime": datetime_type,
"dtr:start_datetime": datetime_type,
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/integration/test_packagewagl.py
Original file line number Diff line number Diff line change
Expand Up @@ -1592,4 +1592,4 @@ def test_offshore_wagl_package(tmp_path: Path):

[output_metadata] = (tmp_path / "ga_s2am_ard_3").rglob("*.odc-metadata.yaml")
doc = load_yaml(output_metadata)
assert doc["properties"]["dea:processing_region"] == "offshore_territories"
assert doc["properties"]["dea:final_ancillaries"] == "nonstandard"

0 comments on commit 5ec90f5

Please sign in to comment.