roads: Road Network Projection

Project road network development based on an existing road network, target locations to be connected by roads and a cost surface. Road projection methods include minimum spanning tree with least cost path (Kruskal’s algorithm (1956) <doi:10.2307/2033241>), least cost path (Dijkstra's algorithm (1959) <doi:10.1007/BF01386390>) or snapping. These road network projection methods are ideal for use with land cover change projection models.

Version: 1.0.0
Depends: R (≥ 2.10)
Imports: raster, dplyr, igraph, sp, data.table, SpaDES.tools, sf, stars, units, rlang, methods, tidyselect
Suggests: testthat (≥ 2.1.0), knitr, rmarkdown, viridis
Published: 2022-06-22
Author: Sarah Endicott ORCID iD [aut], Kyle Lochhead [aut], Josie Hughes [aut, cre], Patrick Kirby [aut], Her Majesty the Queen in Right of Canada as represented by the Minister of the Environment [cph] (Copyright holder for included functions buildSimList, getLandingsFromTarget, pathsToLines, plotRoads, projectRoads, rasterizeLine, rasterToLineSegments), Province of British Columbia [cph] (Copyright holder for included functions getGraph, lcpList, mstList, shortestPaths, getClosestRoad, buildSnapRoads)
Maintainer: Josie Hughes <josie.hughes at ec.gc.ca>
BugReports: https://github.com/LandSciTech/roads/issues
License: Apache License (≥ 2)
URL: https://github.com/LandSciTech/roads, https://landscitech.github.io/roads/
NeedsCompilation: no
Materials: README NEWS
CRAN checks: roads results

Documentation:

Reference manual: roads.pdf
Vignettes: roads Package

Downloads:

Package source: roads_1.0.0.tar.gz
Windows binaries: r-devel: roads_1.0.0.zip, r-release: roads_1.0.0.zip, r-oldrel: roads_1.0.0.zip
macOS binaries: r-release (arm64): roads_1.0.0.tgz, r-oldrel (arm64): roads_1.0.0.tgz, r-release (x86_64): roads_1.0.0.tgz, r-oldrel (x86_64): roads_1.0.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=roads to link to this page.