\donttest{}
so they execute during checks. One atmospheric-forcing example was
narrowed to a single HUC12 so every executed example finishes in well
under five seconds.huc12_id) are now always returned as character.
Previously they were left to readr’s type guessing, which
read them as numeric – rendering a HUC12 id such as
180300010602 as 1.803e+11 and stripping
leading zeros from FIPS codes (06029 became
6029). Identifiers are labels, not quantities, so they are
now pinned to character while genuinely numeric variables are
unaffected.LICENSE file in the
README.annualcy and
annualwy) for the Water Quantity and Integrated Water
Availability models, which were previously restricted to
monthly. Live probes confirmed the NWAA data endpoint
aggregates every model to annual server-side, so all ten models now
accept all three temporal resolutions.wqn-nhmprms-conus-nwaa-v1 (NHM-PRMS) and
wqn-wrfhydro-conus-nwaa-v1 (WRF-Hydro). Both are reached
through nwaa_hydro(model_id = ...) and expose two variables
beyond the ensemble: soil moisture (soilmst, mm) and
recharge (recharge, mm/mo). Variables, units, and periods
of record were confirmed against each model’s config JSON and live API
responses.data-581705.R) that had
been recorded outside the fixtures/ tree.Initial release.
wu-irrigation-wd),
irrigation consumptive use (wu-irrigation-cu), public
supply withdrawals (wu-public-supply-wd), public supply
consumptive use (wu-public-supply-cu), thermoelectric
(wu-thermoelectric).wqn-conus404-ba), hydrologic ensemble NHM-PRMS plus
WRF-Hydro (wqn-ensemble-conus-nwaa-v1).iwa-assessment-outputs-conus-2025).nwaa_water_use(),
nwaa_atmos(), nwaa_hydro(),
nwaa_iwa().nwaa_catalog() listing every model,
variable, unit, period of record, and supported temporal
resolutions.statecd), or by five-digit county FIPS code
(countycd). Polygon selectors return HUC12 results
aggregated server-side.intersection
argument: "overlap" (default, includes any HUC12 touching
the polygon) and "envelop" (HUC12s at least 98%
inside).range argument:
"recent" (most recent timepoint), "historical"
(full published period of record), and "custom"
(user-supplied start and end).monthly,
annualcy (calendar year), and annualwy (water
year). Water Quantity and Integrated Water Availability models are
documented as monthly products and the catalog reflects that; users
wanting annual rollups can aggregate the monthly response
client-side.vignette("nwaa") for getting started and
vignette("water-use") for a full Water Use
walkthrough.R CMD check does not require network
access.