Mercurial > dive4elements > river
comparison flys-aft/ChangeLog @ 4096:82f5266f881b
Add code to build the difference of the W/Q values of two discharge tables.
flys-aft/trunk@3617 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Fri, 06 Jan 2012 17:16:46 +0000 |
parents | da9df3641578 |
children | 83c72bc07591 |
comparison
equal
deleted
inserted
replaced
4095:da9df3641578 | 4096:82f5266f881b |
---|---|
1 2012-01-06 Sascha L. Teichmann <sascha.teichmann@inteavtion.de> | |
2 | |
3 * src/main/java/de/intevation/aft/WQDiff.java: New. | |
4 Calculates the difference of two W/Q value table of a | |
5 discharge table. This can be used to write an optimized | |
6 change set in terms of executed SQL to the FLYS database. | |
7 | |
8 * src/main/java/de/intevation/aft/WQ.java: Changed the EPS_CMP | |
9 comparator to first sort by Q and then by W because the Qs | |
10 are more distinct and the dominant component. | |
11 | |
12 * src/main/resources/sql/flys-common.properties: Added statement | |
13 to delete W/Q values. | |
14 | |
1 2012-01-06 Sascha L. Teichmann <sascha.teichmann@inteavtion.de> | 15 2012-01-06 Sascha L. Teichmann <sascha.teichmann@inteavtion.de> |
2 | 16 |
3 * src/main/java/de/intevation/utils/XML.java: Added code | 17 * src/main/java/de/intevation/utils/XML.java: Added code |
4 to send/receive documents from streams. | 18 to send/receive documents from streams. |
5 | 19 |