Last active
May 5, 2018 12:52
-
-
Save ustroetz/def063b6b81362370cf854bc083f19ef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
routes_segments = routes_gdf.unary_union | |
routes_segments_gdf = gpd.GeoDataFrame.from_features([{ | |
"type": "Feature", | |
"properties": {"id": count}, | |
"geometry": mapping(geometry) | |
} for id, geometry in enumerate(routes_segments)]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment