Skip to content

FirstFlush/municipalities-bc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

BC Municipalities

A simple and reusable list of British Columbia municipalities in two formats:

  • bc_municipalities.json: A flat JSON list of municipality names.
  • bc_municipalities_enum.py: A Python Enum mapping uppercase keys to human-readable names.

Source

Data scraped in June 2025 from PlanHub.ca

Example

JSON

[
  "100 Mile House",
  "108 Mile Ranch",
  "150 Mile House",
  "Abbotsford",
  ...
]

Python Enum

from municipalities_bc_enum import MunicipalityBC

print(MunicipalityBC.ABBOTSFORD.value)  # "Abbotsford"

☕ Support

If this project helped you, feel free to buy me a coffee 🙏

Releases

No releases published

Packages

No packages published

Languages