Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 2702:4c00cf83fff1
Added state, calculation and csv exporter for MINFO flow velociy calculation.
flys-artifacts/trunk@4418 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 16 May 2012 08:37:27 +0000 |
parents | c553d4fa3957 |
children | aa4391648a05 |
comparison
equal
deleted
inserted
replaced
2701:c553d4fa3957 | 2702:4c00cf83fff1 |
---|---|
1 2012-05-16 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * doc/conf/artifacts/minfo.xml: Added new state and csv export for MINFO flow | |
4 velocity calculation. | |
5 | |
6 * doc/conf/conf.xml: Registered a new CSV exporter for flow velocity | |
7 values. | |
8 | |
9 * src/main/java/de/intevation/flys/artifacts/model/FlowVelocityCalculation.java: | |
10 New calculation for MINFO flow velocity. Actually, this is no | |
11 calculation but a bundling of data. | |
12 | |
13 * src/main/java/de/intevation/flys/artifacts/model/FlowVelocityData.java: | |
14 New model class that is used to store flow velocity relevant data. | |
15 | |
16 * src/main/java/de/intevation/flys/artifacts/states/FlowVelocityState.java: | |
17 New state that triggers the FlowVelocityCalculation and creates new | |
18 facets. Currently, only a CSV Facet is created. | |
19 | |
20 * src/main/java/de/intevation/flys/artifacts/MINFOArtifact.java: Added | |
21 methods to retrieve the IDs of main channels and total channels for the | |
22 flow velocity calculation. | |
23 | |
24 * src/main/java/de/intevation/flys/utils/Formatter.java: New formatters | |
25 that are used in CSV exporter for flow velocity. | |
26 | |
27 * src/main/java/de/intevation/flys/exports/FlowVelocityExporter.java: New | |
28 concrete subclasses of AbstractExporter that currently implements the | |
29 path to export FlowVelocityData as CSV. | |
30 | |
1 2012-05-16 Ingo Weinzierl <ingo@intevation.de> | 31 2012-05-16 Ingo Weinzierl <ingo@intevation.de> |
2 | 32 |
3 * src/main/java/de/intevation/flys/artifacts/HYKArtifact.java, | 33 * src/main/java/de/intevation/flys/artifacts/HYKArtifact.java, |
4 src/main/java/de/intevation/flys/artifacts/WQKmsInterpolArtifact.java: | 34 src/main/java/de/intevation/flys/artifacts/WQKmsInterpolArtifact.java: |
5 Removed getDataAsDouble() which is now implemented in FLYSArtifact. | 35 Removed getDataAsDouble() which is now implemented in FLYSArtifact. |