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

BUG: export to a wide GeoDataFrame may fail assigning an active geometry #41

Open
martinfleis opened this issue Feb 28, 2023 · 0 comments

Comments

@martinfleis
Copy link
Member

There are some issues with creation of a wide GeoDataFrame with a MultiIndex. Both are coming from GeoPandas and one is being if fixed in geopandas/geopandas#2088 while the other is reported at geopandas/geopandas#2806.

Depending on the resolution of the latter, we may need to apply a patch on our side passing an indexer like set_geometry(("geometry", "", "")) instead of a simple set_geometry("geometry"). But we still need a release of GeoPandas (coming soon!) with the fix of the former, so it may be all resolved there.

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

No branches or pull requests

1 participant