fix routing, temporarily disable duplicate reports #32
Annotations
10 errors
Ruff (F401):
scripts/fetch-areas.py#L4
scripts/fetch-areas.py:4:27: F401 `scipy.spatial.cKDTree` imported but unused
|
Ruff (F401):
scripts/fetch-areas.py#L5
scripts/fetch-areas.py:5:37: F401 `shapely.geometry.LineString` imported but unused
|
Ruff (F401):
scripts/fetch-areas.py#L5
scripts/fetch-areas.py:5:58: F401 `shapely.geometry.MultiLineString` imported but unused
|
Ruff (F401):
scripts/fetch-areas.py#L6
scripts/fetch-areas.py:6:25: F401 `shapely.ops.nearest_points` imported but unused
|
Ruff (F401):
scripts/fetch-areas.py#L9
scripts/fetch-areas.py:9:8: F401 `sqlite3` imported but unused
|
Ruff (F401):
scripts/fetch-areas.py#L11
scripts/fetch-areas.py:11:17: F401 `numpy` imported but unused
|
Ruff (F401):
scripts/fetch-areas.py#L12
scripts/fetch-areas.py:12:8: F401 `networkx` imported but unused
|
Ruff (F841):
scripts/fetch-areas.py#L73
scripts/fetch-areas.py:73:5: F841 Local variable `point` is assigned to but never used
|
Ruff (B007):
scripts/fetch-areas.py#L105
scripts/fetch-areas.py:105:15: B007 Loop control variable `cluster` not used within loop body
|
Ruff (F401):
scripts/fetch-roads.py#L4
scripts/fetch-roads.py:4:8: F401 `sqlite3` imported but unused
|