rcoins

Identify continuous lines in a spatial network.

4
contributors
Get started
132 commitsLast commit ≈ 7 days ago0 stars0 forks

Cite this software

What rcoins can do for you

R-CMD-check

Identify continuous lines in a network using an approach based on the Continuity in Steet Network (COINS) method1.

Example

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)

Footnotes

  1. Tripathy, P., Rao, P., Balakrishnan, K., & Malladi, T. (2021). An open-source tool to extract natural continuity and hierarchy of urban street networks. Environment and Planning B: Urban Analytics and City Science, 48(8), 2188-2205.

Keywords
Programming language
  • R 100%
License
</>Source code

Participating organisations

Netherlands eScience Center
Delft University of Technology

Contributors

Thijs van Lankveld
Thijs van Lankveld
Fakhereh Alidoost
Fakhereh Alidoost

Related projects

CRiSp

City River Spaces, a tool for automated and scalable delineation of urban river spaces with spatial-temporal big data

Updated 9 months ago
In progress