Skip to content

Commit

Permalink
August release path update
Browse files Browse the repository at this point in the history
  • Loading branch information
jenningsanderson authored Aug 22, 2024
1 parent e9632d4 commit a354c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overturemaps/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def _dataset_path(overture_type: str) -> str:
# complete s3 path. Could be discovered by reading from the top-level s3
# location but this allows to only read the files in the necessary partition.
theme = type_theme_map[overture_type]
return f"overturemaps-us-west-2/release/2024-07-22.0/theme={theme}/type={overture_type}/"
return f"overturemaps-us-west-2/release/2024-08-20.0/theme={theme}/type={overture_type}/"


def get_all_overture_types() -> List[str]:
Expand Down

0 comments on commit a354c30

Please sign in to comment.