download.neracoos.buoy | R Documentation |
Download hourly buoy CTD data hosted by Northeastern Regional Association of Coastal Ocean Observing Systems (NERACOOS) from the ERDDAP server.
download.neracoos.buoy(buoyName, startDate, endDate, destdir = ".")
buoyName |
A character string identifying the name of the buoy. As of now 20210104 a good definition of all the buoy data currently available has not been identified. Although, the old method of downloading the data has a list of buoy names with a more descriptive name, http://www.neracoos.org/datatools/historical/graphing_download. |
startDate |
A character string in the format |
endDate |
A character string in the format |
destdir |
Optional string indicating the directory in which to store
downloaded files. If not supplied, |
This function downloads data from the NERACOOS ERDDAP.
It has been specifically written to download CTD data from their buoy sites. Data chosen to download
includes all variables, including QC flags. The file is downloaded as a netcdf file and is output with the following
naming convention, buoyName_sbe37_all_startDate_endDate.nc
, which uses the supplied parameters.
Chantelle Layton
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.