Closed martinfleis closed 5 months ago
Normally, you will want to use tessellation as a gdf, so easier to return it as such and avoid all those to_frame calls. This also makes the output type consistent with enclosed_tessellation.
to_frame
enclosed_tessellation
That failure is one from osmnx, not momepy itself.
osmnx
momepy
Normally, you will want to use tessellation as a gdf, so easier to return it as such and avoid all those
to_frame
calls. This also makes the output type consistent withenclosed_tessellation
.