geopandas / pyogrio

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

Stop warning about no features to read #294

Closed brendan-ward closed 9 months ago

brendan-ward commented 9 months ago

We currently issue a warning if there are no features to read from a data source unless you are using Arrow, so this is a point of inconsistency.

In practice this warning is likely not very helpful, so we should simply remove it.