Learn R Programming

amadeus (version 1.2.3)

process_modis_sds: Process MODIS sub-datasets

Description

Selected MODIS sinusoidal grid product subdataset name selector. Four presets are supported. custom_sel supersedes presets of product values.

Usage

process_modis_sds(
  product = c("MOD11A1", "MOD13A2", "MOD09GA", "MCD19A2"),
  custom_sel = NULL,
  ...
)

Value

A character object that conforms to the regular expression. Details of regular expression in R can be found in regexp.

Arguments

product

character(1). Product code.

custom_sel

character(1). Custom filter. If this value is not NULL, preset filter is overridden.

...

Placeholders.

Author

Insang Song

See Also

calculate_modis

Examples

Run this code
process_modis_sds(product = "MOD09GA")

Run the code above in your browser using DataLab