Mercurial > dive4elements > river
diff flys-artifacts/ChangeLog @ 451:73bc64c4a7b0
Use new logic to calculate "W für ungleichwertige Abfluesse". Not working yet.
flys-artifacts/trunk@1946 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Wed, 18 May 2011 17:37:06 +0000 |
parents | c8bb38115290 |
children | 343f248e4c8c |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Wed May 18 10:59:38 2011 +0000 +++ b/flys-artifacts/ChangeLog Wed May 18 17:37:06 2011 +0000 @@ -1,3 +1,14 @@ +2011-05-18 Sascha L. Teichmann <sascha.teichmann@intevation.de> + + * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: + Made getExplodedValues static. + + * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: + Use new logic to calculate "W für ungleichwertige Abfluesse". + Not working, yet. + + * ChangeLog: Fixed former entry. + 2011-05-18 Ingo Weinzierl <ingo@intevation.de> * doc/conf/artifacts/winfo.xml: Registered the WST export for discharge @@ -16,15 +27,15 @@ * src/main/java/de/intevation/flys/exports/DischargeLongitudinalSectionExporter.java: Adapted the column names for the WST export. -2011-05-19 Sascha L. Teichmann <sascha.teichmann@intevation.de> - - Work on flys/issue69 - - * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: - Use new logic to calculate "Wasserstand/Wasserspiegellage". - Compared to desktop FLYS are the results are structurally right - but a bit off in the positions after the decimal points. - Maybe a result of the interpolation? Need to debug this. +2011-05-18 Sascha L. Teichmann <sascha.teichmann@intevation.de> + + Work on flys/issue69 + + * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: + Use new logic to calculate "Wasserstand/Wasserspiegellage". + Compared to desktop FLYS are the results are structurally right + but a bit off in the positions after the decimal points. + Maybe a result of the interpolation? Need to debug this. 2011-05-18 Ingo Weinzierl <ingo@intevation.de>