Skip to content

R Script to download and extract Canada OSM data, specifically road network shapefiles.

License

Notifications You must be signed in to change notification settings

ktjaco/geofabrik2roads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

geofabrik2roads

R Script to download and extract Canada OSM data, specifically road networks suitable for vehicles.

Reference documentation

Install Packages

CKAN

Some of these packages are not required, but it is ok to install them for future R GIS related tasks.

install.packages(c("plyr","dplyr","sp","raster","rgeos","spatstat","rgdal","maptools"))
  • plyr
  • dplyr
  • sp
  • raster
  • rgeos
  • spatstat
  • rgdal
  • maptools

Run

$ Rscript geo2roads.R

About

R Script to download and extract Canada OSM data, specifically road network shapefiles.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages