if (FALSE) {
# Extract data for the Mesa Verde National Park:
# Get the NASS CDL (USA ONLY)
# Returns a raster
NASS <-
get_nass_cdl(
template = FedData::meve,
label = "meve",
year = 2011
)
# Plot with terra::plot
plot(NASS)
}
Run the code above in your browser using DataLab