Chapter 7 Reprojecting geographic data
Build on previous chapters: geographic/projected CRS
Learning objectives:
- Interact with CRS (
sf::st_crs,terra::crs) - What kind of trouble we can run into misusing CRS
- When/how to transform (
sf::st_transform,terra::project) - Which one to use
library(sf)
library(terra)
library(dplyr)
library(spData)
library(spDataLarge)