Spatial R
Nov-02
: In this lesson, we will gain familiarity with R's spatial sf.
Tutorial
Essential libraries
- sf provides support for spatial vector data implementing the OSGeo simple features standards we are accustomed to
- sp a separate package for spatial vector data
- stars spatial-temporal raster data in R
- raster another raster data package
- tmap thematic maps, including leaflet maps
- mapsf package for static map cartography (replaces the old cartography package) mapsf presentation slides with vignettes
Other Tutorial Resources
Main Page