Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 394:b9175ddea49b
Filled the discharge curve exporter (CSV) with code - now, it generates a CSV export with the computed discharge curve data.
flys-artifacts/trunk@1820 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 04 May 2011 10:10:11 +0000 |
parents | befedd7629d5 |
children | aae8f327425e |
comparison
equal
deleted
inserted
replaced
393:befedd7629d5 | 394:b9175ddea49b |
---|---|
1 2011-05-04 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/exports/ComputedDischargeCurveExporter.java: | |
4 Fetch the WQ data from WINFO artifact and write those values into the | |
5 CSV export. | |
6 | |
1 2011-05-04 Ingo Weinzierl <ingo@intevation.de> | 7 2011-05-04 Ingo Weinzierl <ingo@intevation.de> |
2 | 8 |
3 * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: Added | 9 * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: Added |
4 methods to compute and retrieve the data for discharge curves (computed). | 10 methods to compute and retrieve the data for discharge curves (computed). |
5 | 11 |