Intro to Geospatial Data with R

Key Points

Intro to Raster Data in R
  • The Coordinate Reference System or CRS tells R where the raster is located in geographic space and what method should be used to “flatten” or project the raster.

Plot Raster Data in R
Reproject Raster Data in R
Raster Calculations in R
Work With Multi-Band Rasters in R
  • A single raster file can contain multiple bands or layers.

Open and Plot Shapefiles in R
Explore and Plot by Shapefile Attributes
  • Spatial objects in sf are similar to standard data frames except for a geometry list-column.

Plot Multiple Shapefiles in R
Handling Spatial Projection & CRS in R
Convert from .csv to a Shapefile in R
  • It is important to know the projection (if any) of your point data prior to converting to a spatial object.

Manipulate Raster Data in R
Raster Time Series Data in R
Plot Raster Time Series Data in R
Derive Values from Raster Time Series