Skip to content
Snippets Groups Projects
NEWS 9.52 KiB
Newer Older
  • Learn to ignore specific revisions
  • dataRetrieval 2.7.18
    ===================
    * Switched from httr to httr2
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    * Added a way to include a custom user-agent suffix via an enviornmental variable "CUSTOM_DR_UA"
    
    * Added function for USGS discrete data samples_data service: read_USGS_samples
    
    * Restructured stateCdLookup and countyCdLookup to use web services that only
    list states and counties that have water quality data.
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    dataRetrieval 2.7.17
    ===================
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    * Fixed bug with server problems causing errors.
    
    * Removed the function "readNWISqw" since the underlying data was removed.
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    * Added message of service URL.
    
    * Removed the forced "empty returns" for WQP, since the WQP now has properly formatted empty returns.
    * Moved the column parsing to a dedicated function for WQP.
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    * Took out zip option for WQP calls, they are not allowed on WQP anymore.
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    * Added deprecated message getQuerySummary. Users should use readWQPsummary instead.
    * Added WQX 3.0 profiles.
    
    * siteInfo attribute for WQP queries converted to a full station return.
    * Cleaned up date conversion in WQP
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    * Updated source for groundwater level data from waterservices to waterdata. Note that waterdata services will ALSO need updating within the next year, but this change will allow for some time to make changes.
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    dataRetrieval 2.7.16
    ===================
    * Changed the base URL for groundwater level services since GW Levels RDB formats will be discontinued after August 5, 2024. 
    * Groundwater queries can no longer support siteStatus and siteType. Updates to the services are expected in the next year and those queries will return.
    * Updated parameterCdFile.
    
    
    dataRetrieval 2.7.15
    ===================
    * Update warning about upcoming changes to USGS water quality data.
    
    * Added date sorting to all WQP functions.
    
    
    dataRetrieval 2.7.14
    ===================
    * Package documentation updated due to roxygen changes
    * Update in NLDI function to allow for sites with spaces in the site abbrievations.
    * Added an automatic endDate to whatNWISdata if a startDate is given, to make sure it behaves as expected.
    
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    dataRetrieval 2.7.13
    ===================
    * Added pcode_to_name function to get WQP characteristics from USGS parameter codes.
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    dataRetrieval 2.7.12
    ===================
    * Updated documentation in readWQPdata
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    * Updates to how NLDI functions handle no data
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    dataRetrieval 2.7.11
    ==================
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    * Updated some documentation to improve examples.
    * Changed the check for internet to better account for proxies.
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    * Fixed bug due to new behavior in NWIS parameter code service.
    * Updated documentation for readWQPdata and readWQPsummary
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    
    dataRetrieval 2.7.10
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    ==================
    * Functions that come back from a server that had and error now return with a message and NULL rather than error.
    
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    dataRetrieval 2.7.9
    ===================
    * Fix bug caused by changes in NLDI services
    * Adding warnings to NWIS qw functions
    * Added new vignette on changes
    
    
    dataRetrieval 2.7.8
    ==================
    * Fixed missing comments in readNWISqw
    * Added Stable Isotopes, Habitat, and Other water quality groupings
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    * Adding options for updated readr
    
    dataRetrieval 2.7.7
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    ==================
    
    mike's avatar
    mike committed
    * The NLDI service is now available through the `findNLDI` function.
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    * Adjusted Water Quality Portal (WPQ) URLs to follow new structure
    * Fixed bug where some WQP results were being duplicated
    * Added an argument to readWQPdata to ignore fetching site and parameter attributes.
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    * Fixed timezone bug in RDB requests that had mixed timezones.
    
    * Updated internal data for parameter codes
    
    * Added parameterCd argument to readNWISgwl as the services had changed
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    * Allow a "service" argument in readWQPdata, whatWQPsites
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    
    
    dataRetrieval 2.7.5
    ==========
    * Fixed some time zone joining bugs that were happening if the timezone column had no information in the first ~100 returned rows.
    * Changed WQP default behavior to a zip return
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    * Remove reshape2 and dplyr dependencies
    
    * Added ability to customize user agent using options UA.dataRetrieval
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    dataRetrieval 2.7.3
    ==========
    * Reworked whatNWISdata to allow the full flexibility of `...`
    * Check for dates in instantaneous data, allowing requests for recent data to be routed directly to waterservices.gov.
    
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    dataRetrieval 2.7.1
    ==========
    * Converted vignette to html
    
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    ==========
    * Added National Groundwater Monitoring Network services
    * Converted WaterML2 code from XML to XML2 dependency. NOTE: The output of this the parseWaterML2 function has changed. This is a first step to a more robust WaterML2 parser
    * Added new Water Quality Portal features: whatWQPmetrics, whatWQPdata, whatWQPsamples
    * Bug fix on converting GET -> POST
    * Bug fix on state abbrieviations
    * Minor updates to internal code to improve efficiencies.
    
    David Watkins's avatar
    David Watkins committed
    
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    dataRetrieval 2.6.3
    ==========
    * All USGS web services are being flipped from http to https. This version of dataRetrieval will attempt to access https, if that fails, will attempt http.
    
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    dataRetrieval 2.5.12
    ==========
    * Response to readr 1.0.0 updates
    * Added NWIS Water Use data
    * Added NWIS Statistical Service data
    * Added message on updates to NWIS data on startup message
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    * Automatically retries web service calls when status code is greater than 400
    * More integrated use of pkg.env to set base URLs
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    
    
    dataRetrieval 2.5.7
    ==========
    * HEAD requests can be returned in readWQP* functions. This can give some indication on amount of data available.
    
    
    dataRetrieval 2.5.0
    ==========
    * Package httr is now used for web service retrievals
    
    
    dataRetrieval 2.4.0
    ==========
    * Package readr now used for tab delimited parsing
    
    mike's avatar
    mike committed
    * readr functions used to determine column types. Mostly, this produces the same results.
    
    * In the case where there is text in a numeric column (specified by the RDB header), these now remain characters (previously was converted to numeric)
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    * Columns that come back from web services as integers remain integers (previously was converted to numeric)
    * Added reported time zone code information. dateTime columns by default get converted to UTC, but the original time zone code (tz_cd for instance) is appended to the data frame.
    
    dataRetrieval 2.3.0
    ===========
    * Converted all Water Quality Portal queries to sorted=no to greatly improve retrieval times
    * Converted gwlevels in readNWISdata to rdb
    
    
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    dataRetrieval 2.2.0
    ===========
    * Changed the output of tz_cd (in all *NWIS functions) to the timezone that is reported in the data frame. Before this version, it was the time zone reported by NWIS. This was confusing however since the dateTime columns default to UTC.
    * Minor bug fixes
    * Help file updates
    * Improved query options in readNWISdata and readWQPdata functions.
    
    
    dataRetrieval 2.1.4
    ===========
    * Expanded readNWISdata to qw data
    * Improved citation file
    
    
    
    dataRetrieval 2.1.1
    ===========
    * Removed tests that call external web services, server upgrades have been causing false negative results
    * Added functionality to readWQPdata to allow R objects as arguments rather than just character strings
    
    * Added parameterCd='all' option for qw calls.
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    * Exposed sysdata constants
    
    dataRetrieval 2.0.2
    ===========
    * Moved data files (parameterCdFile and pCodeToName) to hidden sysdata.rda
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    * Improved error handling.
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    * Fixed WaterML2 bug.
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    * Switched readNWISgwl to read the RDB output.
    
    dataRetrieval 2.0.1
    ===========
    * Removed deprecated functions.
    * Added siteInfo and variableInfo dataframe attributes to all data retrival functions
    * Improved help files
    * Added data file (pCodeToName) that shows the association of USGS parameter code to characteristicName
    
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    dataRetrieval 2.0.0
    ===========
    * Overhaul of function names based on initial user feedback
    * Metadata attributes added to returned dataframes
    * EGRET specific functions moved to EGRET
    
    
    dataRetrieval 1.4.0
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    ===========
    * Changed naming convention:
    * 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.
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    * Added very generalized NWIS and WQP retrieval functions (getNWISData, getNWISSites, getGeneralWQPData, and whatWQPsites) which allow the user to use any argument available on the Web service platform.
    
    dataRetrieval 1.3.2
    
    ===========
    
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    * Deprecated getQWData, updated readWQPdata to take either parameter code or characteristic name.
    * Changed the name of raw data retrievals to: readNWISqw, getNWISunitData, getNWISdvData, and getWQPqwData (from: readNWISqw, 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
    
    dataRetrieval 1.2.2
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    ===========
    
    
    * 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).
    
    dataRetrieval 1.2.1
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    ===========
    
    * 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
    
    
    Laura A DeCicco's avatar
    Laura A DeCicco committed
    * Added Storet data retrievals in readWQPdata function