Mercurial > dive4elements > river
diff flys-backend/ChangeLog @ 4135:ac93f397018d
Importer: Ignore historical discharge tables.
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Mon, 15 Oct 2012 14:03:47 +0200 |
parents | c3b959de4d83 |
children |
line wrap: on
line diff
--- a/flys-backend/ChangeLog Mon Oct 15 12:00:28 2012 +0200 +++ b/flys-backend/ChangeLog Mon Oct 15 14:03:47 2012 +0200 @@ -1,6 +1,18 @@ +2012-10-15 Sascha L. Teichmann <sascha.teichmann@intevation.de> + + * src/main/java/de/intevation/flys/importer/Config.java: + Added new flag 'flys.backend.skip.historical.discharge.tables' + to ignore the historical discharge tables during gauge import. + + * src/main/java/de/intevation/flys/importer/ImportGauge.java: + Ignore the historical discharge tables if flag is set. + + * contrib/run_hydr_morph.sh: Adjusted shell script. + * doc/documentation/de/importer-hydr-morph.tex: Adjusted docu. + 2012-09-30 Sascha L. Teichmann <sascha.teichmann@intevation.de> - * .hgignore: First hgignore + * .hgignore: First hgignore 2012-09-28 Ingo Weinzierl <ingo@intevation.de>