Mercurial > dive4elements > river
comparison flys-backend/ChangeLog @ 202:29a408f80a89
Finished import of WSTs.
flys-backend/trunk@1553 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Wed, 23 Mar 2011 16:33:36 +0000 |
parents | 3169b559ca3c |
children | bfee0e05b4e7 |
comparison
equal
deleted
inserted
replaced
201:3169b559ca3c | 202:29a408f80a89 |
---|---|
1 2011-03-22 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 Finished import of WSTs. | |
4 | |
5 TODO 1: Speed it up! It takes on a high end machine over 7(!) | |
6 minutes only for the data of the Saar. | |
7 TODO 2: Double precision floating point representations produced | |
8 by the the parsers leed to unique constraint violations | |
9 in the backend on a second run. So the import is currently | |
10 only working on freshly initialized data bases. | |
11 More consequent working with BigDecimal and some | |
12 rounding may be of help here. | |
13 | |
14 * src/main/java/de/intevation/flys/model/WstColumnValue.java: | |
15 Added convinience constructors. | |
16 | |
17 * src/main/java/de/intevation/flys/importer/ImportWstColumnValue.java: | |
18 Added getPeer() method. | |
19 | |
20 * src/main/java/de/intevation/flys/importer/ImportWstColumn.java: | |
21 Add a list of the ImportWstColumnValues produced by the WST parser. | |
22 | |
23 * src/main/java/de/intevation/flys/importer/WstParser.java: Add | |
24 the (km, w) values to the ImportWstColumns. | |
25 | |
1 2011-03-22 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 26 2011-03-22 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 27 |
3 * src/main/java/de/intevation/flys/importer/WstParser.java: | 28 * src/main/java/de/intevation/flys/importer/WstParser.java: |
4 Build models for wsts, wst columns and q ranges and | 29 Build models for wsts, wst columns and q ranges and |
5 store them in the backend. TODO: store the w values. | 30 store them in the backend. TODO: store the w values. |