Mercurial > dive4elements > river
diff flys-backend/contrib/run_geo.sh @ 4971:fc7ebf104779 dami
Update documentation and example run script
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Wed, 13 Feb 2013 12:07:10 +0100 |
parents | 2b371e42a9af |
children | d19c07c10986 |
line wrap: on
line diff
--- a/flys-backend/contrib/run_geo.sh Wed Feb 13 12:02:30 2013 +0100 +++ b/flys-backend/contrib/run_geo.sh Wed Feb 13 12:07:10 2013 +0100 @@ -2,8 +2,7 @@ # Required RIVER_PATH="/vol1/projects/Geospatial/flys-3.0/testdaten/Gewaesser/Saar" -RIVER_ID=1 -TARGET_SRS=31467 +RIVER_NAME="Saar" # Set this to your target database for Oracle HOST=localhost @@ -34,8 +33,7 @@ exec python $DIR/shpimporter/shpimporter.py \ --directory $RIVER_PATH \ - --river_id $RIVER_ID \ - --target_srs $TARGET_SRS \ + --river_name $RIVER_NAME \ --ogr_connection "$OGR_CONNECTION" \ --host $HOST \ --user $USER \