# NOT RUN {
# Retrieve the MOPEX catalogue
MOPEX_catalogue_all <- catalogueMOPEX()
# Define a bounding box
areaBox <- raster::extent(-95, -92, 37, 41)
# Filter the catalogue based on bounding box
MOPEX_catalogue_bbox <- catalogueMOPEX(areaBox = areaBox)
# Get only catchments within NC
MOPEX_catalogue_state <- catalogueMOPEX(columnName = "state",
columnValue = "NC")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab