sample_grid_data: Sample grid data for snow depth and snow water equivalent

Description Usage Format See Also Examples

Description

this data file includes a 183690 x 3 data frame where the three columns are mdday (mean of the time difference in days of sd and swe maxima), mmsd (mean maxima of sd) and mmswe (mean maxima of swe). the rows correspond to grid points covering Austria. the grid points are stemming from the same 585 x 314 grid as in ‘lon.at’, ‘lat.at’ and ‘alt.at’ when transforming them to a vector of length 585*314 = 183690 , e.g.: as.vector(t(lon.at)).

Usage

1
data("sample_grid_data")

Format

A data frame with 183690 observations of the following 3 variables.

mmsd

a numeric vector: mean maxima of sd

mmswe

a numeric vector: mean maxima of swe

mdday

a numeric vector: mean of the time difference in days of sd and swe maxima

See Also

lon.at’, ‘lat.at’, ‘alt.at’, ‘sample_snow_data

Examples

1
x = get(data("sample_grid_data"))

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