View source: R/convertOSCURStoTbl.R
convertOSCURStoTbl | R Documentation |
A function to collate sets of OSCURS model output created using runOSCURS
to a list with a data.frame and a spatial tibble of type sf.
convertOSCURStoTbl(
fnBase = "./OSCURS_",
stYrs = 2017,
stMDs = list(APR = 15, MAY = c(1, 15), JUN = 1),
stLLs = NULL,
verbose = FALSE
)
fnBase |
|
stYrs |
|
stMDs |
|
stLLs |
|
verbose |
|
Requires packages magrittr
and sf
.
Note that the coordinate reference system assigned to
tbl.track is WGS84, with longitude running -180 to 180 (EPSG=4326).
list with elements "dfr" (a dataframe) and "tracks" (a spatial tibble using sf line geometry classes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.