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
NID daily web scraper (Jan 1, 2020 to present)
NID hourly web scraper (Jan 1, 2020 to present)
utility functions for extracting sites index, metric by site, and constructing URLs
Here's an option for testing:
from collect.nid import *
print(nid.get_daily_data('DC900'))
print(nid.get_hourly_data('DC900'))
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: