ssetolist: outputs list of water elevation with specified parameters

View source: R/ssetolist.R

ssetolistR Documentation

outputs list of water elevation 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

ssetolist(ROI, date, interval, scale)

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)

Examples

ROI = ROI()
list = ssetolist(ROI, "20010928", 5, 30000)

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