Cloud-native geospatial tools for residential waste operations.
opentrash is an open source Python package for analyzing residential solid
waste collection operations using GPS telematics, enterprise waste-management
data, and municipal parcel layers. It produces RouteView — a self-contained
interactive HTML map for any route on any day — and detects per-parcel weekly
and biweekly service patterns over time.
The same tools enterprise fleet software sells for six figures, built on open standards and open data, runnable on a laptop.
🚧 Phase 0 — skeleton. Version 0.0.0 is a name placeholder; the package is
not yet functional. It is being built lesson by lesson alongside its
documentation site and a public course.
The documentation site is built with MkDocs Material and deployed to GitHub Pages. To preview locally:
pip install mkdocs-material
mkdocs serve
conda create -n opentrash python=3.11 -y
conda activate opentrash
pip install -e ".[dev,docs]"
Source-available under a non-commercial license. See LICENSE. Commercial licensing inquiries: contact AIRC.
An open source project under AI Research Corps (AIRC), a 501(c)(3) nonprofit.