StreamCatTools 0.9.0
CRAN release: 2025-10-15
- Addresses CRAN error generated by tests that is
- Adds tryCatch handling for functions calling web services in order to fail gracefully and not produce errors
- Adds documentation to vignettes for two new functions added to the package
StreamCatTools 0.8.0
CRAN release: 2025-10-09
- Added code coverage to the package
- Added two new functions -
sc_get_metric_namesandlc_get_metric_namesto make metric names and descriptions more searchable and slightly updated parameters in bothsc_get_paramsandlc_get_paramsfunctions - Both
sc_get_dataandlc_get_datanow accept vectors as well as comma- separated strings for the metric, state, county and region parameters
StreamCatTools 0.7.0
CRAN release: 2025-09-15
- Updated both
sc_get_dataandlc_get_datato pass parameters in POST request body rather than header, providing ability to pass lengthy lists of COMIDS to those requests - Fixed a bug in package tests that was causing an error when running
testthat
StreamCatTools 0.6.0
CRAN release: 2025-09-02
- Added functionality in
sc_get_dataandlc_get_datato accommodate large numbers (e.g. > 700) COMIDs in header for POST request
StreamCatTools 0.5.0
- Overhauled
sc_get_dataandlc_get_datafunctions to be able to pull all metrics from StreamCat or LakeCat for an area of interest - Updated
sc_get_dataandlc_get_datato be able to pass hundreds of COMIDs at a time as a function parameter and not error out in call to server - Updated
sc_get_paramsandlc_get_paramsto now return variable information, as well as just metric names and full names, and return tables of state and county abbreviations, names and FIPS codes
StreamCatTools 0.4.0
- Overhauled all functions to use the new api.epa.gov endpoints for StreamCat described in swagger documentation
- Streamlined sc_get_data and lc_get_data requests with
httr2 - Adopted functionality in all package functions to use the Oracle ORDs Database REST API rather than previous JAVA REST service
StreamCatTools 0.3.0
- Incorporated POST requests in
httr2requests to deal with many COMIDs in requests - Added documentation to vignette for working with LakeCat data in the package
StreamCatTools 0.2.0
- Added LakeCat functions to the package:
lc_get_datalc_get_params
- Changed lifecycle to
stable
StreamCatTools 0.1.1.9002
- Fixed
sc_get_datato pass COMIDs to function more robustly - Added
sc_nlcdhelper function to more easily grab NLCD based metrics from StreamCat - Updated package documentation
