issues Search Results · repo:USEPA/StreamCatTools language:R
Filter by
38 results
(60 ms)38 results
inUSEPA/StreamCatTools (press backspace or delete to remove)I recently upgraded from StreamCatTools 0.3.0 to 0.4.0. Since the updgrade, lc_get_params no longer returns catareasqkm
and wsareasqkm. Can these variables be accessed from StreamCatTools 0.4.0?
jbeaulie
- Opened 26 days ago
- #62
sc_names - sc_get_params( name ) sc_names % % length() [1] 644 sc_names[!duplicated(sc_names)] % % length() [1] 556
sc_names[duplicated(sc_names)] [1] pctbl2004 pctbl2008 pctbl2013 pctbl2016 pctbl2019 ...
bug
ryan-hill
- Opened on Feb 21
- #61
The code below causes an error if I pull too many variables at a time.
sc_names - sc_get_params( name )[1:600] % % paste(collapse = , )
sc_get_data(metric = sc_names, state = 2509407 , aoi = ws )
Error ...
bug
ryan-hill
- Opened on Feb 21
- #60
The function sc_get_params() always returns name regardless of whether state , region , etc. are provided.
bug
ryan-hill
- Opened on Feb 18
- #58
Forgot to update current legal values in sc_nlcd() to current options
documentation
mhweber
- Opened on Feb 12
- #57
Too many COMIDs and metrics in a call to sc_get_data() generating HTTP 400 Bad Request error message
bug
mhweber
- Opened on Feb 6
- #56
sc_get_data() calls readr::read_csv() which prints column types. Consider adding “show_col_types = FALSE” argument to
function to quite messages.
darinkopp
- Opened on Dec 9, 2024
- #54
The NLDI service, which sc_get_data calls via nhdplusTools::discover_nhdplus_id now rate limits calls to 400 calls / hr
per ip address. Add a warning note for users when using function that passing large ...
mhweber
- Opened on Dec 4, 2024
- #53
It would be really helpful to include some helper functions that make metrics more searchable and usable within R. There
are so many metrics at different scales (which is amazing!) that it can be overwhelming ...
michaeldumelle
- Opened on Nov 6, 2024
- #52
Function can show image in plot window depicting the various scales (watershed, catchment, riparian) at which StreamCat
data are available.
enhancement
ryan-hill
- Opened on Nov 5, 2024
- #51

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.