Create update_all.sh
This commit is contained in:
parent
31bc6f69c3
commit
6d85c3019a
16
scripts/update_all.sh
Executable file
16
scripts/update_all.sh
Executable file
|
@ -0,0 +1,16 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
./traitements_phase_1.sh
|
||||||
|
|
||||||
|
./create_osm_roads.sh
|
||||||
|
|
||||||
|
./update_osm_roads_pgr.sh
|
||||||
|
|
||||||
|
#./update_server_routing_tables.sh
|
||||||
|
|
||||||
|
./traitements_phase_2.sh
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue