... in the Water Data functions
for: daily, latest-continuous, field-measurements, latest-daily,
latest-field-measurements, continuous, and peaks. The “…” argument can
now accept any parameter that is output from the
make_monitoring_location_arguments function.pcode_to_name since the service was
removed.read_waterdata_field_measurementsfindNLDI
function....Added getNWISDataAvailability function to find measured parameters and period of record information for a requested station.
Added constructNWISURL function to get the URL that is used to retrieve the data.
Added getSampleSTORET function to get STORET data directly in Sample dataframe form.
Fixed a small leap year bug by changing day of year by making Feb. 29 always 59, and March 1st always 60 (even in non-leap years).
Improved documentation, especially example functions.
Improved vignette for a more complete walk-through.
Expanded the capabilities to retrieve raw data from the web services.
Added Storet data retrievals in readWQPdata function