Skip to content

UN-SPIDER/Spatial_Data_in_R

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

30 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Spatial Data in R

This is an interactive course on spatial data in R 🌐. It can be run inside e.g. RStudio with the swirl-package 🌌. The project is in its development stage. Lessons listed below are already open for learning and testing. Suggestions are very welcome.

Installation

Install swirl and the current version of this course by running the following lines:

install.packages("swirl")
library(swirl)
install_course_github("joheisig", "Spatial_Data_in_R")

Get started

When the swirl-package is loaded, activate the course environment:

swirl()

Lessons

  • Raster Basics: plot, crop and subset rasters, get basic meta data and stats
  • Vector Basics: explore point, line and polygon features, subset by attribute, create an overview map, calculate intersections
  • Import & Export: read and write raster files, load shapefiles, import point features from csv, write shapefiles

About

🌌 SWIRL-course on spatial data in R 🌐

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%