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][jupyter] Serialization error on GeoDataFrames with multiple geometry columns #2283

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

KrausMatthias
Copy link

@KrausMatthias KrausMatthias commented Jun 23, 2023

When passing a GeoDataFrame with multiple geometry columns, add_data fails with a serialization error, as currently only the "geometry" column is converted to WKT.

This uses to_wkt introduced by GeoPandas in version 0.9.0 which converts all columns of type geometry in the dataframe to WKT.

Besides the issue with multiple geometry columns this also fixes:

KrausMatthias and others added 2 commits June 5, 2023 15:52
columns

Co-authored-by: Felix Lattemann <Felix.Lattemann@bmw.de>
Co-authored-by: Andreas Hackeloeer <Andreas.Hackeloeer@bmw.de>

Signed-off-by: Matthias Kraus <matthias.kb.kraus@bmw.de>
@KrausMatthias KrausMatthias changed the title [Bug][jupyter] Serialization error on GeoDataFrames with multiple columns [Bug][jupyter] Serialization error on GeoDataFrames with multiple geometry columns Jun 23, 2023
@KrausMatthias
Copy link
Author

Hi @heshan0131, Hi @igorDykhta, Hi @jwasilgeo,

would you have time to take a short look at this bugfix and raise any issues/considerations we might need to fix before this can be merged?

Greatly appreciating your work on keplergl :)

@KrausMatthias
Copy link
Author

KrausMatthias commented Jul 20, 2023

Hi @heshan0131 ,

thanks for the review! What can I do to get this merged and released?

Best regards

@KrausMatthias
Copy link
Author

Hi @heshan0131,

sorry to ping you, when do you think this can be merged?
If there is anything I can do to move this forward please tell me :)

I would be happy to contribute some more bugfixes if there is interest from your side :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants