Skip to content
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

Add allow_unsupported_drivers option to fiona.open #1126

Merged

Conversation

rbuffat
Copy link
Contributor

@rbuffat rbuffat commented Jul 10, 2022

Add allow_unsupported_drivers option to fiona.open to allow using unsupported drivers.

See #1124

exception. By passing `allow_unsupported_drivers=True` to :py:attr:`fiona.open`
no compatibility checks are performed and unsupported OGR drivers can be used.
However, there are no guarantees that Fiona will be able to access or write
data correctly using an unsupported driver.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rbuffat this is great! You've explained the situation and the intent of the feature very well.

Copy link
Member

@sgillies sgillies left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rbuffat excellent!

@rbuffat rbuffat marked this pull request as ready for review November 18, 2022 12:51
fiona/__init__.py Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants