USEPA/StreamCatTools

More than 3 areas of interest fails for sc_get_data

Closed this issue · 1 comments

this_works <- sc_get_data(metric=metrics, aoi='catchment, watershed, riparian_catchment', comids)
also_works <- sc_get_data(metric=metrics, aoi='catchment, watershed, riparian_watershed', comids)
doesnt_work <- sc_get_data(metric=metrics, aoi='catchment, watershed, riparian_catchment, riparian_watershed', comids)

This works correctly in current version of package - tested with:
library(StreamCatTools) df <- sc_get_data(metric='PctUrbMd2006,DamDens,TRIDens', aoi='catchment, watershed, riparian_catchment, riparian_watershed', comid='179,1337,1337420')