-
-
Notifications
You must be signed in to change notification settings - Fork 972
Open
Description
Hi,
as reported here https://github.com/martinfleis/momepy/issues/123, at certain situation gdf.explode()
raises ValueError: Shape of passed values is (132850, 183), indices imply (132842, 183)
. Using data retrieved from OSM using OSMnx. (Warning - Vancouver gdf is large)
import geopandas as gpd
import osmnx as ox
gdf = ox.footprints.footprints_from_place(place='Vancouver, Canada')
gdf_projected = ox.project_gdf(gdf)
exploded = gdf_projected.explode()
I tried to save a small set to geojson, but after loading back to geopandas it does not cause the error 🤔
Metadata
Metadata
Assignees
Labels
No labels