Capture the Simplified RIR 'Roof room type' label from the survey 🟩

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Khalim Conn-Kowlessar 2026-07-15 08:27:01 +00:00
parent 600262819c
commit 8a753822c8

View file

@ -728,6 +728,7 @@ class PasHubRdSapSiteNotesExtractor:
slopes=surfaces("Slope"),
common_walls=surfaces("Common wall"),
flat_ceilings=surfaces("Flat ceiling"),
roof_room_type=self._get_in(data, "Roof room type:"),
)
def _parse_roof_space_detail(self, data: List[str]) -> RoofSpaceDetail: