FOSS4G2019_Geoprocessing_with_R_workshop
FOSS4G2019_Geoprocessing_with_R_workshop copied to clipboard
This is the training materials for the **R for Geospatial Processing** workshop at FOSS4G 2019, Bucarest (Romania).
This is the teaching material for the GeoProcessing with R workshop of FOSS4G 2019 - Bucarest.
To be ready for the workshop, please install those packages :
install.packages("dplyr")
install.packages("sf")
install.packages("spData")
install.packages("here")
install.packages("ggplot2")
install.packages("tmap")
install.packages("cartography")
For OSGeoLive users, there is already some of them installed in the distribution. Please start Jupyter Notebooks (Menu -> GeoSpatial -> Spatial Tools -> Jupyter Notebook). It should open a web page.
Click on New
in the top right and start a new R Notebook. Then install only the following packages :
install.packages("dplyr")
install.packages("here")
install.packages("tmap")
install.packages("cartography")
Github Pages
The rendered book is visible with GitHub Pages : https://bakaniko.github.io/FOSS4G2019_Geoprocessing_with_R_workshop/
Licence
This material is available on BY-NC-SA licence.
Git cloning
You can clone this repo with this command :
git clone https://github.com/Bakaniko/FOSS4G2019_Geoprocessing_with_R_workshop/