rguides

Tutorial series

R Spatial Analysis

5 tutorials — follow in order for the best learning path.

  1. Introduction to Spatial Data in R

    Learn the fundamentals of working with spatial data in R. Cover vector and raster data, coordinate systems, and your first spatial visualizations.

  2. Spatial Data Analysis with sf and terra in R

    Spatial data analysis with sf and terra in R: transform coordinates, perform spatial joins, and process raster and vector GIS data with modern geospatial tools.

  3. Geocoding Addresses and Building Maps in R with Leaflet

    Geocoding addresses in R with tidygeocoder, converting to sf objects, and building static ggplot2 and interactive Leaflet maps for spatial visualization.

  4. Spatial Joins in R: A Complete Guide with sf

    A practical guide to combining geospatial datasets in R using sf and dplyr. Learn spatial joins based on geographic relationships, not common keys.

  5. Raster Analysis in R

    Perform advanced raster analysis in R using the terra package. Learn terrain analysis, zonal statistics, and multi-band operations.