Skip to content

Commit

Permalink
Update ODC metadata ext
Browse files Browse the repository at this point in the history
  • Loading branch information
supermarkion committed May 12, 2023
1 parent 81a1590 commit 16d30f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dea_burn_cube/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ class BurnCubeProcessingTask:
mapping_ard_datasets: List[datacube.model.Dataset] = field(init=False, repr=False)

PROD_INFO_EXT: str = ".proc-info.json"
ODC_META_EXT: str = ".odc-metadata.yml"
ODC_META_EXT: str = ".odc-metadata.yaml"
STAC_META_EXT: str = ".stac-item.json"
BAND_EXT: str = ".tif"

Expand Down Expand Up @@ -946,7 +946,7 @@ def filter_by_output(self, overwrite) -> gpd.GeoDataFrame:
)

if not helper.check_s3_file_exists(
f"s3://{s3_bucket_name}/{s3_object_title}.odc-metadata.yml"
f"s3://{s3_bucket_name}/{s3_object_title}.odc-metadata.yaml"
):
not_run_regions.append(region_id)

Expand Down

0 comments on commit 16d30f7

Please sign in to comment.