The following cameras were detected to not intersect with a road. Likely due to incorrect distance from the road or tagged with an incorrect direction.
Code
import pandas as pd
import geopandas as gpd
import folium
import itables
from datetime import datetime
noxgdf = gpd.read_file("../../../osmbadcams/nointersect.gpkg" )
noxgdf.explore(style_kwds= {"opacity" :0.8 ,"weight" :6 })
Make this Notebook Trusted to load map: File -> Trust Notebook
Code
itables.show(pd.DataFrame(noxgdf.drop(["geometry" ], axis= 1 )), maxBytes= 200000 , allow_html= True )
Loading ITables v2.7.3 from the internet...
(need help ?)
Started with 3,608 datapoints on 2026-05-05 , which represented around 3.5% of all the ALPR data at the time.
Last updated: 2026-05-05