/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 18:22:13,162 - waydb - WARNING - extend snaps typically means that there are gaps in the data source's geometry 2025-05-15 18:22:15,759 - waydb - WARNING - RLID 16184:427035 connects to itself at 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 1021, in _adapt_way_into_reference_geometry ref_p = next(ref_it) StopIteration