comparison flys-backend/contrib/run_geo.sh @ 5545:ed149d5d7fb7

Add floodmarks importer
author Andre Heinecke <aheinecke@intevation.de>
date Wed, 03 Apr 2013 16:33:28 +0200
parents d086ce6c13d3
children 673f68bb19a4
comparison
equal deleted inserted replaced
5544:12f4d088f088 5545:ed149d5d7fb7
25 SKIP_GAUGE_LOCATION=0 25 SKIP_GAUGE_LOCATION=0
26 SKIP_CATCHMENTS=0 26 SKIP_CATCHMENTS=0
27 SKIP_UESG=0 27 SKIP_UESG=0
28 SKIP_DGM=0 28 SKIP_DGM=0
29 SKIP_JETTIES=0 29 SKIP_JETTIES=0
30 SKIP_FLOODMARKS=0
30 31
31 # There should be no need to change anything below this line 32 # There should be no need to change anything below this line
32 33
33 DIR=`dirname $0` 34 DIR=`dirname $0`
34 DIR=`readlink -f "$DIR"` 35 DIR=`readlink -f "$DIR"`
61 --skip_gauge_locations $SKIP_GAUGE_LOCATION \ 62 --skip_gauge_locations $SKIP_GAUGE_LOCATION \
62 --skip_uesgs $SKIP_UESG \ 63 --skip_uesgs $SKIP_UESG \
63 --skip_hws_lines $SKIP_HWS_LINES \ 64 --skip_hws_lines $SKIP_HWS_LINES \
64 --skip_hws_points $SKIP_HWS_POINTS \ 65 --skip_hws_points $SKIP_HWS_POINTS \
65 --skip_dgm $SKIP_DGM \ 66 --skip_dgm $SKIP_DGM \
66 --skip_jetties $SKIP_JETTIES 67 --skip_jetties $SKIP_JETTIES \
68 --skip_floodmarks $SKIP_FLOODMARKS

http://dive4elements.wald.intevation.org