Some functions to help with API requests in Python to PVDAQ: https://maps.nrel.gov/pvdaq/
See notebooks folder for examples.
From a fresh python environment, run the following from the base project folder:
pip install -r requirements.txtTo test that everything is working correctly, launch
jupyter notebookand run example_usage.ipynb in the notebooks/ folder.