Mercurial > dive4elements > river
comparison artifacts/doc/conf/meta-data.xml @ 9176:1614cb14308f
Work on calculations for S-Info flood duration workflow
author | mschaefer |
---|---|
date | Mon, 25 Jun 2018 19:21:11 +0200 |
parents | 568961ff709a |
children | 03427b89ba62 |
comparison
equal
deleted
inserted
replaced
9175:34dc0163ad2d | 9176:1614cb14308f |
---|---|
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'"> | 136 <dc:when test="$out = 'sinfo_collision'"> |
137 <dc:call-macro name="annotations" /> | 137 <dc:call-macro name="annotations" /> |
138 </dc:when> | 138 </dc:when> |
139 <dc:when test="$out = 'sinfo_flood_duration'"> | |
140 <dc:call-macro name="annotations" /> | |
141 </dc:when> | |
142 <dc:when test="$out = 'sinfo_flood_height'"> | |
143 <dc:call-macro name="annotations" /> | |
144 </dc:when> | |
145 <dc:when test="$out = 'sinfo_flood_duration_curve'"> | |
146 <dc:call-macro name="annotations" /> | |
147 </dc:when> | |
139 </dc:choose> | 148 </dc:choose> |
140 </dc:iterate> | 149 </dc:iterate> |
141 </dc:when> | 150 </dc:when> |
142 <dc:otherwise> | 151 <dc:otherwise> |
143 <dc:comment> | 152 <dc:comment> |
299 </dc:when> | 308 </dc:when> |
300 <dc:when test="$out = 'sinfo_tkk'"> | 309 <dc:when test="$out = 'sinfo_tkk'"> |
301 <dc:call-macro name="longitudinal-section-prototype" /> | 310 <dc:call-macro name="longitudinal-section-prototype" /> |
302 </dc:when> | 311 </dc:when> |
303 <dc:when test="$out = 'sinfo_collision'"> | 312 <dc:when test="$out = 'sinfo_collision'"> |
313 <dc:call-macro name="longitudinal-section-prototype" /> | |
314 </dc:when> | |
315 <dc:when test="$out = 'sinfo_flood_duration'"> | |
316 <dc:call-macro name="longitudinal-section-prototype" /> | |
317 </dc:when> | |
318 <dc:when test="$out = 'sinfo_flood_height'"> | |
319 <dc:call-macro name="longitudinal-section-prototype" /> | |
320 </dc:when> | |
321 <dc:when test="$out = 'sinfo_flood_duration_curve'"> | |
304 <dc:call-macro name="longitudinal-section-prototype" /> | 322 <dc:call-macro name="longitudinal-section-prototype" /> |
305 </dc:when> | 323 </dc:when> |
306 </dc:choose> | 324 </dc:choose> |
307 </dc:iterate> | 325 </dc:iterate> |
308 </dc:otherwise> | 326 </dc:otherwise> |
1651 <dc:call-macro name="sinfo_flowdepths" /> | 1669 <dc:call-macro name="sinfo_flowdepths" /> |
1652 <dc:call-macro name="sinfo_flowdepths_minmax" /> | 1670 <dc:call-macro name="sinfo_flowdepths_minmax" /> |
1653 <dc:call-macro name="sinfo_flow_depth_development" /> | 1671 <dc:call-macro name="sinfo_flow_depth_development" /> |
1654 <dc:call-macro name="sinfo_tkh" /> | 1672 <dc:call-macro name="sinfo_tkh" /> |
1655 <dc:call-macro name="sinfo_collision" /> | 1673 <dc:call-macro name="sinfo_collision" /> |
1674 <dc:call-macro name="sinfo_flood_duration" /> | |
1656 | 1675 |
1657 <dc:comment> WINFO/DIFF/FIX </dc:comment> | 1676 <dc:comment> WINFO/DIFF/FIX </dc:comment> |
1658 <dc:call-macro name="longitudinal" /> | 1677 <dc:call-macro name="longitudinal" /> |
1659 <dc:call-macro name="differences" /> | 1678 <dc:call-macro name="differences" /> |
1660 <dc:call-macro name="waterlevels-discharge" /> | 1679 <dc:call-macro name="waterlevels-discharge" /> |
3412 </sinfo_collision> | 3431 </sinfo_collision> |
3413 </dc:if> | 3432 </dc:if> |
3414 </dc:filter> | 3433 </dc:filter> |
3415 </dc:macro> | 3434 </dc:macro> |
3416 | 3435 |
3436 <dc:macro name="sinfo_flood_duration"> | |
3437 <dc:filter expr="$a_state = 'state.sinfo.flood_duration'"> | |
3438 <dc:if test="dc:has-result()"> | |
3439 <sinfo_flood_duration> | |
3440 <dc:for-each> | |
3441 <dc:element name="${facet_name}"> | |
3442 <dc:attribute name="factory" value="sinfo" /> | |
3443 <dc:attribute name="target_out" value="${out}" /> | |
3444 <dc:attribute name="description" value="${facet_description}" /> | |
3445 <dc:attribute name="ids" value="${facet_num}" /> | |
3446 <dc:attribute name="artifact-id" value="${a_gid}" /> | |
3447 <dc:attribute name="out" value="${out_name}" /> | |
3448 </dc:element> | |
3449 </dc:for-each> | |
3450 </sinfo_flood_duration> | |
3451 </dc:if> | |
3452 </dc:filter> | |
3453 </dc:macro> | |
3417 <!-- channel size imported from CSV-files for S-INFO --> | 3454 <!-- channel size imported from CSV-files for S-INFO --> |
3418 <dc:macro name="sinfo_predefined_channel"> | 3455 <dc:macro name="sinfo_predefined_channel"> |
3419 <dc:context> | 3456 <dc:context> |
3420 <dc:statement> | 3457 <dc:statement> |
3421 SELECT s.id AS id, MIN(s.filename) AS seriesname, MIN(v.station) AS km_min, MAX(v.station) AS km_max, | 3458 SELECT s.id AS id, MIN(s.filename) AS seriesname, MIN(v.station) AS km_min, MAX(v.station) AS km_max, |