Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 821 Bytes

readme.md

File metadata and controls

25 lines (17 loc) · 821 Bytes

Renewables Ninja Client

This is a (very) minimal Python client for Renewables Ninja.

About 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.

Installation

renewables_ninja_client can be installed through pip:

  • cd into this folder
  • do pip install ./

note: check which environment you are using!

How to use the client

  • 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 to ninja_token.json
  • try running the test_renewable_ninja Jupyter notebook.