comparison flys-artifacts/Changes @ 751:8d5bd3a08dd1

merged flys-artifacts/2.4
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 28 Sep 2012 12:14:14 +0200
parents 6af7f385555f
children 45cfab4eddab
comparison
equal deleted inserted replaced
618:6fd6c223b81e 751:8d5bd3a08dd1
1 2011-06-27 RELEASE 2.4
2
3 NEW:
4
5 * Finalized the Facet concept: output modes and the output generation
6 are now based on facets. Facets are created dynamically by an Artifact
7 based on the results of a calculation.
8
9 * Introduced a report mechanism that gives feedback of calculation
10 problems.
11
12 * Introduced output modes that generate XML document with calculation
13 report information.
14
15 * Introduced deactivated themes in charts: such themes are not rendered.
16
17 * Introduced a cache to store distance info per river.
18
19 * Introduced output modes that generate XML documents which contain meta
20 information of charts as axes ranges, data ranges and a transformation
21 matrix that allows to transform image coordinates into chart
22 coordinates.
23
24 * Added support for zoom values in Chart output modes.
25
26 * Added support for min/max values in DESCRIBE documents.
27
28 * Added "Oberkante" and "Unterkante" columns to distance info service.
29
30 * Added a new export mode to save data in AT format.
31
32 * Improved performance while storing/loading Q values of WST columns.
33
34 * Improved the WQ values validation for calculation 1 & 4.
35
36 * Improved calculations to work independent of "from"/"to" order of
37 kilometer ranges.
38
39 * Improved the input of WQ values for calculation 1. We distinguish
40 between a selected Q at a given gauge or a selected Q that doesn't
41 base on a given gauge.
42
43 * Allow "from" to be greater than "to" in kilometer ranges.
44
45 * Write default values of the user into the Artifact's DESCRIBE
46 document (flys/issue40).
47
48
49 FIXES:
50
51 * flys/issue62 Artifacts no longer share their data with each other.
52
53 * flys/issue77 Added titles for themes in duration curve charts.
54
55 * flys/issue81
56
57 * flys/issue82 Fixed NPE after a calculation has taken place.
58
59 * flys/issue84
60
61 * flys/issue85 Fixed location input for calculation 1 & 4.
62
63 * flys/issue86 Fixed Q determination based on a given W.
64
65 * flys/issue90 Removed space between chart axes and chart area.
66
67 * flys/issue93 Renamed calculation 4.
68
69 * flys/issue103 Append values selected by the user in the correct format
70 to the DESCRIBE document of Artifacts (uses i18n).
71
72 * flys/issue147
73
74 * flys/issue150 Invert the X axis correctly for charts of type
75 calculation 1 & 4.
76
77 * flys/issue154 Repaired computed discharge curve that broke after the
78 facets had been finalized.
79
80 * flys/issue157 Discharge curve charts (computed an static) will now
81 have a lower x value set to "1".
82
83 * flys/issue161 Longitudinal section chart's second Y axis will
84 initially start at Q=0.
85
86 * flys/issue164 Improved input validation for WQ input of calculation 4.
87
88 * flys/issue172 Duration curve charts will now have a lower x value set
89 to "0".
90
91 * flys/issue173 Fixed broken gauge determination in calculation 4.
92
93 * flys/issue174 Repaired broken upper margin between chart data and
94 chart border in longitudinal section charts.
95
96 * Added missing "Corrected W" facet for results of calculation 4.
97
98 * Map datasets in duration curve charts to the correct axes.
99
100 * Fixed broken XPath to detect output modes in an attribute document of
101 a Collection.
102
103 * Feed operation will no longer save data if the validation of the given
104 values failed.
105
106
107
108 2011-05-19 RELEASE 2.3.1
109
110 NEW:
111
112 * New export format for waterlevels: WST.
113
114 * Added descriptions for the curves of the following charts:
115 - discharge curves (dt. 'Abflusskurven am Pegel')
116 - computed discharge curves (dt. 'berechnete Abflusskurven')
117 - longitudinal section curves (dt. 'Längsschnitt')
118 - discharge longitudinal section curves (dt. 'Abflusslängsschnitt')
119
120 * Number formatting is done in a central place/class.
121
122 FIXES:
123
124 * flys/issue47 (Diagramm: Farbliche Unterscheidung von Abfluß und Wasserstand)
125
126 * flys/issue52 (WINFO: W-Längsschnitt - Wasser jeweils von links nach rechts laufen lassen)
127
128 * flys/issue53 (WINFO/Berechnungsausgabe: Kilometerierung und Wasserstände werden zum Teil mit vielen Nachkommastellen angezeigt)
129
130 * flys/issue66: (i18n: Untertitel bei Längsschnitten - Bereich der Strecke enthält "double")
131
132 * flys/issue67 (WINFO: Längsschnitt - Wasser fließt bergauf)
133
134 * flys/issue72: (WINFO: Q/W/D-Info liefert selten eine Antwort)
135
136
137
138 2011-05-13 RELEASE 2.3
139
140 NEW:
141
142 * Initial release of the artifacts for FLYS. Currently there is a single
143 WINFO artifact for the following computations:
144 - waterlevels
145 - discharge curves
146 - duration curves
147 - discharge longitudinal section curves
148
149 * Configuration is placed in doc/conf/conf.xml
150
151 * WINFO Artifact specific configuration is placed in
152 doc/conf/artifacts/winfo.xml
153
154 * So called 'OutGenerators' produce different types of output.
155 Currently, the flys-artifacts are able to produce charts and exports.
156 Each output type has to be configured in conf.xml.
157
158 * New chart types:
159 - discharge curves (dt. 'Abflusskurven am Pegel')
160 - computed discharge curves (dt. 'Abflusskurve')
161 - longitudinal section curves (dt. 'Längsschnitte')
162 - duration curves (dt. 'Dauerlinie')
163 - discharge longitudinal section curve (dt. 'W bei
164 ungleichmäßigem Abflusslängsschnitt')
165
166 * New exports:
167 - csv of waterlevels
168 - csv of duration curves
169 - csv of computed discharge curves
170 - csv of discharge longitudinal section
171
172 * New services that provides:
173 - supported rivers
174 - main values of a gauge
175 - range information of a river
176 - meta information of a river
177
178 * Caching of computation relevant values
179
180 * Initial model to support chart specific themes (theme.xml)
181
182
183 LIMITATIONS:
184
185 * Charts are not rendered using the themes in theme.xml
186
187
188 !!!
189
190 The version number of this release depends on an existing desktop variant of
191 this software that is in version 2.1.
192
193 !!!
194
195
196 2011-03-30 RELEASE 0.1

http://dive4elements.wald.intevation.org