Description Usage Arguments Value Author(s)
View source: R/import_erddap.R
Download data from CoastWatch ERDDAP server ncdcOisst21Agg data which is daily optimal interpolation SST data.
1 2 3 4 5 6 7 8 9 | import_erddap(
start_date,
stop_date,
min_lat,
max_lat,
min_lon,
max_lon,
silent = FALSE
)
|
start_date |
first date |
stop_date |
final date |
min_lat |
minimum latitude |
max_lat |
maximum latitude |
min_lon |
minimum longitude |
max_lon |
maximum longitude |
silent |
no messages to console |
The function saves a csv file and returns the data list invisibly.
Howard Baek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.