# Retrieve all the stations in the network (1537)
x <- NRFA_Catalogue()
# Define a bounding box:
# bbox <- list(lonMin=-3.82, lonMax=-3.63, latMin=52.43, latMax=52.52)
# x <- NRFA_Catalogue(bbox) # this returns 9 stations
# x <- NRFA_Catalogue(minRec=30) # this returns 1048 stations
Run the code above in your browser using DataLab