The standard. Every collection round H.BLUE plans is the shortest, the cleanest, and the cheapest possible — calculated before the truck moves. No human hours wasted on map work. No empty miles. No detours. The algorithm is not a feature — it is the floor.
Every dPRN logged into the system has a postcode. Every bin has a postcode. Every beach has a postcode. Every truck has a depot postcode. H.BLUE consumes all four feeds and computes the optimal pick-up sequence in real time. Operator hits one button: Plan today's round. Done.
deployed_bins WHERE current_fill_level >= threshold OR last_collection_date < cutoff.| Source | Field | Used For |
|---|---|---|
| deployed_bins | postcode · latitude · longitude · current_fill_level | which bins to visit today |
| bin_materials | weight_kg · material_type · logged_at | predicting today's expected fill |
| beaches | region · postcode | cluster boundaries |
| op_ledger | collection seals · variance flags | retraining the predictor |
| External · OSRM | road network · drive times | realistic mile/minute calculations |
type='route-optimisation'.Conservative estimates. Actual numbers will be sealed monthly into op_ledger as the system runs in production.
severity=warning.Operator note: "Warning back up to our trucks for a course or advance — probably not for now." Captured. When ready, this layer wires to the route card with backwards-collision sensing, course advance preview, and depot-return triggers when capacity ≥ 92%. Stage gated. Doctrine entry holds the place — implementation is post-MVP.