# NOT RUN {
# Get all Water Course Discharge Stations
# }
# NOT RUN {
get_station_list()
# }
# NOT RUN {
# Just the details for Cotter River at Gingera
# }
# NOT RUN {
get_station_list(station_number = "410730")
# }
# NOT RUN {
# Rainfall stations
# }
# NOT RUN {
get_station_list(parameter_type = "Rainfall")
# }
# NOT RUN {
# Vector of return_fields
return_fields <- c(
"station_name",
"station_longname",
"station_no",
"station_id",
"station_latitude",
"station_longitude",
"station_carteasting",
"station_cartnorthing",
"stationparameter_name",
"station_georefsystem",
"catchment_no",
"catchment_id",
"catchment_name",
"site_no",
"site_id",
"site_name",
"parametertype_id",
"parametertype_name",
"object_type",
"custom_attributes"
)
# Get all attributes for one station
# }
# NOT RUN {
get_station_list("Water Course Discharge", "410730", return_fields)
# }
Run the code above in your browser using DataLab