| fire_2021_cy | R Documentation |
A shapefile of fires in calendar year 2021 occurring in Big Cypress National Preserve and Everglades National Park
fire_2021_cy
A shapefile of fires in 2021 in Big Cypress National Preserve and Everglades National Park
## Not run:
fireShps <- grep(x = list.files("C:/ESRIDATA/EVER_fireHistory/20220328_fireHistory",
recursive = TRUE, full.names = TRUE),
pattern = "shp$", value = TRUE)
fire_2021_cy <- sf::st_read(grep(x = fireShps, pattern = "_2021", value = TRUE))
fire_2021_cy <- st_transform(fire_2021_cy, crs = sf::st_crs(fireHydro::edenDEM))
save(fire_2021_cy, file = "data/fire_2021.RData")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.