pysal / momepy

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

API: return morphological tessellation as a GeoDataFrame #602

Closed martinfleis closed 1 month ago

martinfleis commented 1 month 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 1 month ago

That failure is one from osmnx, not momepy itself.