Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1101:82798c992975
Interpolate Q main values, generate interpolated W main values on the fly from
Q main values.
flys-artifacts/trunk@2604 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Mon, 29 Aug 2011 09:07:55 +0000 |
parents | 29c67a76ad5d |
children | 7bd514eb4b2c |
comparison
equal
deleted
inserted
replaced
1100:29c67a76ad5d | 1101:82798c992975 |
---|---|
1 2011-08-29 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 Interpolate Q main values, generate interpolated W main values on the fly from | |
4 Q main values. | |
5 | |
6 * src/main/java/de/intevation/flys/artifacts/MainValuesArtifact.java: | |
7 (getGaugeDatum): removed, obsolete | |
8 (getLocation): new, gets location | |
9 Use WstValueTable to look up interpolated Qs of MainValues. In absence of | |
10 the same functionality for Ws, generate W Main Values from Q Main Values. | |
11 | |
1 2011-08-29 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 12 2011-08-29 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 13 |
3 Use new helper class FLYSUtils, minor refactorization. | 14 Use new helper class FLYSUtils, minor refactorization. |
4 | 15 |
5 * src/main/java/de/intevation/flys/artifacts/MainValuesArtifact.java: | 16 * src/main/java/de/intevation/flys/artifacts/MainValuesArtifact.java: |