Hello, @cvvergara @robe Actually I was solving issue#2628 and I was trying to verify my changes so I followed this documentation but this didn’t work properly : pgr_nodeNetwork — pgRouting Manual (3.7) . Could you please guide me with this. The error I faced is :
Saloni-2005_routing=# SELECT pgr_nodeNetwork(‘edges’, 0.001);
NOTICE: PROCESSING:
NOTICE: id: id
NOTICE: the_geom: the_geom
NOTICE: table_ending: noded
NOTICE: rows_where:
NOTICE: outall: f
NOTICE: pgr_nodeNetwork(‘edges’, 0.001, ‘id’, ‘the_geom’, ‘noded’, ‘’, f)
NOTICE: Performing checks, please wait …
NOTICE: -------> edges NOT found
pgr_nodenetwork
FAIL
(1 row)
Saloni-2005_routing=#
Could you please highlight what I did wrong or how to resolve?
Thankyou!