/python-env/lib64/python3.9/site-packages/geopandas/io/file.py:344: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_datetime without passing `errors` and catch exceptions explicitly instead as_dt = pd.to_datetime(df[k], errors="ignore") 2025-05-15 11:01:09,960 - waydb - WARNING - extend snaps typically means that there are gaps in the data source's geometry 2025-05-15 11:01:12,851 - waydb - WARNING - a suspiciously small gap was found in RLID 3:29340 (6.005800530093982m), segments where joined (AVST diff 0.025208139570816024m) 2025-05-15 11:01:17,816 - tags - WARNING - Conflicting value for key 'KLASS' ('7' and '5', RLID 3:29922). Warning: not resolved, added fixme tag Traceback (most recent call last): File "/nvdb2osm-pipeline/workdir/nvdb2osm/waydb.py", line 1009, in _adapt_way_into_reference_geometry ref_p = next(ref_it) StopIteration The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/nvdb2osm-pipeline/workdir/nvdb2osm/nvdb2osm.py", line 480, in main() File "/nvdb2osm-pipeline/workdir/nvdb2osm/nvdb2osm.py", line 353, in main insert_rlid_elements(way_db, ways, name, debug_ways=debug_ways) File "/nvdb2osm-pipeline/workdir/nvdb2osm/nvdb2osm.py", line 179, in insert_rlid_elements way_db.insert_rlid_way(way, data_src_name, debug_ways) File "/nvdb2osm-pipeline/workdir/nvdb2osm/waydb.py", line 766, in insert_rlid_way _, ways = self._adapt_way_into_reference_geometry(way, data_src_name) File "/nvdb2osm-pipeline/workdir/nvdb2osm/waydb.py", line 1011, in _adapt_way_into_reference_geometry raise RuntimeError("Could not find start %s of way %s in reference geometry (does it extend reference geometry?)" % (latlon_str(way.way[0]), way.rlid)) from stop_iteration RuntimeError: Could not find start of way 3:34694 in reference geometry (does it extend reference geometry?)