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

Fixes for 1.1.0rc2 #255

Merged
merged 5 commits into from
Mar 16, 2023
Merged

Fixes for 1.1.0rc2 #255

merged 5 commits into from
Mar 16, 2023

Conversation

jonmmease
Copy link
Collaborator

Misc fixes to 1.1.0rc1:

DuckDB extension refinements:

  • icu is bundled with the Python duckdb library, so it doesn't need to be installed
  • Only install and load httpfs when constructing the duckdb connection internalls (not when the connection is passed in), and convert extension install/load exceptions into a warning.

Actually fix #250 by handling geo interface objects before checking if they are Pandas DataFrames.

 - icu is bundled with the Python duckdb library, so it doesn't need to be installed
 - Only install and load httpfs when constructing the duckdb connection internalls (not when the connection is passed in), and convert extension install/load exceptions into a warning.
This way a geopandas GeoDataFrame is treated as a geointerface object rather than a pandas DataFrame
@jonmmease jonmmease merged commit e9cea71 into main Mar 16, 2023
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.

support geo-interface
1 participant