Mercurial > dive4elements > river
comparison backend/contrib/import_river.sh @ 6658:89f856e24d27 double-precision
Importer scripts: shpimporter needs backend name to play with Oracle.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 25 Jul 2013 09:30:39 +0200 |
parents | 8782ba5cb222 |
children | c3e38ea87964 |
comparison
equal
deleted
inserted
replaced
6652:765944ca6df0 | 6658:89f856e24d27 |
---|---|
334 | 334 |
335 exec python $(dirname $0)/geodaesie/shpimporter.py \ | 335 exec python $(dirname $0)/geodaesie/shpimporter.py \ |
336 --directory $RIVER_PATH \ | 336 --directory $RIVER_PATH \ |
337 --river_name "$RIVER_NAME" \ | 337 --river_name "$RIVER_NAME" \ |
338 --ogr_connection "$OGR_CONNECTION" \ | 338 --ogr_connection "$OGR_CONNECTION" \ |
339 --host $DBHOST \ | 339 --host $DBHOST/$BACKEND_NAME \ |
340 --user $DBUSER \ | 340 --user $DBUSER \ |
341 --password $DBPASS \ | 341 --password $DBPASS \ |
342 --verbose 1 \ | 342 --verbose 1 \ |
343 > "$LOG_FILE" 2>&1 | 343 > "$LOG_FILE" 2>&1 |
344 } | 344 } |