Skip to content

yuzhang0302/ribbit-network-dashboard

 
 

Repository files navigation

Ribbit Network Dashboard

This project will create 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.

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.

Dashboard

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

image

Current Status

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).

Technical Details

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

python -m venv env
env\Scripts\activate
python -m pip install -r requirements.txt
python app.py

Once the server is up and running you can visit it locally by going to http://127.0.0.1:8050/

Contributing

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.

Questions?

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.

Background Information

See the Wiki for background research. This project is inspired by some awesome research by incedible scientists in academia.

Developer

Hi, I'm Keenan and I work on this project! Reach out if you are interested or just want to chat.

Consider sponsoring me on Ko-fi or through Github Sponsors to help cover the research and development costs.

ko-fi

About

The web dashboard for the world's largest crowdsourced network of open-source, low-cost, CO2 Gas Detection Sensors.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 92.8%
  • CSS 7.2%