From d08dc002305e6d91e6e0c89ae4398006d0c62383 Mon Sep 17 00:00:00 2001 From: Pieter Roggemans Date: Sat, 4 Nov 2023 00:10:41 +0100 Subject: [PATCH] Update process.py --- open_buildings/google/process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open_buildings/google/process.py b/open_buildings/google/process.py index d3a998c..64d5f40 100644 --- a/open_buildings/google/process.py +++ b/open_buildings/google/process.py @@ -302,7 +302,7 @@ def process_with_pandas( output_file_path, driver='GPKG', engine="pyogrio", spatial_index=False ) elif format == 'shp': - output_gdf.to_file(output_file_path, driver='ESRI Shapefile') + output_gdf.to_file(output_file_path, driver='ESRI Shapefile', engine="pyogrio") def process_with_ogr2ogr(