view flys-backend/contrib/spatial-info.sh @ 4813:bf2fd9c58ac4

Fixed MINFO SQ calculation. * Fixed calculation of sieve 8. * Fixed calculation of 'Geschiebetransport'. * Fixed calculation of fractions (Sand, gravel, coarse).
author Raimund Renkert <rrenkert@intevation.de>
date Sun, 20 Jan 2013 15:02:19 +0100
parents e2deda3b77a7
children
line wrap: on
line source
#!/bin/bash

mvn -e \
    -Dlog4j.configuration=file://`readlink -f contrib/log4j.properties` \
    -Dflys.backend.user=USER \
    -Dflys.backend.password=PASSWORD \
    -Dflys.backend.url=jdbc:postgresql://THE.DATABASE.HOST:PORT/DBNAME \
    -Dflys.backend.spatial.river=Saar \
    -Dexec.mainClass=de.intevation.flys.backend.SpatialInfo \
    exec:java

http://dive4elements.wald.intevation.org