2011-06-18 |
Sascha L. Teichmann |
Removed dead code.
|
2011-06-18 |
Sascha L. Teichmann |
Only generate facets when needed.
|
2011-06-17 |
Sascha L. Teichmann |
Merged revisions 2127-2133,2136-2137,2140,2143-2144,2146,2150-2151,2153-2154 via svnmerge from
|
2011-06-17 |
Ingo Weinzierl |
Added a parameter 'wq_free' that determines that mode of calculation 1 (specifies if the calculation is bound to a gauge or not).
|
2011-06-17 |
Ingo Weinzierl |
DischargeLongitudinalSectionCurve will have corrected W facets now.
|
2011-06-15 |
Ingo Weinzierl |
Merged with trunk and introduced hashing of computed values.
facets-slt
|
2011-06-14 |
Sascha L. Teichmann |
DistanceInfoService: Got rid of namespace in result document.
|
2011-06-14 |
Ingo Weinzierl |
#77 The curves in a duration chart will have names now.
|
2011-06-14 |
Ingo Weinzierl |
The min/max W/Q ranges in the panel for calculation4 are written into the DESCRIBE.
|
2011-06-14 |
Sascha L. Teichmann |
Write top 'Oberkante' and bottom 'Unterkante' to out going XML if they exist.
|
2011-06-14 |
Ingo Weinzierl |
The state that is used to enter locations writes the river's range into the DESCRIBE now.
|
2011-06-10 |
Sascha L. Teichmann |
Added error reporting to 'Wasserspiegellage' calculation.
|
2011-06-10 |
Sascha L. Teichmann |
Added error reporting to 'Abflusskurve' calculation.
|
2011-06-10 |
Sascha L. Teichmann |
Added error reporting to 'Dauerzahlen' calculation.
|
2011-06-10 |
Sascha L. Teichmann |
Added methods to remove NaN values.
|
2011-06-10 |
Sascha L. Teichmann |
Added calculation base class to collect the problems during the calculations. Adjusted calculation 4 to use the mechanism.
|
2011-06-09 |
Ingo Weinzierl |
Changed the zoom process - the values in the chart request document are percentual values that apply to every axis.
|
2011-06-09 |
Ingo Weinzierl |
Corrected axes/datasets mappings.
|
2011-06-08 |
Sascha L. Teichmann |
Berechnung 4: Determine the gauges by their station position. This hopefully fixes segment assignment problems.
|
2011-06-08 |
Sascha L. Teichmann |
Berechnung 4: Added more debug output
|
2011-06-08 |
Ingo Weinzierl |
#103 PART 1: The numbers which are written into the static DESCRIBE part are i18n formatted now.
|
2011-06-08 |
Ingo Weinzierl |
#93 Changed the name of calculation type 4.
|
2011-06-08 |
Ingo Weinzierl |
Made the chart range determination more robust against NaN values.
|
2011-06-08 |
Ingo Weinzierl |
Set the second y axis to axis position 1 (starts at 0).
|
2011-06-08 |
Sascha L. Teichmann |
s@m³/s@m\\u00b3/s@
|
2011-06-08 |
Sascha L. Teichmann |
s@m³/s@m\u00b3/s@
|
2011-06-08 |
Sascha L. Teichmann |
Only generate an axis element if a axis really exists.
|
2011-06-07 |
Sascha L. Teichmann |
BackJumpCorrector: Simpified array swapping.
|
2011-06-07 |
Sascha L. Teichmann |
Use java.util.List instead of java.util.Vector. Removed superfluous imports.
|
2011-06-07 |
Sascha L. Teichmann |
code clean up in states
|
2011-06-07 |
Ingo Weinzierl |
The ChartInfoGenerator appends axes range information to the document now.
|
2011-06-07 |
Sascha L. Teichmann |
If Artifact.feed() fails do not store invalid values in database.
|
2011-06-06 |
Sascha L. Teichmann |
Removed asymmetrical "- 1" from width calculation.
|
2011-06-05 |
Sascha L. Teichmann |
Berechnung 4: Fixed problem when more than one value per segment are given.
|
2011-06-05 |
Sascha L. Teichmann |
Refactored version of "Berechnung 4"
|
2011-06-03 |
Ingo Weinzierl |
#90 Removed margins between data area border and curves.
|
2011-06-03 |
Ingo Weinzierl |
Refactored the chart creation in the ChartInfoGenerators. Now, every chart is created by the XYChartGenerator again.
|
2011-06-03 |
Ingo Weinzierl |
Charts are zoomed to a specified view if the attribute document for the chart creation contains an x and/or y range.
|
2011-06-02 |
Sascha L. Teichmann |
Set collection ttl to 6 hours.
|
2011-06-01 |
Sascha L. Teichmann |
Added parser for segments
|
2011-06-01 |
Sascha L. Teichmann |
Fix crashes in back jump correction.
|
2011-06-01 |
Ingo Weinzierl |
The matrix that is used to transform chart image coordinates into chart coordinates supports inverted x-axis now.
|
2011-06-01 |
Ingo Weinzierl |
Introduced a new output generators for creating chart info documents.
|
2011-05-31 |
Ingo Weinzierl |
Added support for the 'type' parameter of the collection's out() operation.
|
2011-05-31 |
Sascha L. Teichmann |
Use an explicit reference km for interpolation now.
|
2011-05-30 |
Sascha L. Teichmann |
Introduce a cache for the distance-info service
|
2011-05-30 |
Sascha L. Teichmann |
flys/issue82: Only successful interpolations are named.
|
2011-05-27 |
Sascha L. Teichmann |
Re-eanbled the calculation of the backjump correction.
|
2011-05-27 |
Ingo Weinzierl |
Removed XML debug statement.
|
2011-05-27 |
Ingo Weinzierl |
Moved the code part that skips themes to a better place. This let us paint empty charts with no themes at all.
|
2011-05-27 |
Ingo Weinzierl |
We will no longer put deactivated themes into the chart.
|
2011-05-27 |
Ingo Weinzierl |
Fixed the process of creating and storing the attribute of a collection.
|
2011-05-26 |
Sascha L. Teichmann |
Make "Berechnungsart 4" work independent of flow direction. Commented out back jump correction temporarily.
|
2011-05-26 |
Sascha L. Teichmann |
Generate fields for w/q input depend on flow direction.
|
2011-05-26 |
Sascha L. Teichmann |
Take the flow direction into account.
|
2011-05-26 |
Sascha L. Teichmann |
Round exploded values to a precision of 1e-6.
|
2011-05-25 |
Sascha L. Teichmann |
WST value table: Qs are now stored in ranges for each column.
|
2011-05-24 |
Sascha L. Teichmann |
First part of storing qs in ranges
|
2011-05-24 |
Ingo Weinzierl |
Small bugfixes in the WQ selection state.
|
2011-05-24 |
Ingo Weinzierl |
ISSUE-40 (part I/II) Write values that the user had former selected / inserted into DESCRIBE document to preselect such data in the UI.
|