pysal / momepy

Urban Morphology Measuring Toolkit
https://docs.momepy.org
BSD 3-Clause "New" or "Revised" License
496 stars 59 forks source link

API: return morphological tessellation as a GeoDataFrame #602

Closed martinfleis closed 5 months ago

martinfleis commented 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.

jGaboardi commented 5 months ago

That failure is one from osmnx, not momepy itself.