/pvdaqQuery

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

Primary LanguageJupyter NotebookBSD 2-Clause "Simplified" LicenseBSD-2-Clause

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.