get_Maine_buoy: Get Maine a Maine buoy reference

View source: R/thredds.R

get_Maine_buoyR Documentation

Get Maine a Maine buoy reference

Description

Get Maine a Maine buoy reference

Usage

get_Maine_buoy(
  suite = "Historic and Realtime Aggregations",
  buoy = "A01",
  dataset = "CTD 1m",
  form = c("url", "ncdf")[1]
)

Arguments

suite

character, one of these http://www.neracoos.org/thredds/UMO_all.htmlUMO_all

buoy

character, one of the buoys listed here http://www.neracoos.org/thredds/UMO_historical_realtime_agg.htmlHistoric/Realtime Aggregations

dataset

character, one of the instruments listed here http://www.neracoos.org/thredds/UMO_historical_realtime_agg.htmldatasets

form

character, either "url" or "ncdf" to specify the type of output

Value

either a character URL to a dataset, ncdf4 class dataset object, or NULL


BigelowLab/neracoos documentation built on Feb. 13, 2024, 9 a.m.