buzacott / bomWater

An R package to download Australian water data
MIT License
15 stars 5 forks source link

add bbox station search #9

Closed buzacott closed 3 years ago

buzacott commented 3 years ago

Adds the capability to input a bbox to refine stations.

e.g.

stations = get_station_list(
  parameter_type = 'Water Course Discharge',
  bbox = c(147, -36, 148, -35)
)