vibes
This commit is contained in:
parent
80c093b7ba
commit
f72c43a9fa
101 changed files with 2168 additions and 1177 deletions
|
|
@ -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"}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue