powered by
The process_hms() function imports and cleans raw wildfire smoke plume coverage data, returning a single SpatVector object.
process_hms()
SpatVector
process_hms(date = "2018-01-01", path = NULL, extent = NULL, ...)
a SpatVector or character object
character(1 or 2). Date (1) or start and end dates (2). Format YYYY-MM-DD (ex. September 1, 2023 = "2023-09-01").
character(1). Directory with downloaded NOAA HMS data files.
numeric(4) or SpatExtent giving the extent of the output if NULL (default), the entire data is returned
NULL
Placeholders.
Mitchell Manware
hms <- process_hms( date = c("2018-12-30", "2019-01-01"), path = "../tests/testdata/hms/" )
Run the code above in your browser using DataLab