Mercurial > dive4elements > river
comparison flys-artifacts/Changes @ 462:ebf049a1eb53
merged flys-artifacts/2.3.1
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 28 Sep 2012 12:14:11 +0200 |
parents | 714611965f2b |
children | 6af7f385555f |
comparison
equal
deleted
inserted
replaced
441:c4c8137e8f0e | 462:ebf049a1eb53 |
---|---|
1 2011-05-19 RELEASE 2.3.1 | |
2 | |
3 NEW: | |
4 | |
5 * New export format for waterlevels: WST. | |
6 | |
7 * Added descriptions for the curves of the following charts: | |
8 - discharge curves (dt. 'Abflusskurven am Pegel') | |
9 - computed discharge curves (dt. 'berechnete Abflusskurven') | |
10 - longitudinal section curves (dt. 'Längsschnitt') | |
11 - discharge longitudinal section curves (dt. 'Abflusslängsschnitt') | |
12 | |
13 * Number formatting is done in a central place/class. | |
14 | |
15 FIXES: | |
16 | |
17 * flys/issue47 (Diagramm: Farbliche Unterscheidung von Abfluß und Wasserstand) | |
18 | |
19 * flys/issue52 (WINFO: W-Längsschnitt - Wasser jeweils von links nach rechts laufen lassen) | |
20 | |
21 * flys/issue53 (WINFO/Berechnungsausgabe: Kilometerierung und Wasserstände werden zum Teil mit vielen Nachkommastellen angezeigt) | |
22 | |
23 * flys/issue66: (i18n: Untertitel bei Längsschnitten - Bereich der Strecke enthält "double") | |
24 | |
25 * flys/issue67 (WINFO: Längsschnitt - Wasser fließt bergauf) | |
26 | |
27 * flys/issue72: (WINFO: Q/W/D-Info liefert selten eine Antwort) | |
28 | |
29 | |
30 | |
31 2011-05-13 RELEASE 2.3 | |
32 | |
33 NEW: | |
34 | |
35 * Initial release of the artifacts for FLYS. Currently there is a single | |
36 WINFO artifact for the following computations: | |
37 - waterlevels | |
38 - discharge curves | |
39 - duration curves | |
40 - discharge longitudinal section curves | |
41 | |
42 * Configuration is placed in doc/conf/conf.xml | |
43 | |
44 * WINFO Artifact specific configuration is placed in | |
45 doc/conf/artifacts/winfo.xml | |
46 | |
47 * So called 'OutGenerators' produce different types of output. | |
48 Currently, the flys-artifacts are able to produce charts and exports. | |
49 Each output type has to be configured in conf.xml. | |
50 | |
51 * New chart types: | |
52 - discharge curves (dt. 'Abflusskurven am Pegel') | |
53 - computed discharge curves (dt. 'Abflusskurve') | |
54 - longitudinal section curves (dt. 'Längsschnitte') | |
55 - duration curves (dt. 'Dauerlinie') | |
56 - discharge longitudinal section curve (dt. 'W bei | |
57 ungleichmäßigem Abflusslängsschnitt') | |
58 | |
59 * New exports: | |
60 - csv of waterlevels | |
61 - csv of duration curves | |
62 - csv of computed discharge curves | |
63 - csv of discharge longitudinal section | |
64 | |
65 * New services that provides: | |
66 - supported rivers | |
67 - main values of a gauge | |
68 - range information of a river | |
69 - meta information of a river | |
70 | |
71 * Caching of computation relevant values | |
72 | |
73 * Initial model to support chart specific themes (theme.xml) | |
74 | |
75 | |
76 LIMITATIONS: | |
77 | |
78 * Charts are not rendered using the themes in theme.xml | |
79 | |
80 | |
81 !!! | |
82 | |
83 The version number of this release depends on an existing desktop variant of | |
84 this software that is in version 2.1. | |
85 | |
86 !!! | |
87 | |
88 | |
89 2011-03-30 RELEASE 0.1 |