Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 422 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 422 Bytes

pvdaq-query

Some functions to help with API requests in Python to PVDAQ: https://maps.nrel.gov/pvdaq/

See notebooks folder for examples.

Setup

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.