[PATCH] Geo-importer: removed obsolete run-script

Wald Commits scm-commit at wald.intevation.org
Wed Aug 7 14:22:55 CEST 2013


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1375878168 -7200
# Branch double-precision
# Node ID e53944fa05638b72c7c6d4405e3c68708ca86100
# Parent  54addebfcda4a83ed5cafa90bf5832415e78277e
Geo-importer: removed obsolete run-script.

diff -r 54addebfcda4 -r e53944fa0563 backend/contrib/shpimporter/run.sh
--- a/backend/contrib/shpimporter/run.sh	Tue Aug 06 18:46:40 2013 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,44 +0,0 @@
-#!/bin/sh
-
-# Required
-RIVER_PATH="/path/to/rivers/river"
-RIVER_ID=1
-TARGET_SRS=31466
-HOST=localhost
-USER=the_user
-PASS=the_pass
-
-# Optional
-VERBOSE=1
-SKIP_AXIS=0
-SKIP_KMS=0
-SKIP_CROSSSECTIONS=0
-SKIP_LINES=0
-SKIP_FIXPOINTS=0
-SKIP_BUILDINGS=0
-SKIP_FLOODPLAINS=0
-SKIP_HYDR_BOUNDARIES=0
-SKIP_HWS=0
-SKIP_GAUGE_LOCATION=0
-SKIP_UESG=0
-
-exec python shpimporter.py \
-    --directory $RIVER_PATH \
-    --river_id $RIVER_ID \
-    --target_srs $TARGET_SRS \
-    --host $HOST \
-    --user $USER \
-    --password $PASS \
-    --verbose $VERBOSE \
-    --skip_axis $SKIP_AXIS \
-    --skip_kms $SKIP_KMS \
-    --skip_crosssections $SKIP_CROSSSECTIONS \
-    --skip_lines $SKIP_LINES \
-    --skip_fixpoints $SKIP_FIXPOINTS \
-    --skip_buildings $SKIP_BUILDINGS \
-    --skip_floodplains $SKIP_FLOODPLAINS \
-    --skip_hydr_boundaries $SKIP_HYDR_BOUNDARIES \
-    --skip_hws $SKIP_HWS \
-    --skip_gauge_locations $SKIP_GAUGE_LOCATION \
-    --skip_uesgs $SKIP_UESG
-


More information about the Dive4elements-commits mailing list