query_namcast: Query NAM-ANL catalog for opendap resources by date

Description Usage Arguments Value

View source: R/nam_cast.R

Description

Query NAM-ANL catalog for opendap resources by date

Usage

1
2
3
4
5
6
query_namcast(
  dates = c("2020-05-15", "2020-05-18"),
  ftime = c("0000", "0600", "1200", "1800"),
  ahead = c("000", "006"),
  threshold = namcast_threshold_date()
)

Arguments

dates

Date or castable to Date, the date(s) to query

ftime

character or integer, 4 digit forecast statement hour(s) (or castable to such) or "*" do include c("0000", "0600", "1200", "1800")

ahead

character or integer, 4 digit forecast ahead hours (or castable to such) or "*" to include all 000-084

threshold

Date or castable to Date, the division date betwene "old" and "recent"

Value

one per input date, a URL for .grb2 (opendap) resources, possibly NA


BigelowLab/namanl documentation built on Nov. 15, 2021, 3:11 p.m.