- Added functionality in
sc_get_data
and
lc_get_data
to accommodate large numbers (e.g. > 700)
COMIDs in header for POST request
- Overhauled
sc_get_data
and lc_get_data
functions to be able to pull all metrics from StreamCat or LakeCat for
an area of interest
- Updated
sc_get_data
and lc_get_data
to 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_params
and lc_get_params
to
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
- 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
- Incorporated POST requests in
httr2
requests to deal
with many COMIDs in requests
- Added documentation to vignette for working with LakeCat data in the
package
- Added LakeCat functions to the package:
lc_get_data
lc_get_params
- Changed lifecycle to
stable
- Fixed
sc_get_data
to pass COMIDs to function more
robustly
- Added
sc_nlcd
helper function to more easily grab NLCD
based metrics from StreamCat
- Updated package documentation
- API is publicly released and the package works now for everyone (not
just those inside EPA network)
- Added a
NEWS.md
file to track changes to the
package.