Skip to content

Commit f2b73de

Browse files
committed
Update get_osm_data script
Save also geometry column by default
1 parent 39cfcde commit f2b73de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/get_osm_data.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import osmnx as ox
2121
from tqdm import tqdm
2222

23-
__version__ = "2025.2.13"
23+
__version__ = "2025.3.14"
2424

2525
RGBA_RED = (1, 0, 0, 0.3)
2626
RGBA_WHITE = (1, 1, 1, 1)
@@ -245,6 +245,7 @@
245245
"highway",
246246
"maxspeed",
247247
"name",
248+
"geometry",
248249
]
249250
]
250251

0 commit comments

Comments
 (0)