gauges: Example dataset of daily gauges in the region of Lima, Peru.

Description Usage Format Details Source Examples

Description

Example dataset of daily gauges in the region of Lima, Peru. The dataset is saved in STFDF (spacetime) format and allows for extracting spatial information and daily time-series (zoo).

Usage

1
data("gauges")

Format

A STFDF (spacetime) object with spatial information on the gauge locations and temporal information (i.e.time-series of the gauges.)

Details

Example dataset of daily gauges in the region of Lima, Peru.

Source

SENAMHI, Lima, Peru

Examples

1
2
3
4
5
6
7
8
9
data(gauges)
str(gauges)
data(gpm) # STFDF object with gpm imerg observations
gauges <- colocate(gauges,gpm,resolution=0.1,longlat=TRUE)
gauge.sp <- gauges@sp
gauge.ts <- as(gauges[,,1],"xts")
colnames(gauge.ts) <- gauge.sp$estacion
summary(gauge.sp)
summary(gauge.ts)

bastianmanz/GPM_rain documentation built on May 11, 2019, 9:20 p.m.