get_forest_fire_data {geoidep} | R Documentation |
This function allows you to download the latest version of forest fire data available from the Satellite Monitoring Unit of the National Forestry and Wildlife Service of Peru. For more information, please visit the following website: https://sniffs.serfor.gob.pe/monitoreo/sami/index.html
get_forest_fire_data(dsn = NULL, show_progress = TRUE, quiet = FALSE)
dsn |
Character. Output filename with the spatial format. If missing, a temporary file is created. |
show_progress |
Logical. Suppress bar progress. |
quiet |
Logical. Suppress info message. |
An sf object.
library(geoidep)
library(sf)
fire_forest <- get_forest_fire_data(show_progress = FALSE)
head(fire_forest)