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

Fix: kwargs not passed on to OGR in write_dataframe #67

Conversation

theroggy
Copy link
Member

@theroggy theroggy commented Apr 3, 2022

proposal to fix #62

@jorisvandenbossche
Copy link
Member

Thanks a lot for the catch!

Would you like to add a test for this? (use an easily verifyable option to ensure it was actually passed)

@theroggy
Copy link
Member Author

theroggy commented Apr 4, 2022

It was a bit of a search to find a gdal creation param that I could test without introducing new (explicit) library dependencies... but I think I found one :-).

Copy link
Member

@martinfleis martinfleis left a comment

Choose a reason for hiding this comment

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

Thanks!

@martinfleis martinfleis added this to the Version 0.4.0 milestone Apr 4, 2022
Copy link
Member

@brendan-ward brendan-ward left a comment

Choose a reason for hiding this comment

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

Thanks @theroggy - good catch!

@brendan-ward brendan-ward merged commit 0c1f351 into geopandas:main Apr 4, 2022
@theroggy theroggy deleted the Fix-kwargs-not-passed-to-gdal-in-write_dataframe branch April 4, 2022 16:09
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.

ENH: support writing geopackage files without index
4 participants