import_erddap: Download data from an ERDDAP server

Description Usage Arguments Value Author(s)

View source: R/import_erddap.R

Description

Download data from CoastWatch ERDDAP server ncdcOisst21Agg data which is daily optimal interpolation SST data.

Usage

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
)

Arguments

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

Value

The function saves a csv file and returns the data list invisibly.

Author(s)

Howard Baek


UW-Upwelling-Project/imageryML documentation built on Dec. 18, 2021, 6:11 p.m.