Skip to content

🚢 A python utility to download United States Geological Survey (USGS) National Water Information System (NWIS) data.

License

Notifications You must be signed in to change notification settings

Geosyntec/dockside

Repository files navigation

dockside

Build Status codecov

Download NWIS data without too much fuss

Installation

pip install git+https://github.com/Geosyntec/dockside.git

Example

import dockside
gauge = '08075500'
output_folder = '01-raw-data'
sta = dockside.Station(gauge, '2018-01-01', '2018-11-24', '01-raw-data')
sta.insta_data.plot()

About

🚢 A python utility to download United States Geological Survey (USGS) National Water Information System (NWIS) data.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages