Mercurial > dive4elements > river
comparison artifacts/doc/conf/meta-data.xml @ 9156:568961ff709a
Added definitions for the S-Info collision workflow and output
author | mschaefer |
---|---|
date | Tue, 19 Jun 2018 14:16:45 +0200 |
parents | 7879c2ca8bd3 |
children | 1614cb14308f |
comparison
equal
deleted
inserted
replaced
9155:9b4f5e61c02e | 9156:568961ff709a |
---|---|
131 <dc:call-macro name="annotations" /> | 131 <dc:call-macro name="annotations" /> |
132 </dc:when> | 132 </dc:when> |
133 <dc:when test="$out = 'sinfo_tkk'"> | 133 <dc:when test="$out = 'sinfo_tkk'"> |
134 <dc:call-macro name="annotations" /> | 134 <dc:call-macro name="annotations" /> |
135 </dc:when> | 135 </dc:when> |
136 <dc:when test="$out = 'sinfo_collision'"> | |
137 <dc:call-macro name="annotations" /> | |
138 </dc:when> | |
136 </dc:choose> | 139 </dc:choose> |
137 </dc:iterate> | 140 </dc:iterate> |
138 </dc:when> | 141 </dc:when> |
139 <dc:otherwise> | 142 <dc:otherwise> |
140 <dc:comment> | 143 <dc:comment> |
293 </dc:when> | 296 </dc:when> |
294 <dc:when test="$out = 'sinfo_flow_depth_development_peryear'"> | 297 <dc:when test="$out = 'sinfo_flow_depth_development_peryear'"> |
295 <dc:call-macro name="longitudinal-section-prototype" /> | 298 <dc:call-macro name="longitudinal-section-prototype" /> |
296 </dc:when> | 299 </dc:when> |
297 <dc:when test="$out = 'sinfo_tkk'"> | 300 <dc:when test="$out = 'sinfo_tkk'"> |
301 <dc:call-macro name="longitudinal-section-prototype" /> | |
302 </dc:when> | |
303 <dc:when test="$out = 'sinfo_collision'"> | |
298 <dc:call-macro name="longitudinal-section-prototype" /> | 304 <dc:call-macro name="longitudinal-section-prototype" /> |
299 </dc:when> | 305 </dc:when> |
300 </dc:choose> | 306 </dc:choose> |
301 </dc:iterate> | 307 </dc:iterate> |
302 </dc:otherwise> | 308 </dc:otherwise> |
1644 <dc:comment> SINFO </dc:comment> | 1650 <dc:comment> SINFO </dc:comment> |
1645 <dc:call-macro name="sinfo_flowdepths" /> | 1651 <dc:call-macro name="sinfo_flowdepths" /> |
1646 <dc:call-macro name="sinfo_flowdepths_minmax" /> | 1652 <dc:call-macro name="sinfo_flowdepths_minmax" /> |
1647 <dc:call-macro name="sinfo_flow_depth_development" /> | 1653 <dc:call-macro name="sinfo_flow_depth_development" /> |
1648 <dc:call-macro name="sinfo_tkh" /> | 1654 <dc:call-macro name="sinfo_tkh" /> |
1655 <dc:call-macro name="sinfo_collision" /> | |
1649 | 1656 |
1650 <dc:comment> WINFO/DIFF/FIX </dc:comment> | 1657 <dc:comment> WINFO/DIFF/FIX </dc:comment> |
1651 <dc:call-macro name="longitudinal" /> | 1658 <dc:call-macro name="longitudinal" /> |
1652 <dc:call-macro name="differences" /> | 1659 <dc:call-macro name="differences" /> |
1653 <dc:call-macro name="waterlevels-discharge" /> | 1660 <dc:call-macro name="waterlevels-discharge" /> |
3386 </sinfo_tkhs> | 3393 </sinfo_tkhs> |
3387 </dc:if> | 3394 </dc:if> |
3388 </dc:filter> | 3395 </dc:filter> |
3389 </dc:macro> | 3396 </dc:macro> |
3390 | 3397 |
3398 <dc:macro name="sinfo_collision"> | |
3399 <dc:filter expr="$a_state = 'state.sinfo.collision'"> | |
3400 <dc:if test="dc:has-result()"> | |
3401 <sinfo_collision> | |
3402 <dc:for-each> | |
3403 <dc:element name="${facet_name}"> | |
3404 <dc:attribute name="factory" value="sinfo" /> | |
3405 <dc:attribute name="target_out" value="${out}" /> | |
3406 <dc:attribute name="description" value="${facet_description}" /> | |
3407 <dc:attribute name="ids" value="${facet_num}" /> | |
3408 <dc:attribute name="artifact-id" value="${a_gid}" /> | |
3409 <dc:attribute name="out" value="${out_name}" /> | |
3410 </dc:element> | |
3411 </dc:for-each> | |
3412 </sinfo_collision> | |
3413 </dc:if> | |
3414 </dc:filter> | |
3415 </dc:macro> | |
3416 | |
3391 <!-- channel size imported from CSV-files for S-INFO --> | 3417 <!-- channel size imported from CSV-files for S-INFO --> |
3392 <dc:macro name="sinfo_predefined_channel"> | 3418 <dc:macro name="sinfo_predefined_channel"> |
3393 <dc:context> | 3419 <dc:context> |
3394 <dc:statement> | 3420 <dc:statement> |
3395 SELECT s.id AS id, MIN(s.filename) AS seriesname, MIN(v.station) AS km_min, MAX(v.station) AS km_max, | 3421 SELECT s.id AS id, MIN(s.filename) AS seriesname, MIN(v.station) AS km_min, MAX(v.station) AS km_max, |