geopandas / pyogrio

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

Raise error if function is used with parameters to read no geometry, columns, or fids #280

Closed theroggy closed 10 months ago

theroggy commented 10 months ago

Necessary changes and tests to ensure following behaviour for both use_arrow=True and use_arrow=False:

closes #263

theroggy commented 10 months ago

@brendan-ward I resolved your suggestions.