View source: R/sumava_snow_dataset.R
sumava_snow_dataset | R Documentation |
Create Sumava Snow Dataset from DWD and CHMI sources
sumava_snow_dataset( data_dir = system.file("snow", package = "SuSnowDB"), remove_multipoints = TRUE, snap_distance = 5 )
data_dir |
directory containing original CHMI and DWD snow data |
remove_multipoints |
logical. It splits station and related time series if a station has resulted in different (even if near) point sites in different time periods (e.g. some CHMI stations). DEfault is |
snap_distance |
maximum distance expressed in meters between points for snapping. Default is 5. |
data_dir <- system.file("snow_extdata",package="SuSnowDB") out <- sumava_snow_dataset() is_dataset(out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.