Closed pmav99 closed 1 month ago
The relevant argument is write_covering_bbox=False
write_covering_bbox=False
https://github.com/geopandas/geopandas/blob/d372c46ba6ad57f62da6f3f495c03281215f3616/geopandas/io/arrow.py#L379-L386C1
We decided to use gpkg instead of parquet. On gpkg there is no need for this column, it is supported out of the box from gpd.read_file()
gpkg
gpd.read_file()
The relevant argument is
write_covering_bbox=False
https://github.com/geopandas/geopandas/blob/d372c46ba6ad57f62da6f3f495c03281215f3616/geopandas/io/arrow.py#L379-L386C1