Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 389:69d05357c177
Added an exporter (OutGenerator) for waterlevels which currently supports CSV exports.
flys-artifacts/trunk@1810 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 03 May 2011 16:36:21 +0000 |
parents | cc6840cbe503 |
children | a67748ad4d61 |
comparison
equal
deleted
inserted
replaced
388:cc6840cbe503 | 389:69d05357c177 |
---|---|
1 2011-05-03 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * doc/conf/artifacts/winfo.xml: Added a new output mode for the waterlevel | |
4 state (CSV export). | |
5 | |
6 * doc/conf/conf.xml: Added a new OutGenerator to export waterlevels. | |
7 | |
8 * src/main/java/de/intevation/flys/exports/WaterlevelExporter.java: New. | |
9 This OutGenerator exports the data of a waterlevel computation. Note: | |
10 It is necessary to specify the desired facet (e.g. | |
11 'waterlevel_export.csv'). | |
12 | |
13 * pom.xml: Added a dependency to OpenCSV. | |
14 | |
1 2011-05-03 Ingo Weinzierl <ingo@intevation.de> | 15 2011-05-03 Ingo Weinzierl <ingo@intevation.de> |
2 | 16 |
3 * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java: | 17 * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java: |
4 Introduced an "export" output target. If the target is "export", a | 18 Introduced an "export" output target. If the target is "export", a |
5 facet (read from the incoming xml document) is a necessary parameter | 19 facet (read from the incoming xml document) is a necessary parameter |