ncss_url: Generate a NCSS url with subset qualifiers

View source: R/ncss.R

ncss_urlR Documentation

Generate a NCSS url with subset qualifiers

Description

Generate a NCSS url with subset qualifiers

Usage

ncss_url(
  var = "dayl",
  region = "na",
  dates = as.Date(c("2019-01-01", "2019-01-31")),
  bb = c(-157.0759, -6.1376, 6.0761, 83.0163),
  ...
)

Arguments

var

character, the variable name

region

character, the name of the region (default 'na')

dates

Date 2 element Date vector with inclusive start/stop dates. These should fall within one calendar year.

bb

a 4 element bounding box [west, east, south, north]

...

items for ncss_query_misc

Value

charcater URL with query terms

See Also

https://daymet.ornl.gov/web_services


BigelowLab/daymet documentation built on Aug. 29, 2023, 8:21 a.m.