geopandas / pyogrio

Vectorized vector I/O using OGR
https://pyogrio.readthedocs.io
MIT License
258 stars 22 forks source link

REF: factor out dataset and layer creation for ogr_write #351

Closed jorisvandenbossche closed 5 months ago

jorisvandenbossche commented 5 months ago

This just moves the setting up of the ogr dataset and layer objects for writing into a separate helper function, which should help with https://github.com/geopandas/pyogrio/pull/346

jorisvandenbossche commented 5 months ago

There is one failing build with GDAL main, but that's being addressed in https://github.com/geopandas/pyogrio/pull/353

kylebarron commented 5 months ago

Thanks!