icra / ecam

Energy performance and Carbon emissions Assessment and Monitoring tool (Lluís Bosch, Lluís Corominas, IWA, Wacclim project, GIZ)
http://wacclim.org/ecam
Other
11 stars 17 forks source link
ecam giz iwa

ECAM

Current version: v3.

ECAM is a free and open source web application. Water and wastewater utility operators can assess their greenhouse gas emissions and energy consumption.

ECAM is developed by ICRA, IWA and GIZ under the WaCCliM project, and Cobalt Water.

License

ECAM is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. LICENSE

Code

ECAM is a serverless single-page-application (SPA) written in entirely in Javascript, HTML and CSS. It uses VueJS to render the user interface.

Tutorial videos

https://www.youtube.com/playlist?list=PL6u1Pjpf8O0Ymz7bLlOCkLTJWHyPReOxP

Dependencies

All these libraries are automatically loaded when the tool is opened in the browser:

Using ecam online

To use ecam, just go to climatesmartwater.org/ecam

Using ecam offline

Ecam can be also used offline. You need download this package and place it inside a folder from a web server software, for example: apache, nginx, xampp, etc.

Guide for deployment in a server (or offline usage) using Apache HTTP Server

  1. Install Apache HTTP Server.
  2. Download this repository
  3. Move the repository to "/var/www/html/ecam". note: the equivalent "/var/www/html" folder for XAMPP is usually in "C:\XAMPP\htdocs" (in Windows)
  4. Open your browser and go to "http://localhost/ecam"