# NOT RUN {
# Retrieve all the stations in the network
x <- catalogue()
# Define a bounding box:
bbox <- list(lonMin=-3.82, lonMax=-3.63, latMin=52.43, latMax=52.52)
# Get stations within the bounding box
x <- catalogue(bbox)
# Get stations based on minimum number of recording years
x <- catalogue(minRec=30)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab