Skip to content
Snippets Groups Projects
Commit 9794a669 authored by Pierre-Gilles Levallois's avatar Pierre-Gilles Levallois
Browse files

comments

parent ef03f26c
1 merge request!6Fully functional version that calculate layer with all stages
Pipeline #55325 passed
...@@ -129,6 +129,7 @@ if [ $action == "init-grid" ] || [ $action == "all" ]; then ...@@ -129,6 +129,7 @@ if [ $action == "init-grid" ] || [ $action == "all" ]; then
# Do InitGrid, township by town ship to avoid memory overflow # Do InitGrid, township by town ship to avoid memory overflow
stage "init-grid" stage "init-grid"
for NOM_COMMUNE in $( echo "${!LISTE_COMMUNES[@]}" | tr ' ' '\n' | sort ); do for NOM_COMMUNE in $( echo "${!LISTE_COMMUNES[@]}" | tr ' ' '\n' | sort ); do
stage "Init Grid : $NOM_COMMUNE"
CODE_INSEE=${LISTE_COMMUNES[$NOM_COMMUNE]} CODE_INSEE=${LISTE_COMMUNES[$NOM_COMMUNE]}
python3 main.py initGrid $GRID_SIZE $CODE_INSEE python3 main.py initGrid $GRID_SIZE $CODE_INSEE
check check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment