Skip to content

csaybar/gpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpm

gpm is a R package that is able to download IMERG v05B Final, Early and Late Run products using axel.

Installing

devtools::install_github("csaybar/gpm")

Example

library(gpm)

gpm_download(path = '~/gpm',
            user = 'you_user@gmail.com',
            password = 'you_user@gmail.com',
            dates = c('2018-01-01'),
            product = 'finalrun')

Windows user

If you are using Windows, the executables of "GDAL" and "axel" must be set as PATH system variables. Acquire axel by following:

library(gpm)
gpm_getaxel()

About

A package for download IMERG v05B products

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages