Mercurial > dive4elements > river
comparison flys-backend/Changes @ 508:a9c7f6ec3a5a 2.3.1
merged flys-backend/2.3.1
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 28 Sep 2012 12:14:12 +0200 |
parents | e451b08343d3 |
children | c523266c3399 |
comparison
equal
deleted
inserted
replaced
462:ebf049a1eb53 | 508:a9c7f6ec3a5a |
---|---|
1 2011-05-13 RELEASE 2.3 | |
2 | |
3 New: | |
4 | |
5 * Import of: | |
6 - "zusätzliche Längsschnitte" | |
7 - "Fixierungen" | |
8 - "amtliche Linien" | |
9 - "Hochwassermarken" | |
10 - "Historische Abflusskurven" | |
11 - "HW-Schutzanlagen" | |
12 | |
13 * Improvements in the SQL schema: | |
14 - Added a 'kind' column to WSTs | |
15 - Added a 'position' column to WST columns to enable sorting WST columns. | |
16 - Added a 'km_up' column to rivers to determine the flow direction of rivers. | |
17 | |
18 * Rivers are now able to: | |
19 - determine their min/max kilometer range | |
20 - determine the selected gauge(s) based on a kilometer range | |
21 | |
22 * WSTs are able to determine their min/max Q range. | |
23 | |
24 * Gauges are able to determine their min/max W range. | |
25 | |
26 * Added a view 'wst_value_table' that aggregates the data to build w/q | |
27 value tables. | |
28 | |
29 * Added one-to-many relation Wst -> WstColumn | |
30 | |
31 * Speedup of the importer by using an internal caching mechanism. | |
32 | |
33 * Sta-Parse just accepts the following main value types: 'Q', 'W', 'D' and 'T' | |
34 | |
35 | |
36 Fixes: | |
37 | |
38 * Fixed import of Q ranges in wst files. | |
39 | |
40 * Fixed flys/issue19: Do not take km column in wst file as a water level. | |
41 | |
42 * Fixed flys/issue11 (Diagramm: Fehlerhafte Werte in Abflusskurven) | |
43 | |
44 * Fixed flys/issue51 (WINFO: Fachdaten am Pegel Perl enthält Sprünge) | |
45 | |
46 | |
47 !!! | |
48 | |
49 The version number of this release depends on an existing desktop variant of | |
50 this software that is in version 2.1. | |
51 | |
52 !!! | |
53 | |
54 2011-03-30 RELEASE 0.1 |