annotate artifacts/doc/conf/artifacts/sinfo.xml @ 9229:0dcd1cd41915

Different themes/facets for left bank and right bank infrastructures in S-Info flood durations, some fixmes done
author mschaefer
date Thu, 05 Jul 2018 16:49:42 +0200
parents 5a0e8d76582e
children d47f6641f597
rev   line source
8854
7bbfb24e6eec SINFO - first prototype of BArt Fließtiefen
gernotbelger
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
7bbfb24e6eec SINFO - first prototype of BArt Fließtiefen
gernotbelger
parents:
diff changeset
2 <artifact name="sinfo">
7bbfb24e6eec SINFO - first prototype of BArt Fließtiefen
gernotbelger
parents:
diff changeset
3
8914
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
4 <states>
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
5 <state id="state.sinfo.river" description="state.sinfo.river" state="org.dive4elements.river.artifacts.states.RiverSelect" helpText="help.state.sinfo.river">
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
6 <data name="river" type="String" />
8914
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
7 </state>
8854
7bbfb24e6eec SINFO - first prototype of BArt Fließtiefen
gernotbelger
parents:
diff changeset
8
8914
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
9 <transition transition="org.dive4elements.river.artifacts.transitions.DefaultTransition">
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
10 <from state="state.sinfo.river" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
11 <to state="state.sinfo.calculation_mode" />
8914
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
12 </transition>
8854
7bbfb24e6eec SINFO - first prototype of BArt Fließtiefen
gernotbelger
parents:
diff changeset
13
8914
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
14 <state id="state.sinfo.calculation_mode" description="state.sinfo.calculation_mode" state="org.dive4elements.river.artifacts.sinfo.CalculationSelectSinfo" helpText="help.state.sinfo.calculation_mode">
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
15 <data name="calculation_mode" type="String" />
8914
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
16 </state>
8854
7bbfb24e6eec SINFO - first prototype of BArt Fließtiefen
gernotbelger
parents:
diff changeset
17
8914
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
18 <!-- Calculation Mode: Fließtiefen (Flow Depth) -->
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
19 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
20 <from state="state.sinfo.calculation_mode" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
21 <to state="state.sinfo.distance_only" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
22 <condition data="calculation_mode" value="sinfo_calc_flow_depth" operator="equal" />
8914
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
23 </transition>
8854
7bbfb24e6eec SINFO - first prototype of BArt Fließtiefen
gernotbelger
parents:
diff changeset
24
8914
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
25 <state id="state.sinfo.distance_only" description="state.sinfo.distance_only" state="org.dive4elements.river.artifacts.states.DistanceOnlySelect" helpText="help.state.sinfo.distance_only">
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
26 <data name="ld_from" type="Double" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
27 <data name="ld_to" type="Double" />
8914
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
28 </state>
8854
7bbfb24e6eec SINFO - first prototype of BArt Fließtiefen
gernotbelger
parents:
diff changeset
29
8914
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
30 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
31 <from state="state.sinfo.distance_only" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
32 <to state="state.sinfo.waterlevel_soundings_select" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
33 <condition data="calculation_mode" value="sinfo_calc_flow_depth" operator="equal" />
8914
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
34 </transition>
8854
7bbfb24e6eec SINFO - first prototype of BArt Fließtiefen
gernotbelger
parents:
diff changeset
35
8914
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
36 <state id="state.sinfo.waterlevel_soundings_select" description="state.sinfo.waterlevel_soundings_select" state="org.dive4elements.river.artifacts.sinfo.flowdepth.FlowDepthPairSelectState" helpText="help.state.sinfo.waterlevel_soundings_select">
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
37 <data name="diffids" type="String" />
8914
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
38 </state>
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
39
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
40 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
41 <from state="state.sinfo.waterlevel_soundings_select" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
42 <to state="state.sinfo.use_transport_bodies" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
43 <condition data="calculation_mode" value="sinfo_calc_flow_depth" operator="equal" />
8914
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
44 </transition>
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
45
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
46 <!-- FIXME: Nur Anzeigen, wenn Transportkörperhöhen vorliegen! -->
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
47 <state id="state.sinfo.use_transport_bodies" description="state.sinfo.use_transport_bodies" state="org.dive4elements.river.artifacts.sinfo.flowdepth.UseTransportBodiesChoice" helpText="help.state.sinfo.use_transport_bodies">
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
48 <data name="use_transport_bodies" type="Boolean" />
8914
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
49 </state>
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
50
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
51 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
52 <from state="state.sinfo.use_transport_bodies" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
53 <to state="state.sinfo.flow_depth" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
54 <condition data="calculation_mode" value="sinfo_calc_flow_depth" operator="equal" />
8914
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
55 </transition>
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
56
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
57 <state id="state.sinfo.flow_depth" description="state.sinfo.flow_depth" state="org.dive4elements.river.artifacts.sinfo.flowdepth.FlowDepthState" helpText="help.state.sinfo.flow_depth">
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
58 <outputmodes>
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
59 <outputmode name="sinfo_flow_depth" description="output.flow_depth" mime-type="image/png" type="chart">
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
60 <facets>
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
61 <!-- REMARK: id's that ends with 'filtered' are handled differently
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
62 ' -->
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
63 <facet name="sinfo_facet_flow_depth.filtered" description="flow depth, filtered by current zoom state" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
64 <facet name="sinfo_facet_flow_depth" description="flow depth" />
8980
b194fa64506a SINFO - show results themes according to spec, either raw data or floating mean values.
gernotbelger
parents: 8956
diff changeset
65
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
66 <facet name="sinfo_facet_flow_depth_with_tkh.filtered" description="flow depth including tkh, filtered by current zoom state" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
67 <facet name="sinfo_facet_flow_depth_with_tkh" description="flow depth including tkh" />
8914
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
68
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
69 <facet name="sinfo_facet_tkh" description="Facet for tkh" />
8914
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
70
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
71 <facet name="longitudinal_section.annotations" description="facet.longitudinal_section.annotations" />
9135
ec1c8d3f3116 Configured manual point editing for sinfo charts
gernotbelger
parents: 9131
diff changeset
72
ec1c8d3f3116 Configured manual point editing for sinfo charts
gernotbelger
parents: 9131
diff changeset
73 <facet name="sinfo_flow_depth.manualpoints" description="Manual Points" />
8914
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
74 </facets>
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
75 </outputmode>
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
76
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
77 <outputmode name="sinfo_flowdepth_export" description="output.sinfo_flowdepth_export" mime-type="text/plain" type="export">
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
78 <facets>
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
79 <facet name="csv" description="facet.sinfo_flowdepth_export.csv" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
80 <facet name="pdf" description="facet.sinfo_flowdepth_export.pdf" />
8914
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
81 </facets>
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
82 </outputmode>
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
83
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
84 <outputmode name="sinfo_flowdepth_report" description="output.sinfo_flowdepth_report" mime-type="text/xml" type="report">
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
85 <facets>
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
86 <facet name="report" description="facet.sinfo_flowdepth_report" />
8914
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
87 </facets>
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
88 </outputmode>
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
89 </outputmodes>
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
90 </state>
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
91
8946
5d5d482da3e9 Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents: 8941
diff changeset
92 <!-- Calculation Mode: Minimale/maximale Fließtiefe -->
5d5d482da3e9 Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents: 8941
diff changeset
93 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
94 <from state="state.sinfo.calculation_mode" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
95 <to state="state.sinfo.distance_only" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
96 <condition data="calculation_mode" value="sinfo_calc_flow_depth_minmax" operator="equal" />
8946
5d5d482da3e9 Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents: 8941
diff changeset
97 </transition>
5d5d482da3e9 Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents: 8941
diff changeset
98
5d5d482da3e9 Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents: 8941
diff changeset
99 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
100 <from state="state.sinfo.distance_only" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
101 <to state="state.sinfo.waterlevel_soundings_minmax_select" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
102 <condition data="calculation_mode" value="sinfo_calc_flow_depth_minmax" operator="equal" />
8946
5d5d482da3e9 Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents: 8941
diff changeset
103 </transition>
5d5d482da3e9 Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents: 8941
diff changeset
104
8993
0adc6d04de95 SInfo - FlowDepthMinMax: choosing bed heights, not bed height min and max separately
gernotbelger
parents: 8980
diff changeset
105 <state id="state.sinfo.waterlevel_soundings_minmax_select" description="state.sinfo.waterlevel_soundings_minmax_select" state="org.dive4elements.river.artifacts.sinfo.flowdepthminmax.FlowDepthMinMaxPairSelectState" helpText="help.state.sinfo.waterlevel_soundings_minmax_select">
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
106 <data name="diffids" type="String" />
8993
0adc6d04de95 SInfo - FlowDepthMinMax: choosing bed heights, not bed height min and max separately
gernotbelger
parents: 8980
diff changeset
107 </state>
0adc6d04de95 SInfo - FlowDepthMinMax: choosing bed heights, not bed height min and max separately
gernotbelger
parents: 8980
diff changeset
108
8946
5d5d482da3e9 Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents: 8941
diff changeset
109 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
110 <from state="state.sinfo.waterlevel_soundings_minmax_select" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
111 <to state="state.sinfo.flow_depth_minmax" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
112 <condition data="calculation_mode" value="sinfo_calc_flow_depth_minmax" operator="equal" />
8946
5d5d482da3e9 Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents: 8941
diff changeset
113 </transition>
5d5d482da3e9 Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents: 8941
diff changeset
114
5d5d482da3e9 Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents: 8941
diff changeset
115 <state id="state.sinfo.flow_depth_minmax" description="state.sinfo.flow_depth_minmax" state="org.dive4elements.river.artifacts.sinfo.flowdepthminmax.FlowDepthMinMaxState" helpText="help.state.sinfo.flow_depth_minmax">
5d5d482da3e9 Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents: 8941
diff changeset
116 <outputmodes>
8950
b0aeed4c97c1 Implemented chart output for sinfo flow depth min/max calculation
gernotbelger
parents: 8946
diff changeset
117 <outputmode name="sinfo_flow_depth_minmax" description="output.flow_depth" mime-type="image/png" type="chart">
8946
5d5d482da3e9 Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents: 8941
diff changeset
118 <facets>
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
119 <facet name="sinfo_facet_flow_depth_min.filtered" description="min flow depth" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
120 <facet name="sinfo_facet_flow_depth_min" description="min flow depth" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
121 <facet name="sinfo_facet_flow_depth_max.filtered" description="max flow depth" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
122 <facet name="sinfo_facet_flow_depth_max" description="max flow depth" />
8946
5d5d482da3e9 Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents: 8941
diff changeset
123
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
124 <facet name="longitudinal_section.annotations" description="facet.longitudinal_section.annotations" />
9135
ec1c8d3f3116 Configured manual point editing for sinfo charts
gernotbelger
parents: 9131
diff changeset
125
ec1c8d3f3116 Configured manual point editing for sinfo charts
gernotbelger
parents: 9131
diff changeset
126 <facet name="sinfo_flow_depth_minmax.manualpoints" description="Manual Points" />
8946
5d5d482da3e9 Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents: 8941
diff changeset
127 </facets>
5d5d482da3e9 Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents: 8941
diff changeset
128 </outputmode>
5d5d482da3e9 Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents: 8941
diff changeset
129
5d5d482da3e9 Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents: 8941
diff changeset
130 <outputmode name="sinfo_flowdepthminmax_export" description="output.sinfo_flowdepthminmax_export" mime-type="text/plain" type="export">
5d5d482da3e9 Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents: 8941
diff changeset
131 <facets>
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
132 <facet name="csv" description="facet.sinfo_flowdepthminmax_export.csv" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
133 <facet name="pdf" description="facet.sinfo_flowdepthminmax_export.pdf" />
8946
5d5d482da3e9 Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents: 8941
diff changeset
134 </facets>
5d5d482da3e9 Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents: 8941
diff changeset
135 </outputmode>
5d5d482da3e9 Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents: 8941
diff changeset
136
5d5d482da3e9 Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents: 8941
diff changeset
137 <outputmode name="sinfo_flowdepth_report" description="output.sinfo_flowdepth_report" mime-type="text/xml" type="report">
5d5d482da3e9 Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents: 8941
diff changeset
138 <facets>
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
139 <facet name="report" description="facet.sinfo_flowdepth_report" />
8946
5d5d482da3e9 Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents: 8941
diff changeset
140 </facets>
5d5d482da3e9 Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents: 8941
diff changeset
141 </outputmode>
5d5d482da3e9 Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents: 8941
diff changeset
142 </outputmodes>
5d5d482da3e9 Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents: 8941
diff changeset
143 </state>
5d5d482da3e9 Implementing SINFO - FlowDepthMinMax calculation
gernotbelger
parents: 8941
diff changeset
144
8951
322b0e6298ea Work on SINFO FlowDepth-Development
gernotbelger
parents: 8950
diff changeset
145 <!-- Calculation Mode: Fließtiefenentwicklung -->
322b0e6298ea Work on SINFO FlowDepth-Development
gernotbelger
parents: 8950
diff changeset
146 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
147 <from state="state.sinfo.calculation_mode" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
148 <to state="state.sinfo.distance_only" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
149 <condition data="calculation_mode" value="sinfo_calc_flow_depth_development" operator="equal" />
8951
322b0e6298ea Work on SINFO FlowDepth-Development
gernotbelger
parents: 8950
diff changeset
150 </transition>
322b0e6298ea Work on SINFO FlowDepth-Development
gernotbelger
parents: 8950
diff changeset
151
322b0e6298ea Work on SINFO FlowDepth-Development
gernotbelger
parents: 8950
diff changeset
152 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
153 <from state="state.sinfo.distance_only" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
154 <to state="state.sinfo.flowdepthdevlopment_current_select" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
155 <condition data="calculation_mode" value="sinfo_calc_flow_depth_development" operator="equal" />
8951
322b0e6298ea Work on SINFO FlowDepth-Development
gernotbelger
parents: 8950
diff changeset
156 </transition>
322b0e6298ea Work on SINFO FlowDepth-Development
gernotbelger
parents: 8950
diff changeset
157
322b0e6298ea Work on SINFO FlowDepth-Development
gernotbelger
parents: 8950
diff changeset
158 <state id="state.sinfo.flowdepthdevlopment_current_select" description="state.sinfo.flowdepthdevlopment_current_select" state="org.dive4elements.river.artifacts.sinfo.flowdepthdev.WaterlevelSoundingCurrentPairSelectState" helpText="help.state.sinfo.flowdepthdevlopment_current_select">
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
159 <data name="diffid_current" type="String" />
8951
322b0e6298ea Work on SINFO FlowDepth-Development
gernotbelger
parents: 8950
diff changeset
160 </state>
322b0e6298ea Work on SINFO FlowDepth-Development
gernotbelger
parents: 8950
diff changeset
161
322b0e6298ea Work on SINFO FlowDepth-Development
gernotbelger
parents: 8950
diff changeset
162 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
163 <from state="state.sinfo.flowdepthdevlopment_current_select" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
164 <to state="state.sinfo.flowdepthdevlopment_historical_select" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
165 <condition data="calculation_mode" value="sinfo_calc_flow_depth_development" operator="equal" />
8951
322b0e6298ea Work on SINFO FlowDepth-Development
gernotbelger
parents: 8950
diff changeset
166 </transition>
322b0e6298ea Work on SINFO FlowDepth-Development
gernotbelger
parents: 8950
diff changeset
167
322b0e6298ea Work on SINFO FlowDepth-Development
gernotbelger
parents: 8950
diff changeset
168 <state id="state.sinfo.flowdepthdevlopment_historical_select" description="state.sinfo.flowdepthdevlopment_historical_select" state="org.dive4elements.river.artifacts.sinfo.flowdepthdev.WaterlevelSoundingHistoricalPairSelectState" helpText="help.state.sinfo.flowdepthdevlopment_historical_select">
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
169 <data name="diffid_historical" type="String" />
8951
322b0e6298ea Work on SINFO FlowDepth-Development
gernotbelger
parents: 8950
diff changeset
170 </state>
322b0e6298ea Work on SINFO FlowDepth-Development
gernotbelger
parents: 8950
diff changeset
171
322b0e6298ea Work on SINFO FlowDepth-Development
gernotbelger
parents: 8950
diff changeset
172 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
173 <from state="state.sinfo.flowdepthdevlopment_historical_select" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
174 <to state="state.sinfo.flow_depth_development" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
175 <condition data="calculation_mode" value="sinfo_calc_flow_depth_development" operator="equal" />
8951
322b0e6298ea Work on SINFO FlowDepth-Development
gernotbelger
parents: 8950
diff changeset
176 </transition>
322b0e6298ea Work on SINFO FlowDepth-Development
gernotbelger
parents: 8950
diff changeset
177
322b0e6298ea Work on SINFO FlowDepth-Development
gernotbelger
parents: 8950
diff changeset
178 <state id="state.sinfo.flow_depth_development" description="state.sinfo.flow_depth_development" state="org.dive4elements.river.artifacts.sinfo.flowdepthdev.FlowDepthDevelopmentState" helpText="help.state.sinfo.flow_depth_development">
322b0e6298ea Work on SINFO FlowDepth-Development
gernotbelger
parents: 8950
diff changeset
179 <outputmodes>
322b0e6298ea Work on SINFO FlowDepth-Development
gernotbelger
parents: 8950
diff changeset
180 <outputmode name="sinfo_flow_depth_development" description="output.flow_depth_development" mime-type="image/png" type="chart">
322b0e6298ea Work on SINFO FlowDepth-Development
gernotbelger
parents: 8950
diff changeset
181 <facets>
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
182 <facet name="sinfo_facet_flow_depth_development.filtered" description="flow depth development" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
183 <facet name="sinfo_facet_flow_depth_development" description="flow depth development" />
8956
ee5ce13016ed Work on SINFO-Fließtiefenentwicklung
gernotbelger
parents: 8951
diff changeset
184
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
185 <facet name="sinfo_facet_waterlevel_difference.filtered" description="waterlevel difference" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
186 <facet name="sinfo_facet_bedheight_difference.filtered" description="bed Height difference" />
8956
ee5ce13016ed Work on SINFO-Fließtiefenentwicklung
gernotbelger
parents: 8951
diff changeset
187
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
188 <facet name="sinfo_facet_flow_depth_current.filtered" description="flow depth current" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
189 <facet name="sinfo_facet_flow_depth_current" description="flow depth current" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
190 <facet name="sinfo_facet_flow_depth_historical.filtered" description="flow depth historical" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
191 <facet name="sinfo_facet_flow_depth_historical" description="flow depth historical" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
192
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
193 <facet name="longitudinal_section.annotations" description="facet.longitudinal_section.annotations" />
9135
ec1c8d3f3116 Configured manual point editing for sinfo charts
gernotbelger
parents: 9131
diff changeset
194
ec1c8d3f3116 Configured manual point editing for sinfo charts
gernotbelger
parents: 9131
diff changeset
195 <facet name="sinfo_flow_depth_development.manualpoints" description="Manual Points" />
8956
ee5ce13016ed Work on SINFO-Fließtiefenentwicklung
gernotbelger
parents: 8951
diff changeset
196 </facets>
ee5ce13016ed Work on SINFO-Fließtiefenentwicklung
gernotbelger
parents: 8951
diff changeset
197 </outputmode>
ee5ce13016ed Work on SINFO-Fließtiefenentwicklung
gernotbelger
parents: 8951
diff changeset
198
ee5ce13016ed Work on SINFO-Fließtiefenentwicklung
gernotbelger
parents: 8951
diff changeset
199 <outputmode name="sinfo_flow_depth_development_peryear" description="output.flow_depth_development_peryear" mime-type="image/png" type="chart">
ee5ce13016ed Work on SINFO-Fließtiefenentwicklung
gernotbelger
parents: 8951
diff changeset
200 <facets>
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
201 <facet name="sinfo_facet_flow_depth_development_per_year.filtered" description="flow depth development per year" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
202 <facet name="sinfo_facet_flow_depth_development_per_year" description="flow depth development per year" />
8951
322b0e6298ea Work on SINFO FlowDepth-Development
gernotbelger
parents: 8950
diff changeset
203
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
204 <facet name="longitudinal_section.annotations" description="facet.longitudinal_section.annotations" />
9135
ec1c8d3f3116 Configured manual point editing for sinfo charts
gernotbelger
parents: 9131
diff changeset
205
ec1c8d3f3116 Configured manual point editing for sinfo charts
gernotbelger
parents: 9131
diff changeset
206 <facet name="sinfo_flow_depth_development_peryear.manualpoints" description="Manual Points" />
8951
322b0e6298ea Work on SINFO FlowDepth-Development
gernotbelger
parents: 8950
diff changeset
207 </facets>
322b0e6298ea Work on SINFO FlowDepth-Development
gernotbelger
parents: 8950
diff changeset
208 </outputmode>
322b0e6298ea Work on SINFO FlowDepth-Development
gernotbelger
parents: 8950
diff changeset
209
322b0e6298ea Work on SINFO FlowDepth-Development
gernotbelger
parents: 8950
diff changeset
210 <outputmode name="sinfo_flowdepthdevelopment_export" description="output.sinfo_flowdepthdevelopment_export" mime-type="text/plain" type="export">
322b0e6298ea Work on SINFO FlowDepth-Development
gernotbelger
parents: 8950
diff changeset
211 <facets>
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
212 <facet name="csv" description="facet.sinfo_flowdepthdevelopment_export.csv" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
213 <facet name="pdf" description="facet.sinfo_flowdepthdevelopment_export.pdf" />
8951
322b0e6298ea Work on SINFO FlowDepth-Development
gernotbelger
parents: 8950
diff changeset
214 </facets>
322b0e6298ea Work on SINFO FlowDepth-Development
gernotbelger
parents: 8950
diff changeset
215 </outputmode>
322b0e6298ea Work on SINFO FlowDepth-Development
gernotbelger
parents: 8950
diff changeset
216
322b0e6298ea Work on SINFO FlowDepth-Development
gernotbelger
parents: 8950
diff changeset
217 <outputmode name="sinfo_flowdepthdevelopment_report" description="output.sinfo_flowdepthdevelopment_report" mime-type="text/xml" type="report">
322b0e6298ea Work on SINFO FlowDepth-Development
gernotbelger
parents: 8950
diff changeset
218 <facets>
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
219 <facet name="report" description="facet.sinfo_flowdepthdevelopment_report" />
8951
322b0e6298ea Work on SINFO FlowDepth-Development
gernotbelger
parents: 8950
diff changeset
220 </facets>
322b0e6298ea Work on SINFO FlowDepth-Development
gernotbelger
parents: 8950
diff changeset
221 </outputmode>
322b0e6298ea Work on SINFO FlowDepth-Development
gernotbelger
parents: 8950
diff changeset
222 </outputmodes>
322b0e6298ea Work on SINFO FlowDepth-Development
gernotbelger
parents: 8950
diff changeset
223 </state>
322b0e6298ea Work on SINFO FlowDepth-Development
gernotbelger
parents: 8950
diff changeset
224
9145
e6b63b2b41b9 sinfo.flood_duration pdf, csv, ui
gernotbelger
parents: 9135
diff changeset
225
e6b63b2b41b9 sinfo.flood_duration pdf, csv, ui
gernotbelger
parents: 9135
diff changeset
226
e6b63b2b41b9 sinfo.flood_duration pdf, csv, ui
gernotbelger
parents: 9135
diff changeset
227
9036
c265c9fc915c work on u-info/s-info states
gernotbelger
parents: 8993
diff changeset
228 <!-- Calculation Mode: Grundberührungen -->
9057
2be202a8cb89 local merge
gernotbelger
parents: 9054
diff changeset
229
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
230 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
231 <from state="state.sinfo.calculation_mode" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
232 <to state="state.sinfo.distance_only" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
233 <condition data="calculation_mode" value="sinfo_calc_collision" operator="equal" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
234 </transition>
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
235
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
236 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
237 <from state="state.sinfo.distance_only" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
238 <to state="state.sinfo.year_epoch" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
239 <condition data="calculation_mode" value="sinfo_calc_collision" operator="equal" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
240 </transition>
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
241
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
242 <state id="state.sinfo.year_epoch" description="state.sinfo.year_epoch" state="org.dive4elements.river.artifacts.sinfo.collision.YearChoice" helpText="help.state.sinfo.year">
9074
766890addcb2 state To client communication;
gernotbelger
parents: 9073
diff changeset
243 <data name="ye_select" type="String" />
9057
2be202a8cb89 local merge
gernotbelger
parents: 9054
diff changeset
244 </state>
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
245
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
246
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
247 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
248 <from state="state.sinfo.year_epoch" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
249 <to state="state.sinfo.load.year" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
250 <condition data="ye_select" value="state.sinfo.year" operator="equal" />
9057
2be202a8cb89 local merge
gernotbelger
parents: 9054
diff changeset
251 </transition>
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
252
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
253 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
254 <from state="state.sinfo.year_epoch" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
255 <to state="state.sinfo.load.epoch" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
256 <condition data="ye_select" value="state.sinfo.epoch" operator="equal" />
9057
2be202a8cb89 local merge
gernotbelger
parents: 9054
diff changeset
257 </transition>
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
258
9073
cd650cacc926 work on bundu.bezugswst states
gernotbelger
parents: 9063
diff changeset
259 <state id="state.sinfo.load.year" description="state.sinfo.load.year" state="org.dive4elements.river.artifacts.sinfo.collision.LoadMultipleYearSelectState" helpText="help.state.sinfo.load.year">
9074
766890addcb2 state To client communication;
gernotbelger
parents: 9073
diff changeset
260 <data name="years" type="String" />
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
261 </state>
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
262
9073
cd650cacc926 work on bundu.bezugswst states
gernotbelger
parents: 9063
diff changeset
263 <state id="state.sinfo.load.epoch" description="state.sinfo.load.epoch" state="org.dive4elements.river.artifacts.sinfo.collision.LoadMultipleEpochSelectState" helpText="help.state.sinfo.load.epoch">
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
264 <data name="epochs" type="String" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
265 </state>
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
266
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
267 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
268 <from state="state.sinfo.load.year" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
269 <to state="state.sinfo.collision" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
270 <condition data="calculation_mode" value="sinfo_calc_collision" operator="equal" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
271 </transition>
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
272
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
273 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
274 <from state="state.sinfo.load.epoch" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
275 <to state="state.sinfo.collision" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
276 <condition data="calculation_mode" value="sinfo_calc_collision" operator="equal" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
277 </transition>
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
278
9054
95643dffd006 rename grounding->collision; inundation_duration->flood_duration
gernotbelger
parents: 9053
diff changeset
279 <state id="state.sinfo.collision" description="state.sinfo.collision" state="org.dive4elements.river.artifacts.sinfo.collision.CollisionState" helpText="help.state.sinfo.collision">
9050
f4b66f6692e3 sinfo.xml definition states+transitions
gernotbelger
parents: 9036
diff changeset
280 <outputmodes>
9135
ec1c8d3f3116 Configured manual point editing for sinfo charts
gernotbelger
parents: 9131
diff changeset
281 <outputmode name="sinfo_collision" description="output.sinfo_collision" mime-type="image/png" type="chart">
9050
f4b66f6692e3 sinfo.xml definition states+transitions
gernotbelger
parents: 9036
diff changeset
282 <facets>
9156
568961ff709a Added definitions for the S-Info collision workflow and output
mschaefer
parents: 9145
diff changeset
283 <facet name="sinfo_facet_collision_calc_count" description="bed collisions" />
9204
4f411c6ee3ae Individual facets/themes for single years i the S-Info collisions output
mschaefer
parents: 9202
diff changeset
284 <facet name="sinfo_facet_collision_calc_count.2" description="bed collisions" />
4f411c6ee3ae Individual facets/themes for single years i the S-Info collisions output
mschaefer
parents: 9202
diff changeset
285 <facet name="sinfo_facet_collision_calc_count.3" description="bed collisions" />
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
286 <facet name="longitudinal_section.annotations" description="facet.longitudinal_section.annotations" />
9156
568961ff709a Added definitions for the S-Info collision workflow and output
mschaefer
parents: 9145
diff changeset
287 <facet name="sinfo_collision.manualpoints" description="Manual Points" />
9050
f4b66f6692e3 sinfo.xml definition states+transitions
gernotbelger
parents: 9036
diff changeset
288 </facets>
f4b66f6692e3 sinfo.xml definition states+transitions
gernotbelger
parents: 9036
diff changeset
289 </outputmode>
f4b66f6692e3 sinfo.xml definition states+transitions
gernotbelger
parents: 9036
diff changeset
290
9135
ec1c8d3f3116 Configured manual point editing for sinfo charts
gernotbelger
parents: 9131
diff changeset
291 <outputmode name="sinfo_collision_export" description="output.sinfo_collision_export" mime-type="text/plain" type="export">
9050
f4b66f6692e3 sinfo.xml definition states+transitions
gernotbelger
parents: 9036
diff changeset
292 <facets>
9135
ec1c8d3f3116 Configured manual point editing for sinfo charts
gernotbelger
parents: 9131
diff changeset
293 <facet name="csv" description="facet.sinfo_collision_export.csv" />
ec1c8d3f3116 Configured manual point editing for sinfo charts
gernotbelger
parents: 9131
diff changeset
294 <facet name="pdf" description="facet.sinfo_collision_export.pdf" />
9050
f4b66f6692e3 sinfo.xml definition states+transitions
gernotbelger
parents: 9036
diff changeset
295 </facets>
f4b66f6692e3 sinfo.xml definition states+transitions
gernotbelger
parents: 9036
diff changeset
296 </outputmode>
f4b66f6692e3 sinfo.xml definition states+transitions
gernotbelger
parents: 9036
diff changeset
297
9135
ec1c8d3f3116 Configured manual point editing for sinfo charts
gernotbelger
parents: 9131
diff changeset
298 <outputmode name="sinfo_collision_report" description="output.sinfo_collision_report" mime-type="text/xml" type="report">
9050
f4b66f6692e3 sinfo.xml definition states+transitions
gernotbelger
parents: 9036
diff changeset
299 <facets>
9135
ec1c8d3f3116 Configured manual point editing for sinfo charts
gernotbelger
parents: 9131
diff changeset
300 <facet name="report" description="facet.sinfo_collision_report" />
9050
f4b66f6692e3 sinfo.xml definition states+transitions
gernotbelger
parents: 9036
diff changeset
301 </facets>
f4b66f6692e3 sinfo.xml definition states+transitions
gernotbelger
parents: 9036
diff changeset
302 </outputmode>
f4b66f6692e3 sinfo.xml definition states+transitions
gernotbelger
parents: 9036
diff changeset
303 </outputmodes>
f4b66f6692e3 sinfo.xml definition states+transitions
gernotbelger
parents: 9036
diff changeset
304 </state>
f4b66f6692e3 sinfo.xml definition states+transitions
gernotbelger
parents: 9036
diff changeset
305
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
306 <!-- Calculation Mode: Überflutungsdauern Infrastrukturen BWaStr -->
9131
0a19a79663dd TKH calculation now takes the stations of the bed heights for the waterlevel calculation instead of letting the user define a km-step
gernotbelger
parents: 9074
diff changeset
307 <!-- Schrittweite benötigt für wq-state: TODO: vermutlich hier auch nicht? -->
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
308 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
309 <from state="state.sinfo.calculation_mode" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
310 <to state="state.sinfo.distance" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
311 <condition data="calculation_mode" value="sinfo_calc_flood_duration" operator="equal" />
9053
ad2ae847e10e - RadioButton-Auswahl generisch
gernotbelger
parents: 9050
diff changeset
312 </transition>
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
313
9131
0a19a79663dd TKH calculation now takes the stations of the bed heights for the waterlevel calculation instead of letting the user define a km-step
gernotbelger
parents: 9074
diff changeset
314 <state id="state.sinfo.distance" description="state.sinfo.distance" state="org.dive4elements.river.artifacts.states.DistanceSelect" helpText="help.state.sinfo.distance">
0a19a79663dd TKH calculation now takes the stations of the bed heights for the waterlevel calculation instead of letting the user define a km-step
gernotbelger
parents: 9074
diff changeset
315 <data name="ld_from" type="Double" />
0a19a79663dd TKH calculation now takes the stations of the bed heights for the waterlevel calculation instead of letting the user define a km-step
gernotbelger
parents: 9074
diff changeset
316 <data name="ld_to" type="Double" />
0a19a79663dd TKH calculation now takes the stations of the bed heights for the waterlevel calculation instead of letting the user define a km-step
gernotbelger
parents: 9074
diff changeset
317 <data name="ld_step" type="Double" />
0a19a79663dd TKH calculation now takes the stations of the bed heights for the waterlevel calculation instead of letting the user define a km-step
gernotbelger
parents: 9074
diff changeset
318 </state>
0a19a79663dd TKH calculation now takes the stations of the bed heights for the waterlevel calculation instead of letting the user define a km-step
gernotbelger
parents: 9074
diff changeset
319
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
320 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
321 <from state="state.sinfo.distance" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
322 <to state="state.sinfo.riverside" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
323 <condition data="calculation_mode" value="sinfo_calc_flood_duration" operator="equal" />
9050
f4b66f6692e3 sinfo.xml definition states+transitions
gernotbelger
parents: 9036
diff changeset
324 </transition>
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
325
9054
95643dffd006 rename grounding->collision; inundation_duration->flood_duration
gernotbelger
parents: 9053
diff changeset
326 <state id="state.sinfo.riverside" description="state.sinfo.riverside" state="org.dive4elements.river.artifacts.sinfo.flood_duration.RiversideRadioChoice" helpText="help.state.sinfo.riverside">
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
327 <data name="riverside" type="String" />
9036
c265c9fc915c work on u-info/s-info states
gernotbelger
parents: 8993
diff changeset
328 </state>
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
329
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
330 <state id="state.sinfo.wspl" description="state.sinfo.wspl" state="org.dive4elements.river.artifacts.sinfo.flood_duration.WsplChoice" helpText="help.state.sinfo.wspl">
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
331 <data name="wspl" type="Boolean" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
332 </state>
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
333
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
334 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
335 <from state="state.sinfo.riverside" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
336 <to state="state.sinfo.wspl" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
337 <condition data="calculation_mode" value="sinfo_calc_flood_duration" operator="equal" />
9050
f4b66f6692e3 sinfo.xml definition states+transitions
gernotbelger
parents: 9036
diff changeset
338 </transition>
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
339
9050
f4b66f6692e3 sinfo.xml definition states+transitions
gernotbelger
parents: 9036
diff changeset
340 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
341 <from state="state.sinfo.wspl" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
342 <to state="state.sinfo.wq" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
343 <condition data="wspl" value="true" operator="equal" />
9053
ad2ae847e10e - RadioButton-Auswahl generisch
gernotbelger
parents: 9050
diff changeset
344 </transition>
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
345
9053
ad2ae847e10e - RadioButton-Auswahl generisch
gernotbelger
parents: 9050
diff changeset
346 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
347 <from state="state.sinfo.wspl" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
348 <to state="state.sinfo.flood_duration" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
349 <condition data="wspl" value="false" operator="equal" />
9050
f4b66f6692e3 sinfo.xml definition states+transitions
gernotbelger
parents: 9036
diff changeset
350 </transition>
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
351
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
352 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
353 <from state="state.sinfo.wq" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
354 <to state="state.sinfo.flood_duration" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
355 <condition data="calculation_mode" value="sinfo_calc_flood_duration" operator="equal" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
356 </transition>
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
357
9054
95643dffd006 rename grounding->collision; inundation_duration->flood_duration
gernotbelger
parents: 9053
diff changeset
358 <state id="state.sinfo.flood_duration" description="state.sinfo.flood_duration" state="org.dive4elements.river.artifacts.sinfo.flood_duration.FloodDurationState" helpText="help.state.sinfo.flood_duration">
9050
f4b66f6692e3 sinfo.xml definition states+transitions
gernotbelger
parents: 9036
diff changeset
359 <outputmodes>
9135
ec1c8d3f3116 Configured manual point editing for sinfo charts
gernotbelger
parents: 9131
diff changeset
360 <outputmode name="sinfo_flood_duration" description="output.sinfo_flood_duration" mime-type="image/png" type="chart">
9050
f4b66f6692e3 sinfo.xml definition states+transitions
gernotbelger
parents: 9036
diff changeset
361 <facets>
9229
0dcd1cd41915 Different themes/facets for left bank and right bank infrastructures in S-Info flood durations, some fixmes done
mschaefer
parents: 9222
diff changeset
362 <facet name="sinfo_facet_flood_duration.left" description="flood duration of the heights of the left bank infrastructures (points)"/>
0dcd1cd41915 Different themes/facets for left bank and right bank infrastructures in S-Info flood durations, some fixmes done
mschaefer
parents: 9222
diff changeset
363 <facet name="sinfo_facet_flood_duration.right" description="flood duration of the heights of the right bank infrastructures (points)"/>
9205
3dae6b78e1da inundationDuration/floodDuration multiple columns+chartLines refactoring
gernotbelger
parents: 9204
diff changeset
364 <facet name="mainvalue.duration" description="flood duration of W main value"/>
9176
1614cb14308f Work on calculations for S-Info flood duration workflow
mschaefer
parents: 9156
diff changeset
365 </facets>
1614cb14308f Work on calculations for S-Info flood duration workflow
mschaefer
parents: 9156
diff changeset
366 </outputmode>
1614cb14308f Work on calculations for S-Info flood duration workflow
mschaefer
parents: 9156
diff changeset
367 <outputmode name="sinfo_flood_height" description="output.sinfo_flood_height" mime-type="image/png" type="chart">
1614cb14308f Work on calculations for S-Info flood duration workflow
mschaefer
parents: 9156
diff changeset
368 <facets>
9229
0dcd1cd41915 Different themes/facets for left bank and right bank infrastructures in S-Info flood durations, some fixmes done
mschaefer
parents: 9222
diff changeset
369 <facet name="sinfo_facet_flood_height.left" description="flood heights of the left bank infrastructures (points)"/>
0dcd1cd41915 Different themes/facets for left bank and right bank infrastructures in S-Info flood durations, some fixmes done
mschaefer
parents: 9222
diff changeset
370 <facet name="sinfo_facet_flood_height.right" description="flood heights of the right bank infrastructures (points)"/>
9205
3dae6b78e1da inundationDuration/floodDuration multiple columns+chartLines refactoring
gernotbelger
parents: 9204
diff changeset
371 <facet name="mainvalue.w" description="W of main value"/>
3dae6b78e1da inundationDuration/floodDuration multiple columns+chartLines refactoring
gernotbelger
parents: 9204
diff changeset
372
9176
1614cb14308f Work on calculations for S-Info flood duration workflow
mschaefer
parents: 9156
diff changeset
373 </facets>
1614cb14308f Work on calculations for S-Info flood duration workflow
mschaefer
parents: 9156
diff changeset
374 </outputmode>
1614cb14308f Work on calculations for S-Info flood duration workflow
mschaefer
parents: 9156
diff changeset
375 <outputmode name="sinfo_flood_duration_curve" description="output.sinfo_duration_curve" mime-type="image/png" type="chart">
1614cb14308f Work on calculations for S-Info flood duration workflow
mschaefer
parents: 9156
diff changeset
376 <facets>
1614cb14308f Work on calculations for S-Info flood duration workflow
mschaefer
parents: 9156
diff changeset
377 <facet name="duration_curve.w" description="facet.duration_curve.w"/>
1614cb14308f Work on calculations for S-Info flood duration workflow
mschaefer
parents: 9156
diff changeset
378 <facet name="duration_curve.q" description="facet.duration_curve.q"/>
1614cb14308f Work on calculations for S-Info flood duration workflow
mschaefer
parents: 9156
diff changeset
379 <facet name="infrastructure.w" description="geodetic height of the infrastructure"/>
1614cb14308f Work on calculations for S-Info flood duration workflow
mschaefer
parents: 9156
diff changeset
380 <facet name="mainvalues.w" description="W Main Values"/>
1614cb14308f Work on calculations for S-Info flood duration workflow
mschaefer
parents: 9156
diff changeset
381 <facet name="mainvalues.q" description="Q Main Values at optional second axis"/>
1614cb14308f Work on calculations for S-Info flood duration workflow
mschaefer
parents: 9156
diff changeset
382 <facet name="infrastructure.q" description="discharge of the infrastructure height"/>
1614cb14308f Work on calculations for S-Info flood duration workflow
mschaefer
parents: 9156
diff changeset
383 <facet name="duration_curve.manualpoints" description="Manuelle Punkte"/>
9050
f4b66f6692e3 sinfo.xml definition states+transitions
gernotbelger
parents: 9036
diff changeset
384 </facets>
f4b66f6692e3 sinfo.xml definition states+transitions
gernotbelger
parents: 9036
diff changeset
385 </outputmode>
f4b66f6692e3 sinfo.xml definition states+transitions
gernotbelger
parents: 9036
diff changeset
386
9145
e6b63b2b41b9 sinfo.flood_duration pdf, csv, ui
gernotbelger
parents: 9135
diff changeset
387 <outputmode name="sinfo_floodduration_export" description="output.sinfo_floodduration_export" mime-type="text/plain" type="export">
9050
f4b66f6692e3 sinfo.xml definition states+transitions
gernotbelger
parents: 9036
diff changeset
388 <facets>
9135
ec1c8d3f3116 Configured manual point editing for sinfo charts
gernotbelger
parents: 9131
diff changeset
389 <facet name="csv" description="facet.sinfo_flood_duration_export.csv" />
ec1c8d3f3116 Configured manual point editing for sinfo charts
gernotbelger
parents: 9131
diff changeset
390 <facet name="pdf" description="facet.sinfo_flood_duration_export.pdf" />
9050
f4b66f6692e3 sinfo.xml definition states+transitions
gernotbelger
parents: 9036
diff changeset
391 </facets>
f4b66f6692e3 sinfo.xml definition states+transitions
gernotbelger
parents: 9036
diff changeset
392 </outputmode>
9145
e6b63b2b41b9 sinfo.flood_duration pdf, csv, ui
gernotbelger
parents: 9135
diff changeset
393
e6b63b2b41b9 sinfo.flood_duration pdf, csv, ui
gernotbelger
parents: 9135
diff changeset
394 <outputmode name="sinfo_flood_duration_report" description="output.sinfo_flood_duration_report" mime-type="text/xml" type="report">
9050
f4b66f6692e3 sinfo.xml definition states+transitions
gernotbelger
parents: 9036
diff changeset
395 <facets>
9135
ec1c8d3f3116 Configured manual point editing for sinfo charts
gernotbelger
parents: 9131
diff changeset
396 <facet name="report" description="facet.sinfo_flood_duration_report" />
9050
f4b66f6692e3 sinfo.xml definition states+transitions
gernotbelger
parents: 9036
diff changeset
397 </facets>
f4b66f6692e3 sinfo.xml definition states+transitions
gernotbelger
parents: 9036
diff changeset
398 </outputmode>
f4b66f6692e3 sinfo.xml definition states+transitions
gernotbelger
parents: 9036
diff changeset
399 </outputmodes>
f4b66f6692e3 sinfo.xml definition states+transitions
gernotbelger
parents: 9036
diff changeset
400 </state>
8914
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
401
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
402 <!-- Calculation Mode: Transportkörperhöhen -->
8914
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
403 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
404 <from state="state.sinfo.calculation_mode" />
9131
0a19a79663dd TKH calculation now takes the stations of the bed heights for the waterlevel calculation instead of letting the user define a km-step
gernotbelger
parents: 9074
diff changeset
405 <to state="state.sinfo.distance_only" />
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
406 <condition data="calculation_mode" value="sinfo_calc_transport_bodies_heights" operator="equal" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
407 </transition>
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
408
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
409 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
9131
0a19a79663dd TKH calculation now takes the stations of the bed heights for the waterlevel calculation instead of letting the user define a km-step
gernotbelger
parents: 9074
diff changeset
410 <from state="state.sinfo.distance_only" />
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
411 <to state="state.sinfo.wq" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
412 <condition data="calculation_mode" value="sinfo_calc_transport_bodies_heights" operator="equal" />
8914
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
413 </transition>
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
414
9053
ad2ae847e10e - RadioButton-Auswahl generisch
gernotbelger
parents: 9050
diff changeset
415 <state id="state.sinfo.wq" description="state.sinfo.wq" state="org.dive4elements.river.artifacts.states.WQSelect" helpText="help.state.sinfo.wq">
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
416 <data name="wq_isq" type="Boolean" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
417 <data name="wq_isfree" type="Boolean" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
418 <data name="wq_isrange" type="Boolean" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
419 <data name="wq_from" type="Double" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
420 <data name="wq_to" type="Double" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
421 <data name="wq_step" type="Double" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
422 <data name="wq_single" type="Double[]" />
8914
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
423 </state>
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
424
8914
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
425 <transition transition="org.dive4elements.river.artifacts.transitions.ValueCompareTransition">
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
426 <from state="state.sinfo.wq" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
427 <to state="state.sinfo.transport_bodies_heights" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
428 <condition data="calculation_mode" value="sinfo_calc_transport_bodies_heights" operator="equal" />
8914
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
429 </transition>
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
430
8915
d9dbf0b74bc2 Refaktoring of flow depth calculation, extracting tkh part. First implementation of tkh calculation.
gernotbelger
parents: 8914
diff changeset
431 <state id="state.sinfo.transport_bodies_heights" description="state.sinfo.transport_bodies_heights" state="org.dive4elements.river.artifacts.sinfo.tkhstate.TkhState" helpText="help.state.sinfo.transport_bodies_heights">
8914
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
432 <outputmodes>
8916
5d5d0051723f Working on outputmodes of tkh calculation
gernotbelger
parents: 8915
diff changeset
433 <outputmode name="sinfo_tkk" description="output.tkk" mime-type="image/png" type="chart">
5d5d0051723f Working on outputmodes of tkh calculation
gernotbelger
parents: 8915
diff changeset
434 <facets>
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
435 <!-- REMARK: id's that ends with 'filtered' are handled differently
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
436 ' -->
8916
5d5d0051723f Working on outputmodes of tkh calculation
gernotbelger
parents: 8915
diff changeset
437 <!-- FIXME: should be filtered according to spec -->
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
438 <facet name="sinfo_facet_tkh" description="Facet for tkh" />
8916
5d5d0051723f Working on outputmodes of tkh calculation
gernotbelger
parents: 8915
diff changeset
439
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
440 <facet name="longitudinal_section.annotations" description="facet.longitudinal_section.annotations" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
441
9135
ec1c8d3f3116 Configured manual point editing for sinfo charts
gernotbelger
parents: 9131
diff changeset
442 <facet name="sinfo_tkk.manualpoints" description="Manual Points" />
ec1c8d3f3116 Configured manual point editing for sinfo charts
gernotbelger
parents: 9131
diff changeset
443
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
444 <facet name="sinfo_facet_flow_depth.filtered" description="mean flow depth" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
445 <facet name="sinfo_facet_flow_depth" description="mean flow depth" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
446
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
447 <facet name="sinfo_facet_velocity" description="Velocity" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
448 <facet name="sinfo_facet_d50" description="D50" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
449 <facet name="sinfo_facet_tau" description="Tau" />
8916
5d5d0051723f Working on outputmodes of tkh calculation
gernotbelger
parents: 8915
diff changeset
450 </facets>
5d5d0051723f Working on outputmodes of tkh calculation
gernotbelger
parents: 8915
diff changeset
451 </outputmode>
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
452
8916
5d5d0051723f Working on outputmodes of tkh calculation
gernotbelger
parents: 8915
diff changeset
453 <outputmode name="sinfo_tkh_export" description="output.sinfo_tkh_export" mime-type="text/plain" type="export">
5d5d0051723f Working on outputmodes of tkh calculation
gernotbelger
parents: 8915
diff changeset
454 <facets>
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
455 <facet name="csv" description="facet.sinfo_tkh_export.csv" />
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
456 <facet name="pdf" description="facet.sinfo_tkh_export.pdf" />
8916
5d5d0051723f Working on outputmodes of tkh calculation
gernotbelger
parents: 8915
diff changeset
457 </facets>
5d5d0051723f Working on outputmodes of tkh calculation
gernotbelger
parents: 8915
diff changeset
458 </outputmode>
5d5d0051723f Working on outputmodes of tkh calculation
gernotbelger
parents: 8915
diff changeset
459
9222
5a0e8d76582e uinfo.salix regional workflow
gernotbelger
parents: 9205
diff changeset
460 <outputmode name="sinfo_tkh_report" description="output.sinfo_tkh_report" mime-type="text/xml" type="report">
8916
5d5d0051723f Working on outputmodes of tkh calculation
gernotbelger
parents: 8915
diff changeset
461 <facets>
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
462 <facet name="report" description="facet.sinfo_tkh_report" />
8916
5d5d0051723f Working on outputmodes of tkh calculation
gernotbelger
parents: 8915
diff changeset
463 </facets>
9058
d3bef221b7d9 sinfo.collision states
gernotbelger
parents: 9057
diff changeset
464 </outputmode>
8914
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
465 </outputmodes>
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
466 </state>
e3519c3e7a0a Workflow for SINFO-Transport bodies heights inclduing winfo calculation
gernotbelger
parents: 8897
diff changeset
467 </states>
8854
7bbfb24e6eec SINFO - first prototype of BArt Fließtiefen
gernotbelger
parents:
diff changeset
468 </artifact>

http://dive4elements.wald.intevation.org