Skip to content

Commit

Permalink
fix: elevation initial published date
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfouquet committed Nov 22, 2024
1 parent 806d631 commit 8018e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update_stac_dates.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def main(args: list[str] | None = None) -> None:
bucket_name = bucket_name_from_path(collection_published_path)

if bucket_name == "nz-elevation":
initial_date = parse_rfc_3339_date("2024-02-27") # https://github.com/awslabs/open-data-registry/pull/2142
initial_date = parse_rfc_3339_date("2024-03-14") # https://github.com/awslabs/open-data-registry/pull/2142
git_repo = "https://github.com/linz/elevation.git"
elif bucket_name == "nz-imagery":
initial_date = parse_rfc_3339_date("2023-09-09") # https://github.com/awslabs/open-data-registry/pull/1986
Expand Down

0 comments on commit 8018e06

Please sign in to comment.