This commit is contained in:
Andras Schmelczer 2026-02-15 22:39:49 +00:00
parent 03445188ea
commit 524580eb25
102 changed files with 36625 additions and 1295 deletions

View file

@ -8,11 +8,12 @@ import polars as pl
from pipeline.utils.poi_counts import count_pois_per_postcode
# POI category groups for proximity counting
# POI category groups for proximity counting.
# Names must match the friendly names produced by transform_poi.py / naptan.py.
POI_GROUPS = {
"restaurants": ["Restaurant", "Fast Food"],
"groceries": ["Greengrocer", "Grocery Shop", "Supermarket", "Convenience Store"],
"parks": ["Park", "Garden", "Nature Reserve"],
"groceries": ["Greengrocer", "Supermarket", "Convenience Store"],
"parks": ["Park"],
"public_transport": [
"Metro or Tram stop",
"Rail station",