-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7719f86
commit bb2e3f6
Showing
2 changed files
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,5 @@ | |
.Rhistory | ||
.RData | ||
.Ruserdata | ||
|
||
.Rmd | ||
.Rproj | ||
Introduction_to_GIS_in_R.Rmd | ||
Introduction_to_GIS_in_R.Rproj |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |