graph
- New AT writer for results.2011-06-23, by Sascha L. Teichmann
- #157 Both types of discharge curves will now include the '0' value on the x-axis.2011-06-23, by Ingo Weinzierl
- WQDay is based on WQ now to make it exportable as AT.2011-06-23, by Sascha L. Teichmann
- Added base class WQ for WQKms.2011-06-23, by Sascha L. Teichmann
- Corrected configuration for error reports.2011-06-23, by Sascha L. Teichmann
- #164 Create the items for the adapted WQ state with range information for W and Q.2011-06-22, by Ingo Weinzierl
- "Abflusskurve am Pegel" looks correct again.2011-06-22, by Sascha L. Teichmann
- Improved situtation on rendering "Abflusskurve am Pegel". Not fully working, yet.2011-06-22, by Sascha L. Teichmann
- Generate facets for "Abflusskurven am Pegel". Not working by now. :-/2011-06-22, by Sascha L. Teichmann
- #161 Include the 0 on the second y axis (the Q axis) in longitudinal section charts intially.2011-06-22, by Ingo Weinzierl
- Draw correction curve again.2011-06-21, by Sascha L. Teichmann
- #157 Computed discharge curve charts always have a lower bound set to 0.2011-06-21, by Ingo Weinzierl
- #90 Added a margin between chart data and chart axes to avoid displaying curves on the chart border.2011-06-21, by Ingo Weinzierl
- Fix for flys/issue1582011-06-21, by Sascha L. Teichmann
- Fix for flys/issue1542011-06-21, by Sascha L. Teichmann
- Only generate 'outs' if they have facets.2011-06-21, by Sascha L. Teichmann
- Put the time-to-live of the collection into its DESCRIBE document.2011-06-21, by Ingo Weinzierl
- Configured states to generate report facets.2011-06-20, by Sascha L. Teichmann
- Generate report facets if there are problems with the calculations.2011-06-20, by Sascha L. Teichmann
- Added generator and facet for error reports.2011-06-20, by Sascha L. Teichmann
- New model to transport data and error reports of calculations.2011-06-20, by Sascha L. Teichmann
- Added calculation "am Pegel" version to the "Wasserspiegellage" calculation.2011-06-18, by Sascha L. Teichmann
- Removed more dead code.2011-06-18, by Sascha L. Teichmann
- Removed dead code.2011-06-18, by Sascha L. Teichmann
- Only generate facets when needed.2011-06-18, by Sascha L. Teichmann
- Merged revisions 2127-2133,2136-2137,2140,2143-2144,2146,2150-2151,2153-2154 via svnmerge from2011-06-17, by Sascha L. Teichmann
- Generate data facets for the computed states.facets-slt 2011-06-17, by Sascha L. Teichmann
- Add facet to access raw computed data.facets-slt 2011-06-17, by Sascha L. Teichmann
- Base WST/CSV exports on facets. TODO: generate the facets.facets-slt 2011-06-17, by Sascha L. Teichmann
- call computeAdvance() if we want to advance.facets-slt 2011-06-17, by Sascha L. Teichmann
- mico opt: inter cmps are faster than str cmps.facets-slt 2011-06-17, by Sascha L. Teichmann
- make getGauges() more robustfacets-slt 2011-06-17, by Sascha L. Teichmann
- Removed ComputeCallback because this was thought too complicated. Fixed issue with facets not be re-generated if same state is entered again.facets-slt 2011-06-17, by Sascha L. Teichmann
- OutGenerators use now facets to fetch necessary data.facets-slt 2011-06-17, by Ingo Weinzierl
- OutGenerators doOut() takes a facet object now instead of just its name.facets-slt 2011-06-16, by Ingo Weinzierl
- Add index and description of facets to collections describe document.facets-slt 2011-06-16, by Ingo Weinzierl
- Write computed facets into artifacts describe document.facets-slt 2011-06-16, by Ingo Weinzierl
- Generated facets for each output aspect.facets-slt 2011-06-16, by Ingo Weinzierl
- Store facets for each state.facets-slt 2011-06-16, by Ingo Weinzierl
- Use enums to dispatch computeFeed() and computeAdvance().facets-slt 2011-06-16, by Ingo Weinzierl
- Added two more compute() methods to ComputeCallback to distinguish between different phases of the artifact.facets-slt 2011-06-16, by Ingo Weinzierl
- Moved Waterlevel state into the correct package.facets-slt 2011-06-16, by Ingo Weinzierl
- Added a compute() method to WINFOArtifact which acts as a dispatcher for different computations. It triggers a calculation based on ComputeCallbacks that are generated by the current states.facets-slt 2011-06-16, by Ingo Weinzierl
- Merged with trunk and introduced hashing of computed values.facets-slt 2011-06-15, by 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, by Ingo Weinzierl
- DischargeLongitudinalSectionCurve will have corrected W facets now.2011-06-17, by Ingo Weinzierl
- DistanceInfoService: Got rid of namespace in result document.2011-06-14, by Sascha L. Teichmann
- #77 The curves in a duration chart will have names now.2011-06-14, by Ingo Weinzierl
- The min/max W/Q ranges in the panel for calculation4 are written into the DESCRIBE.2011-06-14, by Ingo Weinzierl
- Write top 'Oberkante' and bottom 'Unterkante' to out going XML if they exist.2011-06-14, by Sascha L. Teichmann
- The state that is used to enter locations writes the river's range into the DESCRIBE now.2011-06-14, by Ingo Weinzierl
- Added error reporting to 'Wasserspiegellage' calculation.2011-06-10, by Sascha L. Teichmann
- Added error reporting to 'Abflusskurve' calculation.2011-06-10, by Sascha L. Teichmann
- Added error reporting to 'Dauerzahlen' calculation.2011-06-10, by Sascha L. Teichmann
- Added methods to remove NaN values.2011-06-10, by Sascha L. Teichmann
- Added calculation base class to collect the problems during the calculations. Adjusted calculation 4 to use the mechanism.2011-06-10, by Sascha L. Teichmann
- Changed the zoom process - the values in the chart request document are percentual values that apply to every axis.2011-06-09, by Ingo Weinzierl
- Corrected axes/datasets mappings.2011-06-09, by Ingo Weinzierl
- Berechnung 4: Determine the gauges by their station position. This hopefully fixes segment assignment problems.2011-06-08, by Sascha L. Teichmann
- Berechnung 4: Added more debug output2011-06-08, by Sascha L. Teichmann