Ribbit Network is a large network of open-source, low-cost, Greenhouse Gas (CO2 and possibly methane) Detection Sensors. These sensor units will be sold by the Ribbit Network and will upload their data to the cloud, creating the world's most complete Greenhouse Gas dataset.
See more about the Frog Sensors here.
The Ribbit Network saves the sensor data and makes it accessible for scientists everywhere to analyze and pinpoint emissions. Using this data we can identify and track emissions, allowing us to verify our assumptions about climate and hold ourselves accountable through corporate, government, and individual action.
This repository contains the dashboard for that public information
This dashboard is in it's very earliest version and needs a lot of work.
The first prototype sensors are up and running in Seattle. Here is the deployed version of this repo which shows the current live sensor data (Note this dashboard is still experimental and may be down occasionally).
The application is built as a Dash app.
It is currently automatically deployed on Heroku from this repository.
You can run the website locally on your development machine using the following instructions after cloning this repo:
On mac/linux
python3 -m venv env
source env/bin/activate
python3 -m pip install -r requirements.txt
python3 app.py
On Windows (If using Git Bash)
python3 -m venv env
env/Scripts/activate
python3 -m pip install -r requirements.txt
python3 app.py
On Windows (If using Command Prompt)
python3 -m venv env
env\Scripts\activate
python3 -m pip install -r requirements.txt
python3 app.py
Once the server is up and running you can visit it locally by going to http://127.0.0.1:8050/
See the Issues section of this project for the work that I've currently scoped out to be done. Reach out to me if you are interested in helping out!
The contributing guide outlines the process for helping out!
You can also join our developer discord here.
Check out the Frequently Asked Questions section. If you don't see your question, let us know either in a Github Discussion or via Discord.
See the Wiki for background research. This project is inspired by some awesome research by incedible scientists in academia.
Ribbit Network is a non-profit (501c3) creating the world's largest Greenhouse Gas Emissions dataset that will empower anyone to join in the work on climate and provide informed data for climate action. We're an all volunteer team building everything we do in the open-source community.
If you would like to consider sponsoring Ribbit Nework you can do via this link. The money is used to pay for software fees, purchase R&D hardware and generally support the mission of Ribbit Network.
Thanks goes to these wonderful people (emoji key):
Brian Strauch 💻 🎨 🤔 |
Yu Zhang 💻 🔣 📖 |
Steven Pestana 🐛 💻 |
Mujeeb A. Abdulfatai 📖 |
Rishi Kavikondala 💻 |
Srikiran Chandrasekaran 💻 👀 |
Zoltán Nagy |
This project follows the all-contributors specification. Contributions of any kind welcome!
