rcrisp
RC
rcrisp provides tools to automate the morphological delineation of riverside urban areas.
Updated 1 week ago
4
Identify continuous lines in a spatial network.
Identify continuous lines in a network using an approach based on the Continuity in Steet Network (COINS) method1.
Given the street network of the city of Bucharest (data source: OpenStreetMap)
library(rcoins)
streets <- bucharest$streets

Determine continuous lines in the spatial network as:
continuous_streets <- stroke(streets)

City River Spaces, a tool for automated and scalable delineation of urban river spaces with spatial-temporal big data
rcrisp provides tools to automate the morphological delineation of riverside urban areas.