Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 2201:4e3bfa2d9584
"Bezugslinienverfahren": Add start and end km to WW to determine if kms are at gauges.
flys-artifacts/trunk@3819 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Mon, 30 Jan 2012 09:57:59 +0000 |
parents | 575ed0248be2 |
children | d1660809daab |
comparison
equal
deleted
inserted
replaced
2200:575ed0248be2 | 2201:4e3bfa2d9584 |
---|---|
1 2012-01-28 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/model/WW.java: | |
4 Added field 'startKm' and 'endKm' to make it easier to associate | |
5 gauge to km to return Ws in cm if km is at a gauge. | |
6 | |
7 * src/main/java/de/intevation/flys/artifacts/model/Calculation5.java: | |
8 Construct the WWs with startKm and endKm. This is necessary because | |
9 if an error occurs in calcuting an in between km in a list of end kms | |
10 the index does not correspond to the input value any more. | |
11 | |
1 2012-01-30 Ingo Weinzierl <ingo@intevation.de> | 12 2012-01-30 Ingo Weinzierl <ingo@intevation.de> |
2 | 13 |
3 * doc/conf/artifacts/winfo.xml: Added transitions for "historical discharge | 14 * doc/conf/artifacts/winfo.xml: Added transitions for "historical discharge |
4 curves" calculation. | 15 curves" calculation. |
5 | 16 |