get_drought_indicator: Download weekly global NASA GRACE-based drought indicator...

View source: R/get_drought_indicator.R

get_drought_indicatorR Documentation

Download weekly global NASA GRACE-based drought indicator rasters

Description

Download weekly global NASA GRACE-based drought indicator rasters

Usage

get_drought_indicator(yyyymmdd = NULL, file_path = NULL)

Arguments

yyyymmdd

timeframe - pass date value as e.g. 20020203 (for february 3rd, 2002)

file_path

path location

Value

drought indicator rasters

Examples



file_path <- ".." # path to the folder where you want to download the rasters
# Download drought indicator rasters for 31st January, 2022
get_drought_indicator(yyyymmdd = 20220131, file_path=file_path)



Ohm-Np/openRspat documentation built on June 23, 2022, 3:03 p.m.