# get all stations in aoi
get_stations(
bear_lake,
elements = "*"
)
# get all stations in aoi that measure WTEQ
get_stations(
bear_lake,
elements = "WTEQ"
)
# get all stations in aoi that are part of SNTL network
get_stations(
bear_lake,
elements = "*",
awdb_options = set_options(networks = "SNTL")
)
Run the code above in your browser using DataLab