Mercurial > dive4elements > river
comparison flys-backend/contrib/run_geo.sh @ 5035:1f33012cc02a dami
Add skip-dgm option to example run script
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Wed, 20 Feb 2013 10:38:17 +0100 |
parents | d19c07c10986 |
children | 8208df10df79 |
comparison
equal
deleted
inserted
replaced
5034:96d330bc40d0 | 5035:1f33012cc02a |
---|---|
23 SKIP_HWS_LINES=0 | 23 SKIP_HWS_LINES=0 |
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 | 28 SKIP_DGM=0 |
29 | 29 |
30 DIR=`dirname $0` | 30 DIR=`dirname $0` |
31 DIR=`readlink -f "$DIR"` | 31 DIR=`readlink -f "$DIR"` |
32 | 32 |
33 exec python $DIR/shpimporter/shpimporter.py \ | 33 exec python $DIR/shpimporter/shpimporter.py \ |
47 --skip_hydr_boundaries $SKIP_HYDR_BOUNDARIES \ | 47 --skip_hydr_boundaries $SKIP_HYDR_BOUNDARIES \ |
48 --skip_gauge_locations $SKIP_GAUGE_LOCATION \ | 48 --skip_gauge_locations $SKIP_GAUGE_LOCATION \ |
49 --skip_catchments $SKIP_CATCHMENTS \ | 49 --skip_catchments $SKIP_CATCHMENTS \ |
50 --skip_uesgs $SKIP_UESG \ | 50 --skip_uesgs $SKIP_UESG \ |
51 --skip_hws_lines $SKIP_HWS_LINES \ | 51 --skip_hws_lines $SKIP_HWS_LINES \ |
52 --skip_hws_points $SKIP_HWS_POINTS | 52 --skip_hws_points $SKIP_HWS_POINTS \ |
53 --skip_dgm $SKIP_DGM |