StreamCatTools
StreamCatTools copied to clipboard
R package to work with the StreamCat API within R and access the full suite of StreamCat catchment and watershed scale metrics for all NHDPlusV2 stream reaches and catchments.
I have tried to download few attributes for NHD_plus streams which is approx 2.6 million. I have used the menu interface but it is not working. Is there a way...
Create an sc_get_block groups function to return block groups touching a catchment (watershed? riparian buffer?) and vice-versa? simply build staged lookup table or generate dynamically? We may want to have...
Function parameter `showAreaSqKm = FALSE` in `sc_get_data()` seems to be ignored and returns WSAREASQKM. However, it does work to remove CATAREASQKM.
First release: * [ ] `usethis::use_cran_comments()` * [ ] Update (aspirational) install instructions in README * [ ] Proofread `Title:` and `Description:` * [ ] Check that all exported functions...
Update `sc_nlcd` to incorporate some of the error handling / grouping in the [getNLCDData](https://github.com/mhweber/finsyncR/blob/main/R/getNLCDData.R) function in [finsyncR](https://github.com/USEPA/finsyncR)
Add a parameter to 'sc_get_data' and 'sc_get_nlcd' to pull all metrics for a given set of COMIDs or region of interest (state or county or hydroregion)
See USEPA/StreamCat/issues/124
Add "sc_get_definition" to functions. Adding metric name returns formatted table of definitions for specified set of metrics. No metric provided returns full table.
Suggestion from Leah Ettema: >Just an idea for StreamCatTools R package: It would be great if there could be a function that provides some measure of where a sampling point...
Large requests (e.g., 3K sites) can take a while for sc_get_comid function. Is it possible to add a progress bar to the prosses? https://github.com/r-lib/progress#readme