Skip to content

ciCciC/GeoGrids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geo-Grids

One that started as a TenneT challenge that is currently continuing as an experiment.

This repository has two objectives, namely

  • An application for interactive visualization of energy consumption on zipcode level along with electrical substation properties using open source data
  • Grid optimization, estimating energy usage change direction over time utilizing Linear Multilevel Modeling
  • A function that can estimate the path and electrical substation for a given point of interest using open source data

Getting Started

Prerequisite

  • install miniforge
  • create a Virtualenv or Conda environment
  • enter from root the following cmd line for installation of required pkgs:
pip install -r requirements.txt
  • run application
cd api
python main.py

API docs

http://127.0.0.1:8000/docs

Releases

No releases published

Packages

No packages published

Languages