lmao
This commit is contained in:
parent
03445188ea
commit
524580eb25
102 changed files with 36625 additions and 1295 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue