More GIS in R
Course Summary
Introduction
This course builds upon the skills learned during Introduction to GIS in R.
Estimated time for course
2-3 hours
Audience
R users wanting to work with geospatial data.
Course Aims
By the end of the course you will:
- be comfortable using simple geospatial operations like buffers, intersections etc.
- be able to provide summary statistics for areas
- understand more about joins, and what happens when they go wrong
- understand about network analysis and how it can improve the accuracy of some analyses
- be more comfortable troubleshooting some common error messages
- complete a piece of spatial analysis and be able to present it
Requirements
- We recommend completing the Practical Geography for Statistics training prior to starting this course.
- This course continues directly on from Introduction to GIS in R so ensure you have completed these materials prior to beginning this course.
- R and RStudio installed
- Beginner / intermediate knowledge of R and
dplyr
.
Course Instructions
To take this course:
- Go to github.com/ONSgeo/more-gis-in-R and clone or download the repository as a zip file, move it to your working directory and unzip.
- Open more-GIS-in-R.nb.html in your browser and follow the instructions.
- We suggest you continue to work in the same R script/project as Introduction to GIS in R.