Hydro Data Collection
For a forecasting project, I needed controlled storage data as a predictor variable. The data was only available as a graph on a website, so I wrote a Python script using Selenium to extract the underlying JSON behind the graph and save it as a CSV. The script worked while the website was live, but the site has since been discontinued.
Code used to extract the data and export it to a csv.


