README.md

CDTDownload

Download reanalysis and satellite rainfall estimates data used by Climate Data Tools (CDT).

Installation

You can install CDTDownload from github with:

# install.packages("devtools")
devtools::install_github("rijaf-iri/CDTDownload")

Example

library(CDTDownload)

# Download and extract the Japanese Re-Analysis 55 Years (JRA-55)
# minimum and maximum temperature at 2 meters above ground

temp_jra55_minmax_surf(
        start_date = "2019-05-26",
        end_date = "2019-05-26",
        output.dir = "~/Desktop/DATA/JRA55",
        grads.bin = "grads",
        range.lon = c(42, 52),
        range.lat = c(-26, -11.5),
        tstep = "daily",
        username = "my.UID",
        password = "my.PWD"
     )


rijaf-iri/CDTDownload documentation built on June 5, 2019, 12:37 a.m.