Mercurial > dive4elements > river
log
age | author | description |
---|---|---|
Sun, 02 Jun 2013 18:13:29 +0200 | Sascha L. Teichmann | LinearInterpolated#apply(): Added simple test if the two datasets intersect at all. |
Sun, 02 Jun 2013 17:52:53 +0200 | Sascha L. Teichmann | Waterlevel differences & bed height differences: Add new model LinearInterpolated intented to unify the two very similiar calculations. The focus of the current implementation is correctness and not speed! The fact that the data sets more mostly sorted by station is not exploited. Doing so would improve performance significantly. |
Sun, 02 Jun 2013 13:51:27 +0200 | Sascha L. Teichmann | Bed quality calculation: Replaced another iteration over the key set + directly fetching the values withan iteration over the entry set. |
Sun, 02 Jun 2013 13:45:12 +0200 | Sascha L. Teichmann | Bed quality calculation: Fixed a calculation typo: s/sum =+ d/sum += d/ |