geetodf: outputs data frame in tidy format from gee list

View source: R/geetodf.R

geetodfR Documentation

outputs data frame in tidy format from gee list

Description

this function will take the list generated by the xxtolist() functions and outputs into datafram with coordinates and data in tidy format

Usage

geetodf(list)

Arguments

list

the list that is returned from one of the xxtolist() functions

Examples

ROI = ROI()
list = wttolist(ROI, "20010928", 5, 30000)
df = geetodf(list)


JaceInnis/RGEEtools documentation built on July 12, 2022, 7:08 a.m.