Mercurial > dive4elements > river
comparison flys-backend/Changes @ 506:e451b08343d3
Prepared Changes for the upcoming release.
flys-backend/trunk@1921 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 13 May 2011 11:21:39 +0000 |
parents | |
children | c523266c3399 |
comparison
equal
deleted
inserted
replaced
505:ce9c6f05f464 | 506:e451b08343d3 |
---|---|
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 |