[PATCH] Make WQ-data loadable in SQ-diagrams. We still need to handle mainvalues and values <=0 on x-axis

Wald Commits scm-commit at wald.intevation.org
Tue Sep 23 15:07:54 CEST 2014


# HG changeset patch
# User "Tom Gottfried <tom at intevation.de>"
# Date 1411477659 -7200
# Node ID 4acf7cff7355f58cb6f0264cc545709d59910f20
# Parent  b5e63ad6d30738ec45f21497f90bacb0cea1f3f0
Make WQ-data loadable in SQ-diagrams. We still need to handle mainvalues and values <=0 on x-axis.

diff -r b5e63ad6d307 -r 4acf7cff7355 artifacts/doc/conf/generators/sqrelation-diagram-defaults.xml
--- a/artifacts/doc/conf/generators/sqrelation-diagram-defaults.xml	Tue Sep 23 12:56:23 2014 +0200
+++ b/artifacts/doc/conf/generators/sqrelation-diagram-defaults.xml	Tue Sep 23 15:07:39 2014 +0200
@@ -1,8 +1,15 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <sqrelation-defaults>
     <axis name="Transport" logarithmic="true"/>
+    <axis name="W"/>
     <domain-axis key="chart.sq_relation.xaxis.label" default="" logarithmic="true"/>
     <processor class="org.dive4elements.river.exports.process.SQRelationProcessor" axis="Transport"/>
+    <processor class="org.dive4elements.river.exports.process.DischargeProcessor" axis="W"/>
+    <processor class="org.dive4elements.river.exports.process.MiscDischargeProcessor" axis="W"/>
+    <processor class="org.dive4elements.river.exports.process.ComputedDischargeProcessor" axis="W"/>
+    <processor class="org.dive4elements.river.exports.process.HistoricalDischargeProcessor" axis="W"/>
+    <processor class="org.dive4elements.river.exports.process.FixWQProcessor" axis="W"/>
+    <processor class="org.dive4elements.river.exports.process.FixDerivedProcessor" axis="W"/>
     <processor class="org.dive4elements.river.exports.process.ManualPointsProcessor"
         axis="Transport"/>
     <subtitle key="chart.computed.discharge.curve.subtitle" default="-">


More information about the Dive4Elements-commits mailing list