Skip to content
Snippets Groups Projects
NEWS 2.34 KiB
Newer Older
Laura A DeCicco's avatar
Laura A DeCicco committed
dataRetrieval 1.4.0
===========
* Changed naming convention:
getDVData -> getNWISDaily
getSampleData -> getNWISSample
getSTORETData* -> getWQPSample
getSampleDataFromFile -> getUserSample
getDailyDataFromFile -> getUserDaily
getMetaData -> splits into getNWISInfo and getUserInfo
getSiteFileData <- getNWISSiteInfo
getParameterInfo <- getNWISPcodeInfo
getDataAvailability <- getNWISDataAvailability
* Changed WaterML2 rbind fill from plyr function to dplyr. Removed plyr import, added dplyr.
*


dataRetrieval 1.3.3
===========

* Updated getNWISSiteInfo 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
===========

* Deprecated getQWData, updated getWQPData to take either parameter code or characteristic name.
* Changed the name of raw data retrievals to: retrieveNWISqwData, retrieveNWISunitData, retrieveNWISdvData, and retrieveWQPqwData (from: retrieveNWISqwData, retrieveUnitNWISData, retrieveNWISData, getRawQWData)
* Added NA warning to getDVData function
Laura A DeCicco's avatar
Laura A DeCicco committed
* Updated mergeReport to allow for Sample data with different measurements taken on the same day
Laura A DeCicco's avatar
Laura A DeCicco committed
dataRetrieval 1.2.2
===========

* Added getNWISDataAvailability function to find measured parameters and period of record information for a requested station.
Laura A DeCicco's avatar
Laura A DeCicco committed
* 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).
Laura A DeCicco's avatar
Laura A DeCicco committed
dataRetrieval 1.2.1
===========

* Improved documentation, especially example functions.

* Improved vignette for a more complete walk-through.

* Expanded the capabilities to retrieve raw data from the web services.
Laura A DeCicco's avatar
Laura A DeCicco committed

* Added Storet data retrievals in getWQPData function