wvtolist | R Documentation |
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.
wvtolist(ROI, date, interval, scale, depth)
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) |
ROI = ROI() list = wvtolist(ROI, "20010928", 5, 30000, 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.