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.txt
To test that everything is working correctly, launch
jupyter notebook
and run example_usage.ipynb
in the notebooks/
folder.