Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-kaleta committed Dec 31, 2020
1 parent 7719f86 commit bb2e3f6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
.Rhistory
.RData
.Ruserdata

.Rmd
.Rproj
Introduction_to_GIS_in_R.Rmd
Introduction_to_GIS_in_R.Rproj
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
# Introduction_to_GIS_in_R
# Introduction to GIS in R

**Prerequisites:**
* Intermediate knowledge of R and `tidyverse`
* LINK TO INTRO COURSE

**By the end of the course you will:**

* Know got to load spatial data into R using the sf library.
* Be familiar with using GSS codes to join statistics to geographies.
* Understand how spatial objects can be manipulated using tidyverse.
* Understand how to use spatial joins.
* Be aware of map projections and Coordinate Reference Systems (CRS) and be able to modify them.
* Know how to make static and interactive maps in tmap.
* Be able to export your maps and shapefiles.

0 comments on commit bb2e3f6

Please sign in to comment.