Skip to content

Commit

Permalink
Update process.py
Browse files Browse the repository at this point in the history
  • Loading branch information
theroggy committed Nov 3, 2023
1 parent e26df79 commit d08dc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open_buildings/google/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit d08dc00

Please sign in to comment.