Mercurial > dive4elements > river
comparison flys-backend/ChangeLog @ 2833:5b54a648f702
Finished flow velocity data import: finished parsing meta data of model files and repaired broken HQL statements.
flys-backend/trunk@4259 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 18 Apr 2012 08:54:55 +0000 |
parents | ac5bd90697c1 |
children | daba3f895eb3 |
comparison
equal
deleted
inserted
replaced
2832:ac5bd90697c1 | 2833:5b54a648f702 |
---|---|
1 2012-04-18 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * doc/schema/oracle-minfo.sql, | |
4 doc/schema/oracle-drop-minfo.sql: The discharge_zone relation has no | |
5 longer a reference to a named main value but stores a lower and upper | |
6 discharge as string. | |
7 | |
8 * src/main/java/de/intevation/flys/model/DischargeZone.java, | |
9 src/main/java/de/intevation/flys/importer/ImportDischargeZone.java: | |
10 Adapted the code to the changes in the db schema. | |
11 | |
12 * src/main/java/de/intevation/flys/importer/parsers/FlowVelocityModelParser.java: | |
13 This parser now reads the meta information properly. | |
14 | |
15 * src/main/java/de/intevation/flys/importer/ImportFlowVelocityModelValue.java: | |
16 Repaired broken HQL statement. | |
17 | |
18 * src/main/java/de/intevation/flys/importer/ImportFlowVelocityModel.java: | |
19 Log the number of flow velocity model values that have been written into | |
20 database. | |
21 | |
1 2012-04-17 Ingo Weinzierl <ingo@intevation.de> | 22 2012-04-17 Ingo Weinzierl <ingo@intevation.de> |
2 | 23 |
3 * src/main/java/de/intevation/flys/importer/parsers/FlowVelocityMeasurementParser.java: | 24 * src/main/java/de/intevation/flys/importer/parsers/FlowVelocityMeasurementParser.java: |
4 New parser for flow velocity measurements. | 25 New parser for flow velocity measurements. |
5 | 26 |