Bad Cams - No direction information

The following cameras lacked direction data in either “direction” or “camera:direction” tags. Not all datapoints are necessarily wrong, but could likely be improved.

Code
import pandas as pd
import geopandas as gpd
import folium
import itables
from datetime import datetime
nodirgdf = gpd.read_file("../../../osmbadcams/nodirection.gpkg")
nodirgdf.explore(style_kwds={"opacity":0.8,"weight":6})
Make this Notebook Trusted to load map: File -> Trust Notebook
Code
itables.show(pd.DataFrame(nodirgdf.drop(["geometry","camindex"], axis=1)),  maxBytes=200000, allow_html=True)
Loading ITables v2.7.3 from the internet... (need help?)

Started with 1,125 datapoints on 2026-05-05
Last updated: 2026-05-05