You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 to find what is needed. Something like:
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 to find what is needed. Something like:
type
: different "types" of variables (e.g., climate, geologic, anthropogenic, other, etc.)aoi
: area of interest (catchment, watershed, etc)source
: source, eitherStreamCat
orNLCD
year
: year, relevant ifsource = "NLCD"
...
: Other arugments if relevant likestate
,region
, etc.Output could be a data frame (or tibble) and look something like:
Vector arguments could be applied to the function, yielding something like
The text was updated successfully, but these errors were encountered: