get_modis_drought_indicators: get_modis_drought_indicators

View source: R/get_modis_drought_indicators.R

get_modis_drought_indicatorsR Documentation

get_modis_drought_indicators

Description

get_modis_drought_indicators

Usage

get_modis_drought_indicators(
  baseline_years = c(2000:2015),
  yoi = c(2021:2022),
  mask = "none",
  satellite = "terra",
  TAC = F,
  temporal_interpolation = F
)

Arguments

yoi

Value

tidyee containing imageCollection with drought indicators

Examples

so far a deliberate decision to not gap fill historical baseline.
This is due to the fact that by composting over x years we are already gap filling.
An improvement could potentially be to apply a conditional gap filling based on
% masked pixels in each pixel-stack. If crosses the threshold could gap fill.

impact-initiatives-geospatial/surveyGEER documentation built on Feb. 4, 2023, 12:13 p.m.