Description Usage Arguments Details Value
View source: R/processOIData.R
Process a download from CoastWatch ERDDAP OI SST data. Mask out the Puget Sound. Columns are lat, lon, sst.
1 | processOIData(inputfile)
|
inputfile |
a csv file like downloaded above |
download.file("https://coastwatch.pfeg.noaa.gov/erddap/griddap/ncdcOisst21Agg.csv?sst%5B(2019-01-01T12:00:00Z):1:(2020-01-01T12:00:00Z)%5D%5B(0.0):1:(0.0)%5D%5B(35.125):1:(52.125)%5D%5B(228.125):1:(238.125)%5D", "data/pilot_data.csv")
return a processed data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.