diff artifacts/doc/conf/artifacts/sinfo.xml @ 8980:b194fa64506a

SINFO - show results themes according to spec, either raw data or floating mean values. Some improvements to error handling and handling of empty results.
author gernotbelger
date Thu, 05 Apr 2018 18:30:34 +0200
parents ee5ce13016ed
children 0adc6d04de95
line wrap: on
line diff
--- a/artifacts/doc/conf/artifacts/sinfo.xml	Thu Apr 05 17:12:23 2018 +0200
+++ b/artifacts/doc/conf/artifacts/sinfo.xml	Thu Apr 05 18:30:34 2018 +0200
@@ -59,8 +59,11 @@
         <outputmode name="sinfo_flow_depth" description="output.flow_depth" mime-type="image/png" type="chart">
           <facets>
             <!-- REMARK: id's that ends with 'filtered' are handled differently ' -->
-            <facet name="sinfo_facet_flow_depth.filtered" description="Facet for mean flow depth, filtered by current zoom state"/>
-            <facet name="sinfo_facet_flow_depth_with_tkh.filtered" description="Facet for mean flow depth including tkh, filtered by current zoom state"/>
+            <facet name="sinfo_facet_flow_depth.filtered" description="flow depth, filtered by current zoom state"/>
+            <facet name="sinfo_facet_flow_depth" description="flow depth"/>
+
+            <facet name="sinfo_facet_flow_depth_with_tkh.filtered" description="flow depth including tkh, filtered by current zoom state"/>
+            <facet name="sinfo_facet_flow_depth_with_tkh" description="flow depth including tkh"/>
 
             <facet name="sinfo_facet_tkh" description="Facet for tkh"/>
 
@@ -109,7 +112,9 @@
         <outputmode name="sinfo_flow_depth_minmax" description="output.flow_depth" mime-type="image/png" type="chart">
           <facets>
             <facet name="sinfo_facet_flow_depth_min.filtered" description="min flow depth"/>
+            <facet name="sinfo_facet_flow_depth_min" description="min flow depth"/>
             <facet name="sinfo_facet_flow_depth_max.filtered" description="max flow depth"/>
+            <facet name="sinfo_facet_flow_depth_max" description="max flow depth"/>
 
             <facet name="longitudinal_section.annotations" description="facet.longitudinal_section.annotations"/>
           </facets>
@@ -168,11 +173,15 @@
         <outputmode name="sinfo_flow_depth_development" description="output.flow_depth_development" mime-type="image/png" type="chart">
           <facets>
             <facet name="sinfo_facet_flow_depth_development.filtered" description="flow depth development"/>
+            <facet name="sinfo_facet_flow_depth_development" description="flow depth development"/>
+
             <facet name="sinfo_facet_waterlevel_difference.filtered" description="waterlevel difference"/>
             <facet name="sinfo_facet_bedheight_difference.filtered" description="bed Height difference"/>
 
             <facet name="sinfo_facet_flow_depth_current.filtered" description="flow depth current"/>
+            <facet name="sinfo_facet_flow_depth_current" description="flow depth current"/>
             <facet name="sinfo_facet_flow_depth_historical.filtered" description="flow depth historical"/>
+            <facet name="sinfo_facet_flow_depth_historical" description="flow depth historical"/>
 
             <facet name="longitudinal_section.annotations" description="facet.longitudinal_section.annotations"/>
           </facets>
@@ -181,6 +190,7 @@
         <outputmode name="sinfo_flow_depth_development_peryear" description="output.flow_depth_development_peryear" mime-type="image/png" type="chart">
           <facets>
             <facet name="sinfo_facet_flow_depth_development_per_year.filtered" description="flow depth development per year"/>
+            <facet name="sinfo_facet_flow_depth_development_per_year" description="flow depth development per year"/>
 
             <facet name="longitudinal_section.annotations" description="facet.longitudinal_section.annotations"/>
           </facets>
@@ -246,11 +256,12 @@
 
             <facet name="longitudinal_section.annotations" description="facet.longitudinal_section.annotations"/>
 
-            <!-- FIXME: should not be filtered according to spec... -->
             <facet name="sinfo_facet_flow_depth.filtered" description="mean flow depth"/>
-            <facet name="sinfo_facet_velocity.filtered" description="Velocity"/>
-            <facet name="sinfo_facet_d50.filtered" description="D50"/>
-            <facet name="sinfo_facet_tau.filtered" description="Tau"/>
+            <facet name="sinfo_facet_flow_depth" description="mean flow depth"/>
+            
+            <facet name="sinfo_facet_velocity" description="Velocity"/>
+            <facet name="sinfo_facet_d50" description="D50"/>
+            <facet name="sinfo_facet_tau" description="Tau"/>
           </facets>
         </outputmode>
       

http://dive4elements.wald.intevation.org