Mercurial > dive4elements > river
comparison flys-backend/Changes @ 774:461b8bd696a7 2.4
merged flys-backend/2.4
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 28 Sep 2012 12:14:15 +0200 |
parents | c523266c3399 |
children | 2bdbaf9b0cf7 |
comparison
equal
deleted
inserted
replaced
751:8d5bd3a08dd1 | 774:461b8bd696a7 |
---|---|
1 2011-06-27 RELEASE 2.4 | |
2 | |
3 New: | |
4 | |
5 * Improved the data model to support: | |
6 - edges ("Oberkante", "Unterkante") | |
7 - annotations | |
8 | |
9 * Improved the importer to read: | |
10 - edges | |
11 - annotations | |
12 | |
13 * Made search for gauges in River independent of from/to | |
14 kilometer order. | |
15 | |
16 | |
17 Fixes: | |
18 | |
19 * flys/issue76 Close gaps between q ranges | |
20 | |
21 * flys/issue110 Fixed import of ATs that skipped the first value. | |
22 | |
23 | |
24 | |
25 2011-05-13 RELEASE 2.3 | |
26 | |
27 New: | |
28 | |
29 * Import of: | |
30 - "zusätzliche Längsschnitte" | |
31 - "Fixierungen" | |
32 - "amtliche Linien" | |
33 - "Hochwassermarken" | |
34 - "Historische Abflusskurven" | |
35 - "HW-Schutzanlagen" | |
36 | |
37 * Improvements in the SQL schema: | |
38 - Added a 'kind' column to WSTs | |
39 - Added a 'position' column to WST columns to enable sorting WST columns. | |
40 - Added a 'km_up' column to rivers to determine the flow direction of rivers. | |
41 | |
42 * Rivers are now able to: | |
43 - determine their min/max kilometer range | |
44 - determine the selected gauge(s) based on a kilometer range | |
45 | |
46 * WSTs are able to determine their min/max Q range. | |
47 | |
48 * Gauges are able to determine their min/max W range. | |
49 | |
50 * Added a view 'wst_value_table' that aggregates the data to build w/q | |
51 value tables. | |
52 | |
53 * Added one-to-many relation Wst -> WstColumn | |
54 | |
55 * Speedup of the importer by using an internal caching mechanism. | |
56 | |
57 * Sta-Parse just accepts the following main value types: 'Q', 'W', 'D' and 'T' | |
58 | |
59 | |
60 Fixes: | |
61 | |
62 * Fixed import of Q ranges in wst files. | |
63 | |
64 * Fixed flys/issue19: Do not take km column in wst file as a water level. | |
65 | |
66 * Fixed flys/issue11 (Diagramm: Fehlerhafte Werte in Abflusskurven) | |
67 | |
68 * Fixed flys/issue51 (WINFO: Fachdaten am Pegel Perl enthält Sprünge) | |
69 | |
70 | |
71 !!! | |
72 | |
73 The version number of this release depends on an existing desktop variant of | |
74 this software that is in version 2.1. | |
75 | |
76 !!! | |
77 | |
78 2011-03-30 RELEASE 0.1 |