Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1008 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 1008 Bytes

CCNY Smart Grid Interdependencies Laboratory

Python tool to interface easily with Here REST API.
Written by: Stephanie Lojano
For more information about SGIL visit: https://smartgrid.ccny.cuny.edu/
For more information about Here Routing API visit: Here Routing API v8 Developer Guide


Set up

  1. Clone the repository

git clone https://github.com/stephlojano/ccny-sgil.git

  1. In your terminal, navigate to the repository, then enter:

pip install .

Alternatively, you can use pip install -e . to install in editable mode.

  1. Open your Python environment and begin using ccny-sgil:

import ccny_sgil

  1. Before using ccny_sgil, you need to have an active project with a valid API key. Click here for instructions: Here API - API Key Credentials