Skip to content

Create a 'core network' from route networks

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

nptscot/corenet

Repository files navigation

corenet

R-CMD-check

The goal of corenet is to provide a set of functions to generate ‘core’ route networks for transport planning.

Install it with:

if (!require("remotes")) {
  install.packages("remotes")
}
remotes::install_github("nptscot/corenet")