Skip to content

Commit 36e8a1b

Browse files
Update overturemaps/core.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1d25544 commit 36e8a1b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

overturemaps/core.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ def _get_files_from_stac(theme: str, overture_type: str, bbox: tuple, release: s
4646
Returns a list of bucket/key paths using the STAC-geoparquet index
4747
"""
4848
stac_url = f"https://stac.overturemaps.org/{release}/collections.parquet"
49-
5049
try:
51-
5250
# Arrow can't read HTTP URLs directly; read into memory first
5351
with urlopen(stac_url) as response:
5452
data = response.read()

0 commit comments

Comments
 (0)