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 saving geodataframes with empty geometry #226

Merged
merged 3 commits into from
Feb 19, 2024

Conversation

KasiaKoz
Copy link
Collaborator

Instead of filling empty values with a string: "None" we just leave them empty and operate on the values in the columns that have values.
I think this was likely added so that empty values would show up in kepler, as None rather than disappearing completely. We don't use kepler much anymore, since it's not maintained anymore, and leaving the values empty is more true to the original geodataframe.

@KasiaKoz KasiaKoz requested a review from anarcoteron February 19, 2024 14:32
@KasiaKoz KasiaKoz merged commit e2f38cd into main Feb 19, 2024
8 checks passed
@KasiaKoz KasiaKoz deleted the fix-saving-geodataframes-with-empty-geometry branch February 19, 2024 15:40
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.

2 participants