prepare_MODIS: Prepare MODIS

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/prepare_MODIS.R

Description

prepare_MODIS prepares MODIS .hdf archives obtained by download_MODIS for curve fitting.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
prepare_MODIS(
  in_dir,
  out_dir,
  aoi,
  vi = "NDVI",
  product_name = NA,
  out_proj = NA,
  use_DOY = TRUE,
  use_QA = TRUE,
  keep_orig = TRUE,
  dtype = "INT2S",
  overwrite = TRUE,
  do_par = TRUE,
  cores = NA,
  progress = TRUE
)

Arguments

in_dir

TODO

out_dir

TODO

aoi

TODO

vi

TODO

product_name

TODO

out_proj

TODO

use_DOY

TODO

use_QA

TODO

keep_orig

TODO

dtype

TODO

overwrite

TODO

do_par

TODO

cores

TODO

progress

TODO

Details

TODO

Value

TODO

Author(s)

Sandro Groth

See Also

TODO

Examples

1
## Not run: TODO

SandroGroth/phenoRS documentation built on July 12, 2020, 4:33 a.m.