Skip to content

Compost-Coders/composting-coders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Analytics Project 2026

Compost Coders - Closing the loop on organic waste

About the project

Sources:

The dataset provided offers insights into the feasibility of using hemp as a raw material for energy pellets, building insulation, and growing media, while also considering the economic viability of production. Our goal was to support this project by making the data accessible and easy to understand for both experts in the field and those less familiar with the topic. In addition, we aim to compare hemp with other composting materials to evaluate its performance and potential advantages.

Quick overview of the data

The dataset includes measurements from hemp and other composting materials, capturing parameters such as temperature, energy content, thermal conductivity, and sensor readings.

  • Columns / Features: temperature, moisture content, energy content, thermal conductivity, sensor ID, timestamp
  • Data format: CSV
  • Notes: Some sensors show high zero-reading rates; Sensor 02 has high variability and may need review.

Composts

Compost 1 Temperature over time insight

alt text

Compost 2 Moisture and Temperature over time

alt text

Sensors

Zero-rate analysis for moisture sensors

alt text

Reliability vs Instability analysis of moisture sensors

alt text

Key Takeaways

  • Thermophilic activity: Peak temperatures of 55–60 °C were observed early in the composting cycles, consistent with the active thermophilic decomposition phase.
  • Sensor reliability: Several sensors recorded high zero-reading rates (>56%), indicating potential measurement issues.
  • Sensor variability: Sensor 02 showed unusually high variability and should be reviewed before final deployment.
  • Comparison potential: The dataset allows for comparison of hemp with other composting materials regarding thermal performance, energy content, and other key parameters.

Installation and setup

1. Clone the Repository

git clone https://github.com/Compost-Coders/composting-coders.git
cd composting-coders
# Create venv
python -m venv .venv

# Activate (Windows)
.venv\Scripts\activate

# OR Activate (Mac/Linux)
source .venv/bin/activate

# Install requirements
pip install -r requirements.txt

Technologies

  • python >= 3.10
  • pandas
  • numpy
  • matplotlib
  • seaborn

Repository Structure

├── data/ # datasets
├── notebooks/ # Jupyter Notebooks for EDA and prototyping
├── src/ # Reusable Python modules & helper functions
├── web/ # Web-App code
├── report/ # Final PDF report and exported figures
├── .gitignore # Files and folders to be ignored by Git
├── CONTRIBUTING.md # Team workflow and coding guidelines
└── requirements.txt # Project dependencies

The Team

  • Jan Raivio - Team Leader
  • Natalia Suopanki
  • Laura Ryönänkoski
  • Savindu Kariyawasam
  • Fabian Frank

About

Data analysis pipeline and interactive web dashboard for composting data. Built with Python (Pandas, Numpy) and modern web frameworks.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors