comparison artifacts/doc/conf/meta-data.xml @ 8909:31dff17c6828

Adding SInfo results to datacage
author gernotbelger
date Thu, 22 Feb 2018 18:44:28 +0100
parents 863f2850dbcf
children 5d5d0051723f
comparison
equal deleted inserted replaced
8908:9459d15d5c96 8909:31dff17c6828
343 <dc:call-macro name="longitudinal-section-user-prototype"/> 343 <dc:call-macro name="longitudinal-section-user-prototype"/>
344 </dc:when> 344 </dc:when>
345 <dc:when test="$out = 'bed_difference_height_year'"> 345 <dc:when test="$out = 'bed_difference_height_year'">
346 <dc:call-macro name="longitudinal-section-user-prototype"/> 346 <dc:call-macro name="longitudinal-section-user-prototype"/>
347 </dc:when> 347 </dc:when>
348 <dc:when test="$out = 'sinfo_flow_depth'">
349 <dc:call-macro name="longitudinal-section-user-prototype"/>
350 </dc:when>
348 <dc:comment> Discharge curves </dc:comment> 351 <dc:comment> Discharge curves </dc:comment>
349 <dc:when test="$out = 'computed_discharge_curve'"> 352 <dc:when test="$out = 'computed_discharge_curve'">
350 <dc:call-macro name="discharge-curve-user-prototype"/> 353 <dc:call-macro name="discharge-curve-user-prototype"/>
351 </dc:when> 354 </dc:when>
352 <dc:when test="$out = 'fix_derivate_curve'"> 355 <dc:when test="$out = 'fix_derivate_curve'">
1592 <dc:call-macro name="middle_bedheights"/> 1595 <dc:call-macro name="middle_bedheights"/>
1593 <dc:call-macro name="bedheight_differences"/> 1596 <dc:call-macro name="bedheight_differences"/>
1594 <dc:call-macro name="bedquality"/> 1597 <dc:call-macro name="bedquality"/>
1595 <dc:call-macro name="flow-velocity"/> 1598 <dc:call-macro name="flow-velocity"/>
1596 <dc:call-macro name="sediment-load"/> 1599 <dc:call-macro name="sediment-load"/>
1597 </dc:macro> 1600
1598 1601 <dc:comment> SINFO </dc:comment>
1602 <dc:call-macro name="sinfo_flowdepths"/>
1603 <dc:call-macro name="sinfo_tkh"/>
1604 </dc:macro>
1599 1605
1600 <!-- porosities --> 1606 <!-- porosities -->
1601 <dc:macro name="porosities"> 1607 <dc:macro name="porosities">
1602 <porosities> 1608 <porosities>
1603 <dc:context> 1609 <dc:context>
3248 </dc:otherwise> 3254 </dc:otherwise>
3249 </dc:choose> 3255 </dc:choose>
3250 <dc:macro-body/> 3256 <dc:macro-body/>
3251 </dc:macro> 3257 </dc:macro>
3252 3258
3259 <dc:macro name="sinfo_flowdepths">
3260 <dc:filter expr="($out_name = 'sinfo_flow_depth' and ($facet_name = 'sinfo_flow_depth.filtered' or $facet_name = 'sinfo_flow_depth.tkh.filtered' ) )">
3261 <dc:if test="dc:has-result()">
3262 <sinfo_flow_depths>
3263 <dc:call-macro name="collection-group">
3264 <sinfo_flow_depth description="{dc:group-key()}">
3265 <dc:for-each>
3266 <dc:element name="${facet_name}">
3267 <dc:attribute name="factory" value="sinfo"/>
3268 <dc:attribute name="target_out" value="${out}"/>
3269 <dc:attribute name="description" value="${facet_description}"/>
3270 <dc:attribute name="ids" value="${facet_num}"/>
3271 <dc:attribute name="artifact-id" value="${a_gid}"/>
3272 <dc:attribute name="out" value="${out_name}"/>
3273 </dc:element>
3274 </dc:for-each>
3275 </sinfo_flow_depth>
3276 </dc:call-macro>
3277 </sinfo_flow_depths>
3278 </dc:if>
3279 </dc:filter>
3280 </dc:macro>
3281
3282 <dc:macro name="sinfo_tkh">
3283 <dc:filter expr="($out_name = 'sinfo_flow_depth' and $facet_name = 'sinfo_flow_depth.tkh')">
3284 <dc:if test="dc:has-result()">
3285 <sinfo_tkhs>
3286 <dc:call-macro name="collection-group">
3287 <sinfo_tkh description="{dc:group-key()}">
3288 <dc:for-each>
3289 <dc:element name="${facet_name}">
3290 <dc:attribute name="factory" value="sinfo"/>
3291 <dc:attribute name="target_out" value="${out}"/>
3292 <dc:attribute name="description" value="${facet_description}"/>
3293 <dc:attribute name="ids" value="${facet_num}"/>
3294 <dc:attribute name="artifact-id" value="${a_gid}"/>
3295 <dc:attribute name="out" value="${out_name}"/>
3296 </dc:element>
3297 </dc:for-each>
3298 </sinfo_tkh>
3299 </dc:call-macro>
3300 </sinfo_tkhs>
3301 </dc:if>
3302 </dc:filter>
3303 </dc:macro>
3304
3253 </datacage> 3305 </datacage>
3254 </dc:template> 3306 </dc:template>

http://dive4elements.wald.intevation.org