| fire_2022_cy | R Documentation | 
A shapefile of fires in calendar year 2022 (through 25 March 2022) occurring in Big Cypress National Preserve and Everglades National Park
fire_2022_cy
A shapefile of fires in 2022 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_2022_cy <- sf::st_read(grep(x = fireShps, pattern = "_2022", value = TRUE))
fire_2022_cy <- st_transform(fire_2022_cy, crs = sf::st_crs(fireHydro::edenDEM))
save(fire_2022_cy, file = "data/fire_2022.RData")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.