Skip to content

Commit

Permalink
updated on 20200904 at 16:06:41
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamandrici committed Sep 4, 2020
1 parent 170dc81 commit bdf3fec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flattening/templates/p_export_raster.template
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ for ((OFF=0 ; OFF<=${elements}; OFF+=${objects}))
done
wait

psql ${dbpar2} -t -c "DROP TABLE IF EXISTS ${SCH}.o_raster_onprocess;"
psql ${dbpar2} -t -c "DROP TABLE IF EXISTS ${SCH}.export_raster_onprocess;"

cd ${outpath}
#find ./tiles/*.tiff | sort -n > list.txt
Expand Down
2 changes: 1 addition & 1 deletion flattening/z_do_it_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ ncores=72
./o_raster.sh ${ncores} > logs/o_raster_log.txt 2>&1 wait

## export rast
./p_export_raster.sh ${ncores} > logs/p_export_raster_log.txt 2>&1 wait
./p_export_raster.sh $((ncores/3)) > logs/p_export_raster_log.txt 2>&1 wait

# USEFUL COMMANDS
#------------------------------------------------------------------------
Expand Down

0 comments on commit bdf3fec

Please sign in to comment.