geopandas / pyogrio

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

DOC: add warning to `skip_features` regarding performance implications of driver #256

Closed brendan-ward closed 10 months ago

brendan-ward commented 1 year ago

Some drivers do not support fast setting of the next index to read, and have to scan all features up to skip_features - which can be very very slow. We should add a note to the documentation to indicate this.