This is a (very) minimal Python client for Renewables Ninja.
Renewables Ninja is an open source project created by Stefan Pfenninger, providing renewable data for PV and Wind energy. The project is hosted on github.
renewables_ninja_client
can be installed through pip:
cd
into this folder- do
pip install ./
note: check which environment you are using!
- go to the renewables ninja website
- create an account
- copy your API token, paste it in the
ninja_token_example
json file - rename
ninja_token_example.json
toninja_token.json
- try running the
test_renewable_ninja
Jupyter notebook.