pr_fm_modis: Format MODIS MCD12Q2 phenology data

View source: R/pr_fm_modis.R

pr_fm_modisR Documentation

Format MODIS MCD12Q2 phenology data

Description

Relies on the MODISTools package to query data. Currently only works for areas with Daymet coverage (Northern America).

Usage

pr_fm_modis(path = tempdir(), phenophase = "Increase", cycle = 1, offset = 264)

Arguments

path

a path to MODISTools MCD12Q2 phenology dates

phenophase

Phenological phase, Increase, Maximum, Decrease or Minimum (default = Increase)

cycle

retrieve data from which cycle, 1th or 2th (default = 1)

offset

offset of the time series in DOY (default = 264, sept 21)

Examples


## Not run: 
modis_data = pr_fm_modis()

## End(Not run)

khufkens/phenor documentation built on Aug. 31, 2023, 1:24 a.m.