Decode landlord electricity/LPG/oil/coal overrides to fuel codes 🟩

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jun-te Kim 2026-06-19 12:22:44 +00:00
parent 7f8e2762d0
commit a402a3858e

View file

@ -18,6 +18,10 @@ from domain.modelling.simulation import EpcSimulation, HeatingOverlay
# RdSAP-20/21 `main_fuel` `(not community)` codes (epc_codes.csv `main_fuel`).
_FUEL_CODES: dict[str, int] = {
"mains gas": 26,
"LPG (bulk)": 27,
"oil": 28,
"electricity": 29,
"house coal": 33,
}