ne pas nettoyer la topologie
sinon ça efface la topologie qui existe avant
This commit is contained in:
parent
4fa8747a52
commit
1097f2750c
|
@ -233,7 +233,7 @@ WHERE secteur_id = """ + secteur + """ ;"""
|
|||
print(f" donc fin estimée à {fin_heure}h{fin_min} maximum")
|
||||
|
||||
|
||||
sql_create_pgr_topology = f"SELECT pgr_createTopology('phase_3_troncons_pgr', 0.001, rows_where:='secteur_id={secteur}', clean:=true);"
|
||||
sql_create_pgr_topology = f"SELECT pgr_createTopology('phase_3_troncons_pgr', 0.001, rows_where:='secteur_id={secteur}', clean:=false);"
|
||||
db_redadeg_cursor.execute(sql_create_pgr_topology)
|
||||
|
||||
print(" fait")
|
||||
|
|
Loading…
Reference in a new issue