From a354c305b3bc5ec9a85f51df39d3205041caccba Mon Sep 17 00:00:00 2001 From: Jennings Anderson Date: Wed, 21 Aug 2024 17:55:08 -0700 Subject: [PATCH] August release path update --- overturemaps/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overturemaps/core.py b/overturemaps/core.py index c24dbf0..8c233cb 100644 --- a/overturemaps/core.py +++ b/overturemaps/core.py @@ -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]: