Mercurial > dive4elements > river
diff backend/contrib/run_hydr_morph.sh @ 6811:6bf93fa1b744 double-precision
Geo-importer and doc: use commandline-argument instead of configuration for river selection.
author | Tom Gottfried <tom.gottfried@intevation.de> |
---|---|
date | Fri, 09 Aug 2013 21:27:57 +0200 |
parents | 8782ba5cb222 |
children | a3c4f094707e |
line wrap: on
line diff
--- a/backend/contrib/run_hydr_morph.sh Fri Aug 09 20:47:10 2013 +0200 +++ b/backend/contrib/run_hydr_morph.sh Fri Aug 09 21:27:57 2013 +0200 @@ -1,7 +1,6 @@ #!/bin/bash ######################### CONFIG OPTIONS ############################ -INFO_GEW="/vol1/projects/Geospatial/flys-3.0/testdaten/saar.gew" BACKEND_USER="flys28" BACKEND_PASS="flys28" BACKEND_HOST="czech-republic.atlas.intevation.de" @@ -59,6 +58,8 @@ ######################### Run Importer ############################## +INFO_GEW=$1 + OPTIONAL_LIBS="${DIR}"/../opt if [ -d "$OPTIONAL_LIBS" ]; then export PATH="$OPTIONAL_LIBS/bin:$PATH"