Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 402:eb22ffe4d74c
Implemented methods to retrieve and compute the data used to create discharge longitudinal sections.
flys-artifacts/trunk@1843 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 06 May 2011 14:19:27 +0000 |
parents | 34de11dcf355 |
children | 55c2b0d9999e |
comparison
equal
deleted
inserted
replaced
401:34de11dcf355 | 402:eb22ffe4d74c |
---|---|
1 2011-05-06 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * doc/conf/artifacts/winfo.xml: Added the missing Q facet for discharge | |
4 longitudinal sections. | |
5 | |
6 * src/main/java/de/intevation/flys/artifacts/model/WQCKms.java: New. A | |
7 derived dataset to store W/Q values with corrected Ws for a kilometer | |
8 range. | |
9 | |
10 * src/main/java/de/intevation/flys/artifacts/model/WQKms.java: Some new | |
11 methods and a new constructor to initialize this data object with a | |
12 predefined set of values. | |
13 | |
14 * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: New | |
15 methods to retrieve the W/Q values for the 'discharge longitudinal | |
16 section' computation. | |
17 | |
18 * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: New | |
19 methods to retrieve and compute data used for the 'discharge | |
20 longitudinal section' computation. | |
21 | |
1 2011-05-05 Ingo Weinzierl <ingo@intevation.de> | 22 2011-05-05 Ingo Weinzierl <ingo@intevation.de> |
2 | 23 |
3 * src/main/java/de/intevation/flys/artifacts/states/WQAdapted.java: | 24 * src/main/java/de/intevation/flys/artifacts/states/WQAdapted.java: |
4 Bugfix: just write the ranges of gauges into the DESCRIBE if the | 25 Bugfix: just write the ranges of gauges into the DESCRIBE if the |
5 'wq_values' data item is required. | 26 'wq_values' data item is required. |