MBKEngineers / collect

MBK Python scripts for scraping water data from the web
MIT License
3 stars 1 forks source link

Cawdl updates #36

Closed ohalexander closed 2 years ago

ohalexander commented 3 years ago
get_cawdl_surface_water_por('B91479', variable='CONDUCTIVITY')
get_cawdl_surface_water_data(site_id='B91479', water_year=2021, variable='CONDUCTIVITY')

Closes #23

narlesky commented 3 years ago

Awesome! So glad to see the additional support for water quality data. Can you provide an example for pulling each of the data types with the new implementation? Thanks, @ohalexander !