Releases: benchmark-urbanism/cityseer-api
Releases · benchmark-urbanism/cityseer-api
v0.8.6
v0.8.5
v0.8.4
v0.8.3
Removed the crawl procedure from the graph consolidation method and replaced with a by_neighbours
strategy. This approach better preserves topology.
A subsequent improvement would be to split parallel geometries where nodes are out of lock-step. This may remove the need for decomposition steps prior to final consolidation.
v0.8.2
v0.8.1
v0.8.0
Added additional graph cleanup methods for working with OSM data:
nX_remove_dangling_nodes
: despines and removes disconnected componentsnX_consolidate
: merges adjacent nodes within a threshold distance
See the updated docs for more info.