• Fundamentals of Spatial Analysis in R
  • 1 Introduction
    • 1.1 Workshop Packages and Data
    • 1.2 Overview
    • 1.3 R Basics Review
    • 1.4 Spatial Data in R
      • 1.4.1 Challenge
      • 1.4.2 Answer
      • 1.4.3 R Spatial Package Landscape
      • 1.4.4 How did we make this figure?
      • 1.4.5 Answer
      • 1.4.6 Primary R spatial packages
    • 1.5 Quick examples
      • 1.5.1 Geocoding example with tmaptools using open street map
      • 1.5.2 Run and examine code chunk above
      • 1.5.3 Answer
      • 1.5.4 Choropleth map
      • 1.5.5 Interactive mapping
  • 2 Reading in Spatial Data
    • 2.1 Reading in vector data
      • 2.1.1 Shapefiles
      • 2.1.2 st_read versus read_sf
      • 2.1.3 Answer
      • 2.1.4 Geodatabases
      • 2.1.5 Geopackages
      • 2.1.6 Open spatial data sources
      • 2.1.7 Spatial data from R packages
      • 2.1.8 Read in raster data
      • 2.1.9 Read in OpenStreetMap data
  • 3 Coordinate reference systems
    • 3.1 Lesson Objectives
      • 3.1.1 Why you need to know about CRS working with spatial data in R:
      • 3.1.2 Changes to CRS recently in R in sf
      • 3.1.3 Projected coordinate systems
  • 4 Vector data with sf
    • 4.0.1 Units in sf
  • 5 Raster data
  • 6 Geoprocessing
    • 6.1 Example one
    • 6.2 Example two
  • 7 Visualizing Spatial Data
    • 7.1 Lesson Goals
      • 7.1.1 Chorpleths with tmap
      • 7.1.2 Leaflet
      • 7.1.3 mapview
  • References
    • 7.1.4 R Spatial Resources
    • 7.1.5 R Vector Processing / Simple Features Resources
    • 7.1.6 R Raster Resources
    • 7.1.7 R Mapping Resources
    • 7.1.8 General R Resources
  • Published with bookdown

Fundamentals of Spatial Analysis in R

References

7.1.4 R Spatial Resources

  • R Spatial - Spatial Data Science with R
  • Geocomputation with R
  • R Spatial Task View
  • Modern Geospatial Data Analysis with R by Zev Ross
  • Spatial Data Science - Pebesma and Bivand
  • Spatial Data Science Course- Prof. Adam Wilson
  • Introduction to Mapping and Spatial Analysis with R
  • R Spatial Workshop for EPA R User Group
  • Intro to GIS and Spatial Analysis by Manuel Gimond
  • FOSS4G2019 R for Geospatial Processing
  • An Introduction to Spatial Analysis and Mapping in R
  • Earth Analytics Spatial Data in R

7.1.5 R Vector Processing / Simple Features Resources

  • Simple Features for R
  • Spatial Data in R: New Directions
  • sp-sf Migration
  • An Exploration of Simple Features for R
  • Simple Features: Building Spatial Data Pipelines in R
  • Tidy spatial data in R: using dplyr, tidyr, and ggplot2 with sf

7.1.6 R Raster Resources

  • Wageningen University Intro to Raster
  • Wageningen University Advanced Raster Analysis
  • The Visual Raster Cheat Sheet GitHub Repo
  • Rastervis
  • stars - spatiotemporal arrays

7.1.7 R Mapping Resources

  • mapview
  • Leaflet for R
  • tmap
  • Zev Ross Creating beautiful demographic maps in R with the tidycensus and tmap packages
  • Geocomputation with R: Making maps with R
  • Ryan Peek: Mapping in R

7.1.8 General R Resources

  • Google R Style Guide
  • Advanced R by Hadley Wickham