Ingests MODIS phenology dates as ingested through the python based Google Earth Engine (GEE) subset tool. This is a fallback method in the absence of a working version of R MODISTools. (https://khufkens.github.io/gee_subset/). Relies on Daymet data coverage, and is for now limited to Northern America.

pr_fm_gee(path = tempdir(), phenophase = "Increase", offset = 264)

Arguments

path

a path to GEE provided MCD12Q2 phenology dates

phenophase

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

offset

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

Examples


if (FALSE) {
modis_data <- pr_fm_gee()
}