Mercurial > dive4elements > river
comparison backend/CHANGES @ 5838:5aa05a7a34b7
Rename modules to more fitting names.
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Thu, 25 Apr 2013 15:23:37 +0200 |
parents | flys-backend/CHANGES@79878efbdf07 |
children |
comparison
equal
deleted
inserted
replaced
5837:d9901a08d0a6 | 5838:5aa05a7a34b7 |
---|---|
1 2011-09-19 RELEASE 2.5 | |
2 | |
3 NEW: | |
4 | |
5 * Improved the data model to support: | |
6 - cross sections | |
7 - hyks ("Hydraulische Kenngroessen") | |
8 | |
9 * Improved the importer to read: | |
10 - PRF files | |
11 - HYK files | |
12 | |
13 * Added a central Config to configure the Importer. There are several | |
14 system properties to adjust what to import (see ChangeLog for | |
15 details). | |
16 | |
17 * Added a Postgis and Oracle models for spatial flys data: | |
18 - catchments | |
19 - river axes | |
20 - buildings | |
21 - fixpoints | |
22 - cross section tracks | |
23 - hws ("HW-Schutzanlagen") | |
24 - floodplains | |
25 | |
26 * Bumped Hibernate up to 3.6.5. | |
27 | |
28 * Bumped Apache DBCP up to 1.4. | |
29 | |
30 | |
31 | |
32 2011-06-27 RELEASE 2.4 | |
33 | |
34 New: | |
35 | |
36 * Improved the data model to support: | |
37 - edges ("Oberkante", "Unterkante") | |
38 - annotations | |
39 | |
40 * Improved the importer to read: | |
41 - edges | |
42 - annotations | |
43 | |
44 * Made search for gauges in River independent of from/to | |
45 kilometer order. | |
46 | |
47 | |
48 Fixes: | |
49 | |
50 * flys/issue76 Close gaps between q ranges | |
51 | |
52 * flys/issue110 Fixed import of ATs that skipped the first value. | |
53 | |
54 | |
55 | |
56 2011-05-13 RELEASE 2.3 | |
57 | |
58 New: | |
59 | |
60 * Import of: | |
61 - "zusätzliche Längsschnitte" | |
62 - "Fixierungen" | |
63 - "amtliche Linien" | |
64 - "Hochwassermarken" | |
65 - "Historische Abflusskurven" | |
66 - "HW-Schutzanlagen" | |
67 | |
68 * Improvements in the SQL schema: | |
69 - Added a 'kind' column to WSTs | |
70 - Added a 'position' column to WST columns to enable sorting WST columns. | |
71 - Added a 'km_up' column to rivers to determine the flow direction of rivers. | |
72 | |
73 * Rivers are now able to: | |
74 - determine their min/max kilometer range | |
75 - determine the selected gauge(s) based on a kilometer range | |
76 | |
77 * WSTs are able to determine their min/max Q range. | |
78 | |
79 * Gauges are able to determine their min/max W range. | |
80 | |
81 * Added a view 'wst_value_table' that aggregates the data to build w/q | |
82 value tables. | |
83 | |
84 * Added one-to-many relation Wst -> WstColumn | |
85 | |
86 * Speedup of the importer by using an internal caching mechanism. | |
87 | |
88 * Sta-Parse just accepts the following main value types: 'Q', 'W', 'D' and 'T' | |
89 | |
90 | |
91 Fixes: | |
92 | |
93 * Fixed import of Q ranges in wst files. | |
94 | |
95 * Fixed flys/issue19: Do not take km column in wst file as a water level. | |
96 | |
97 * Fixed flys/issue11 (Diagramm: Fehlerhafte Werte in Abflusskurven) | |
98 | |
99 * Fixed flys/issue51 (WINFO: Fachdaten am Pegel Perl enthält Sprünge) | |
100 | |
101 | |
102 !!! | |
103 | |
104 The version number of this release depends on an existing desktop variant of | |
105 this software that is in version 2.1. | |
106 | |
107 !!! | |
108 | |
109 2011-03-30 RELEASE 0.1 |