geopandas / pyogrio

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

ENH: support passing dataset open options in `list_layers` #377

Open theroggy opened 3 months ago

theroggy commented 3 months ago

list_layers now doesn't support getting dataset open options being passed in, but for open options like LIST_ALL_TABLES this would be useful.

Inspiration for opening this issue: here