arup-group / genet

Manipulate MATSim networks via a Python API.
MIT License
45 stars 9 forks source link

Fix saving geodataframes with empty geometry #226

Closed KasiaKoz closed 9 months ago

KasiaKoz commented 9 months ago

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.