Skip to content

Interactive visualiser of electricity consumption data for the HackUDC hackathon. Project developed in a day and a half totally open source.

License

Notifications You must be signed in to change notification settings

agr17/hackudc-electrodatos

Repository files navigation

HackUDC: electrodatos

This work is licensed under a MIT license.

Your electric bill easier than ever

Electrodatos is an electric bill visualizer.

TOC

Installation and usage

pip install -r requirements.txt
bokeh serve bokeh-vis --show --args .\data\cups\electrodatos_0.csv 2022

Tech

Electrodatos uses a number of open source projects to work properly:

  • Black - An uncompromising Python code formatter.
  • Bokeh - A library used to make interactive data visualization in the browser.
  • Pandas - A flexible and powerful data analysis / manipulation library for Python.
  • pvpc - A library that provides information about PVPC costs in Spain from the REE API.

And of course Electrodatos itself is open source with a public repository on GitHub.

Development

Here are several ways you can contribute to the Electrodatos project:

  • Propose Pull Requests (PRs) to rectify bugs or introduce new features.
  • Offer feedback and report bugs concerning the software or documentation.
  • Improve our documentation.

Demo

demo-electrodatos-wrapped.mp4

License

The MIT License (MIT).

About

Interactive visualiser of electricity consumption data for the HackUDC hackathon. Project developed in a day and a half totally open source.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published