trmm_points: Obtain accumulated precipitation from TRMM satellite for a...

Description Usage Arguments Examples

Description

Returns a named list of dplyr::tbl_df objects.

Usage

1
2
trmm_points(sites, start_date = as.Date("1998-01-01"),
  end_date = as.Date("2015-03-31"))

Arguments

start_date

Date of beginning of time period. TRMM data begins on 1998-01-01.

end_date

Date of beginning of time period. Last reliable month is March 2015.

site

Data frame of point locations for which to obtain TRMM data. 'sites' should have three columns

  1. Name of location

  2. Latitude of location

  3. Longitude of location

Examples

1
trmm_data <- trmm_points(df)

camposfa/ClimGrid documentation built on May 13, 2019, 11:02 a.m.