Apps & Dashboard
Mobile Application
TerraOorja — Decarbonization App
Agent-based modeling at census-tract resolution for household & business decarbonization. Explore CAPEX/OPEX, incentives, and policy scenarios with GIS-aware context.
- Agent-based models for technology adoption
- Cost curves & payback under policy scenarios
- Map-centric flows with local context
Flutter (Dart)
Python prototype
GIS
Private repo
Algorithms were prototyped in Python; the production app is written in Dart/Flutter. Source code is private (available for collaborations on request).

Web Dashboard
LA Megacity GHG Dashboard
Interactive analytics for greenhouse-gas monitoring in the Los Angeles megacity, fusing satellite, in-situ, and model products with real-time views.
- Multi-source data fusion (satellite + ground + inversions)
- Map, trend, and attribution views
- Deployed on Google Cloud Run
Dash/Plotly
Cloud Run
~500 MB initial load
Checking…
We show a confirm dialog before opening the live app so users aren’t surprised by the heavy load on free tier.

Performance notes (free tier)
- First open may fetch ~500 MB. Keep a static tour screenshot above so this page stays fast.
- Add HTTP caching and pre-computed tiles where possible; load heavy datasets on demand (per tab/map extent).
- Consider a lightweight landing route on the dashboard that only fetches metadata until a user requests a view.