Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrismaree/energy-consumption-optimization-management-platform
WitsEcop provides a framework to monitor and optimize energy consumption for a dynamic collection of buildings, such as a university.
https://github.com/chrismaree/energy-consumption-optimization-management-platform
Last synced: about 5 hours ago
JSON representation
WitsEcop provides a framework to monitor and optimize energy consumption for a dynamic collection of buildings, such as a university.
- Host: GitHub
- URL: https://github.com/chrismaree/energy-consumption-optimization-management-platform
- Owner: chrismaree
- License: mit
- Created: 2018-09-25T16:10:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-23T08:59:56.000Z (about 6 years ago)
- Last Synced: 2023-07-21T16:57:17.511Z (over 1 year ago)
- Language: CSS
- Homepage: http://witsecop.co.za
- Size: 50.3 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Energy-Consumption-Optimization-Management-Platform
This repository contains all source code for the witsecop.co.za website used to compare and contrast different buildings energy consumption at wits.
## Project Overview
## Documentation Structure
Each directory within the reposotry has its own `README.md` file to explain what the source code in that particular directory does. Moreover, how to run that particular section of code is explained. All code assume the user has installed the requirements for that particular component.## Repository Structure
There are four main directories in the repository.
1) `Assets` that store the information for each building, such as chart geojson information and other relevant charting information. Campus information data structures are also store here.
2) `Backbend` contains all backbend code , containers and notebooks to run the API.
3) `Frontend` contains all front end code, containers, components and elements to run the front end server.
4) `Experimentation` stores a play ground used when trying out different technologies during the course of the project.A high level overview of the project can be seen in the diagram below.
Date Picker. High level overview of all system components.## Project Report
The Report outlining the design and implementation for this project can be found [here](https://github.com/SoIidarity/Energy-Consumption-Optimization-Management-Platform/blob/master/Docs/Report.pdf)
.