Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 391:5d6988836f01
Added an exporter to export the computed data of a duration curve.
flys-artifacts/trunk@1814 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 03 May 2011 17:37:56 +0000 |
parents | a67748ad4d61 |
children | 72177020db92 |
comparison
equal
deleted
inserted
replaced
390:a67748ad4d61 | 391:5d6988836f01 |
---|---|
1 2011-05-03 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * doc/conf/artifacts/winfo.xml: Added a new output mode for the duration | |
4 curve state (CSV export). | |
5 | |
6 * doc/conf/conf.xml: Added a new OutGenerator to export duration curve | |
7 computations. | |
8 | |
9 * src/main/java/de/intevation/flys/exports/AbstractExporter.java: New. | |
10 This abstract OutGenerator represents the base class for exporting | |
11 computed data. Currently, the CSV export is supported. | |
12 | |
13 * src/main/java/de/intevation/flys/exports/WaterlevelExporter.java: Moved | |
14 the most code to export to CSV into the AbstractExporter. | |
15 | |
16 * src/main/java/de/intevation/flys/exports/DurationCurveExporter.java: | |
17 New. This exporter exports the computed data of a duration computation. | |
18 | |
1 2011-05-03 Ingo Weinzierl <ingo@intevation.de> | 19 2011-05-03 Ingo Weinzierl <ingo@intevation.de> |
2 | 20 |
3 * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java: | 21 * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java: |
4 Modified a wrong debug statement which would confuse the user. | 22 Modified a wrong debug statement which would confuse the user. |
5 | 23 |