Mercurial > dive4elements > river
comparison flys-backend/contrib/run_geo.sh @ 5353:d086ce6c13d3
Add jetties importer
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Wed, 20 Mar 2013 17:55:53 +0100 |
parents | 90b9b80ffbbf |
children | ed149d5d7fb7 |
comparison
equal
deleted
inserted
replaced
5352:f1009aa7dcd1 | 5353:d086ce6c13d3 |
---|---|
24 SKIP_HWS_POINTS=0 | 24 SKIP_HWS_POINTS=0 |
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 | 30 |
30 # There should be no need to change anything below this line | 31 # There should be no need to change anything below this line |
31 | 32 |
32 DIR=`dirname $0` | 33 DIR=`dirname $0` |
33 DIR=`readlink -f "$DIR"` | 34 DIR=`readlink -f "$DIR"` |
59 --skip_hydr_boundaries $SKIP_HYDR_BOUNDARIES \ | 60 --skip_hydr_boundaries $SKIP_HYDR_BOUNDARIES \ |
60 --skip_gauge_locations $SKIP_GAUGE_LOCATION \ | 61 --skip_gauge_locations $SKIP_GAUGE_LOCATION \ |
61 --skip_uesgs $SKIP_UESG \ | 62 --skip_uesgs $SKIP_UESG \ |
62 --skip_hws_lines $SKIP_HWS_LINES \ | 63 --skip_hws_lines $SKIP_HWS_LINES \ |
63 --skip_hws_points $SKIP_HWS_POINTS \ | 64 --skip_hws_points $SKIP_HWS_POINTS \ |
64 --skip_dgm $SKIP_DGM | 65 --skip_dgm $SKIP_DGM \ |
66 --skip_jetties $SKIP_JETTIES |