-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose GDAL driver metadata #103
Comments
I wonder if it would be possible to get more driver metadata into gdal... as this metadata isn't python-specific, it would be way more elegant to have it there I think. |
Which additional information are you thinking about? (the current GDAL metadata already exposes quite a lot: extensions, which data types are supported, whether nulls are supported, ..) |
Ah, OK, then I misinterpreted what was in fiona. In that case, ignore my remark :-). |
I started using the GDAL driver metadata internally in #189, but without publicly exposing it for now. |
Would we want something like this in fiona: Toblerity/Fiona#950 ?
It would allow to check the extension of a driver (and making the driver inference from the extension for writing more robust, cfr Toblerity/Fiona#948), the open options, whether the driver supports certain data types, etc (but it would probably be mostly copy/paste from fiona ..)
The text was updated successfully, but these errors were encountered: