This commit is contained in:
Andras Schmelczer 2026-03-15 17:38:26 +00:00
parent 80c093b7ba
commit f72c43a9fa
101 changed files with 2168 additions and 1177 deletions

View file

@ -13,13 +13,13 @@ import polars as pl
from shapely.geometry import Point
from tqdm import tqdm
from pipeline.download.pois import (
from pipeline.utils.england_geometry import (
ENGLAND_BBOX_EAST,
ENGLAND_BBOX_NORTH,
ENGLAND_BBOX_SOUTH,
ENGLAND_BBOX_WEST,
load_england_polygon,
)
from pipeline.utils.england_geometry import load_england_polygon
PLACE_TYPES = {"city"}