Skip to content

Commit

Permalink
Adding new area type lookups
Browse files Browse the repository at this point in the history
  • Loading branch information
cityofcapetown-opm-bot committed Dec 11, 2024
1 parent c4e0a60 commit 8a5d157
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cct_connector/ServiceAlertAugmenter.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
"Official Plannig Suburb": ("Official planning suburbs", "OFC_SBRB_NAME"),
"Official Planning Suburb": ("Official planning suburbs", "OFC_SBRB_NAME"),
"Solid Waste Regional Service Area": ("Solid Waste service areas", "AREA_NAME"),
"Electricity Service Region": ("Electricity Districts", "District"),
"Water Service Region": ("Water service region", "WTR_SRV_RGN_NAME"),
'Citywide': ('City boundary', 'CITY_NAME'),
}
AREA_INFERENCE_THRESHOLD = 0.05
Expand Down

0 comments on commit 8a5d157

Please sign in to comment.