geopandas / pyogrio

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

FIX: Fix error in `write_dataframe` if input has a date column and non-consecutive index values #325

Closed theroggy closed 11 months ago

theroggy commented 11 months ago

resolves #324

theroggy commented 11 months ago

That's indeed a cleaner solution... thanks.