The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
GISSB
is a package that contains GIS functions in R for
use in Statistics Norway.
See the vignette for an introduction of how the functions can be used for network analysis in R: https://statisticsnorway.github.io/GISSB/articles/GISSB_vignette.html
You can install the development version of GISSB
like
so:
::install_github("statisticsnorway/GISSB") devtools
Most of the functions in the GISSB package require that the Norwegian road network NVDB Ruteplan nettverksdatasett (National roads database - road network for routing) has been downloaded locally to your computer. The format of the file should be “FGDB 10.0”.
After the file has been downloaded it has to be read into R using the
sf
package:
<- sf::read_sf("vegnettRuteplan_FGDB_20221109.gdb", layer = "ruttger_link_geom")
vegnett
<- sf::read_sf("vegnettRuteplan_FGDB_20221109.gdb", layer = "turnrestrictions_geom") turnrestrictions_geom
<- sf::read_sf("vegnettRuteplan_FGDB_20210528.gdb", layer = 'ERFKPS')
vegnett
<- sf::read_sf("vegnettRuteplan_FGDB_20210528.gdb", layer = "ERFKPS_turns") turnrestrictions_geom
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.