pr_fm_gee: Formatting GEE data

View source: R/pr_fm_gee.R

pr_fm_geeR Documentation

Formatting GEE data

Description

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.

Usage

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


## Not run: 
modis_data <- pr_fm_gee()

## End(Not run)

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