seareport / coastlines

1 stars 0 forks source link

Generate bbox column for parquet output #2

Closed pmav99 closed 1 month ago

pmav99 commented 4 months ago

The relevant argument is write_covering_bbox=False

https://github.com/geopandas/geopandas/blob/d372c46ba6ad57f62da6f3f495c03281215f3616/geopandas/io/arrow.py#L379-L386C1

pmav99 commented 1 month ago

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()