BSRN.get: Get BSRN data

Description Usage Arguments Details Value Author(s) See Also

View source: R/BSRN.r

Description

Download Baseline Solar Radiation Network(BSRN) data in .dat.gz format.

Usage

1
BSRN.get(station, mmyy, directory, user, pwd)

Arguments

station

a three letter character string indicating the station name, e.g., "ale", "asp", "bar", "ber", etc.

mmyy

a vector of character strings indicating the month, e.g., for 2000 June, "0600"

directory

the directory for the downloads, default to current working directory

user

BSRN ftp user name

pwd

BSRN ftp password

Details

One needs to make sure that the station-to-archive files are available. The user name and password can be obtained from Amelie Driemel Amelie.Driemel@awi.de.

Value

A .dat.gz file, or .dat.gz files if length(mmyy) > 1, saved into your intended directory

Author(s)

D. Yang

See Also

BSRN.list


dazhiyang/SolarData documentation built on April 19, 2021, noon