Mercurial > dive4elements > river
comparison artifacts/doc/conf/meta-data.xml @ 8950:b0aeed4c97c1
Implemented chart output for sinfo flow depth min/max calculation
author | gernotbelger |
---|---|
date | Thu, 15 Mar 2018 17:22:28 +0100 |
parents | a9950a3a71e5 |
children | ee5ce13016ed |
comparison
equal
deleted
inserted
replaced
8949:09e4a4909814 | 8950:b0aeed4c97c1 |
---|---|
119 </dc:when> | 119 </dc:when> |
120 | 120 |
121 <dc:when test="$out = 'sinfo_flow_depth'"> | 121 <dc:when test="$out = 'sinfo_flow_depth'"> |
122 <dc:call-macro name="annotations"/> | 122 <dc:call-macro name="annotations"/> |
123 </dc:when> | 123 </dc:when> |
124 <dc:when test="$out = 'sinfo_flow_depth_minmax'"> | |
125 <dc:call-macro name="annotations"/> | |
126 </dc:when> | |
124 <dc:when test="$out = 'sinfo_tkk'"> | 127 <dc:when test="$out = 'sinfo_tkk'"> |
125 <dc:call-macro name="annotations"/> | 128 <dc:call-macro name="annotations"/> |
126 </dc:when> | 129 </dc:when> |
127 </dc:choose> | 130 </dc:choose> |
128 </dc:iterate> | 131 </dc:iterate> |
264 </dc:when> | 267 </dc:when> |
265 | 268 |
266 <dc:when test="$out = 'sinfo_flow_depth'"> | 269 <dc:when test="$out = 'sinfo_flow_depth'"> |
267 <dc:call-macro name="longitudinal-section-prototype"/> | 270 <dc:call-macro name="longitudinal-section-prototype"/> |
268 </dc:when> | 271 </dc:when> |
269 | 272 <dc:when test="$out = 'sinfo_flow_depth_minmax'"> |
273 <dc:call-macro name="longitudinal-section-prototype"/> | |
274 </dc:when> | |
270 <dc:when test="$out = 'sinfo_tkk'"> | 275 <dc:when test="$out = 'sinfo_tkk'"> |
271 <dc:call-macro name="longitudinal-section-prototype"/> | 276 <dc:call-macro name="longitudinal-section-prototype"/> |
272 </dc:when> | 277 </dc:when> |
273 </dc:choose> | 278 </dc:choose> |
274 </dc:iterate> | 279 </dc:iterate> |
349 </dc:when> | 354 </dc:when> |
350 <dc:when test="$out = 'bed_difference_height_year'"> | 355 <dc:when test="$out = 'bed_difference_height_year'"> |
351 <dc:call-macro name="longitudinal-section-user-prototype"/> | 356 <dc:call-macro name="longitudinal-section-user-prototype"/> |
352 </dc:when> | 357 </dc:when> |
353 <dc:when test="$out = 'sinfo_flow_depth'"> | 358 <dc:when test="$out = 'sinfo_flow_depth'"> |
359 <dc:call-macro name="longitudinal-section-user-prototype"/> | |
360 </dc:when> | |
361 <dc:when test="$out = 'sinfo_flow_depth_minmax'"> | |
354 <dc:call-macro name="longitudinal-section-user-prototype"/> | 362 <dc:call-macro name="longitudinal-section-user-prototype"/> |
355 </dc:when> | 363 </dc:when> |
356 <dc:when test="$out = 'sinfo_tkk'"> | 364 <dc:when test="$out = 'sinfo_tkk'"> |
357 <dc:call-macro name="longitudinal-section-user-prototype"/> | 365 <dc:call-macro name="longitudinal-section-user-prototype"/> |
358 </dc:when> | 366 </dc:when> |
1530 <dc:call-macro name="flow-velocity"/> | 1538 <dc:call-macro name="flow-velocity"/> |
1531 <dc:call-macro name="sediment-load"/> | 1539 <dc:call-macro name="sediment-load"/> |
1532 | 1540 |
1533 <dc:comment> SINFO </dc:comment> | 1541 <dc:comment> SINFO </dc:comment> |
1534 <dc:call-macro name="sinfo_flowdepths"/> | 1542 <dc:call-macro name="sinfo_flowdepths"/> |
1543 <dc:call-macro name="sinfo_flowdepths_minmax"/> | |
1535 <dc:call-macro name="sinfo_tkh"/> | 1544 <dc:call-macro name="sinfo_tkh"/> |
1536 | 1545 |
1537 <dc:call-macro name="sinfo_tkh_velocity"/> | 1546 <dc:call-macro name="sinfo_tkh_velocity"/> |
1538 <dc:call-macro name="sinfo_tkh_d50"/> | 1547 <dc:call-macro name="sinfo_tkh_d50"/> |
1539 <dc:call-macro name="sinfo_tkh_tau"/> | 1548 <dc:call-macro name="sinfo_tkh_tau"/> |
3105 </sinfo_flow_depths> | 3114 </sinfo_flow_depths> |
3106 </dc:if> | 3115 </dc:if> |
3107 </dc:filter> | 3116 </dc:filter> |
3108 </dc:macro> | 3117 </dc:macro> |
3109 | 3118 |
3119 <dc:macro name="sinfo_flowdepths_minmax"> | |
3120 <dc:filter expr="( $facet_name = 'sinfo_facet_flow_depth_min.filtered' or $facet_name = 'sinfo_facet_flow_depth_max.filtered' )"> | |
3121 <dc:if test="dc:has-result()"> | |
3122 <sinfo_flow_depths_minmax> | |
3123 <dc:call-macro name="collection-group"> | |
3124 <sinfo_flow_depth_minmax description="{dc:group-key()}"> | |
3125 <dc:for-each> | |
3126 <dc:element name="${facet_name}"> | |
3127 <dc:attribute name="factory" value="sinfo"/> | |
3128 <dc:attribute name="target_out" value="${out}"/> | |
3129 <dc:attribute name="description" value="${facet_description}"/> | |
3130 <dc:attribute name="ids" value="${facet_num}"/> | |
3131 <dc:attribute name="artifact-id" value="${a_gid}"/> | |
3132 <dc:attribute name="out" value="${out_name}"/> | |
3133 </dc:element> | |
3134 </dc:for-each> | |
3135 </sinfo_flow_depth_minmax> | |
3136 </dc:call-macro> | |
3137 </sinfo_flow_depths_minmax> | |
3138 </dc:if> | |
3139 </dc:filter> | |
3140 </dc:macro> | |
3141 | |
3110 <dc:macro name="sinfo_tkh"> | 3142 <dc:macro name="sinfo_tkh"> |
3111 <dc:filter expr="$facet_name = 'sinfo_facet_tkh' or $facet_name = 'sinfo_facet_tkh'"> | 3143 <dc:filter expr="$facet_name = 'sinfo_facet_tkh' or $facet_name = 'sinfo_facet_tkh'"> |
3112 <dc:if test="dc:has-result()"> | 3144 <dc:if test="dc:has-result()"> |
3113 <sinfo_tkhs> | 3145 <sinfo_tkhs> |
3114 <dc:call-macro name="collection-group"> | 3146 <dc:call-macro name="collection-group"> |