MBKEngineers / collect

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

NID tools #37

Closed narlesky closed 2 years ago

narlesky commented 2 years ago

Based on @ohalexander's daily scraper for Nevada Irrigation District's hyquick web system. Implements web scraper tools to support YWA analysis and dashboard project

Here's an option for testing:

from collect.nid import *

print(nid.get_daily_data('DC900'))
print(nid.get_hourly_data('DC900'))