wttolist: outputs list of water Temperate data with specified...

View source: R/wttolist.R

wttolistR Documentation

outputs list of water Temperate data with specified parameters

Description

The point of this function is to extract data from a specific region (ROI), time (date), resolution (scale), avraged across a specified number of days (interval), from the HYCOM numerical model hosted on Google Earth Engine.

Usage

wttolist(ROI, date, interval, scale, depth)

Arguments

ROI

an ee.geometry object, created by the ROI() function

date

a string in "YYYYMMDD" format. (ultimate day of interval)

interval

an integer to specify the number of days in the interval to average

scale

the resolution in meters that sampling takes place (must output less than 5000 points)

depth

the depth at which the data will be pulled (read documentation for specified depths)

Examples

ROI = ROI()
list = wttolist(ROI, "20010928", 5, 30000, 10)

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