From 9d04a8d22bbb705d471ad1a1b5b5bc990301b91f Mon Sep 17 00:00:00 2001 From: unknown <ldecicco@usgs.gov> Date: Fri, 19 Sep 2014 11:45:37 -0500 Subject: [PATCH] Added news about new version. --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS b/NEWS index 8308939a..bd63ebe5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +dataRetrieval 1.3.3 +=========== + +* Updated getSiteFileData to retrieve multiple site file datasets at once using a vector of siteNumbers as input argument. +* Updated error-handling for Web service calls. More information is returned when errors happen +* Added some basic processing to Water Quality Portal raw data retrievals. Date columns are returned as Date objects, value columns are numeric, and a column is created from the date/time/timezone columns that is POSIXct. +* Added very generalized NWIS and WQP retrieval functions (getNWISData, getNWISSites, getGeneralWQPData, and getWQPSites) which allow the user to use any argument available on the Web service platform. + + dataRetrieval 1.3.2 =========== -- GitLab