sfwmd | R Documentation |
A spdf downloaded and slightly modified from https://www.sfwmd.gov/science-data/gis. proj4string :+proj=utm +zone=17 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs
spdf
summary(sfwmd)
## Not run:
### code used to generate object
library(fireHydro)
sfwmd <- rgdal::readOGR("C:/ESRIDATA/SFWMD/AHED_Watersheds-shp", "Watershed")
sfwmd <- sp::spTransform(sfwmd, crs(fireHydro::edenDEM))
sfwmd <- raster::crop(x = sfwmd, y = fireHydro::edenDEM)
# save("sfwmd", file = paste0(here::here(), "/data/sfwmd.RData"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.