sample_snow_data: Sample snow data from 36 examplary stations distributed over...

Description Usage Format Details See Also Examples

Description

this data file consists of a list with 36 examplary stations including randomized snow data, like the maximal snow depth and maximal snow water equivalent with the respective date of occurance as well as geographical data like longitude, latituide and altitude.

Usage

1
data("sample_snow_data")

Format

The format is:

List of 36
$ 101:List of 2
..$ meta:'data.frame': 1 obs. of 4 variables:
.. ..$ stnr: num 101
.. ..$ lon : num 14.3
.. ..$ lat : num 46.6
.. ..$ alt : num 436
..$ data:'data.frame': 63 obs. of 5 variables:
.. ..$ year : Factor w/ 63 levels "1950","1951", ...
.. ..$ sd : num [1:63] 34 108 29 50 43 19 27 49 16 23 ...
.. ..$ swe : num [1:63] 80.8 154.9 60.7 78.9 66.7 ...
.. ..$ date.sd : Factor w/ 63 levels "1951-02-05","1952-02-15", ...
.. ..$ date.swe: Factor w/ 63 levels "1951-02-05","1952-02-15", ...
.. ..- attr(*, "na.action")=Class 'omit' Named int 64
.. .. .. ..- attr(*, "names")= chr "64"
[...]

Details

stations are ordered according to a station number stnr. in the sample station numbers are from 101 to 136. each station contains meta data (data frame with stnr, lon, lat and alt) and the snow data (data frame with columns year, sd, swe, date.sd and date.swe)

See Also

sample_grid_data

Examples

1
snow_data = get(data("sample_snow_data"))

SpatialModelsZAMG documentation built on Nov. 11, 2019, 3 p.m.