Mercurial > dive4elements > river
comparison artifacts/doc/conf/meta-data.xml @ 9344:c08003a68478
Added longitudinal section prototype for S-Info flood duration output datacage
author | mschaefer |
---|---|
date | Mon, 30 Jul 2018 16:43:44 +0200 |
parents | c9a4eb3afa4a |
children | 063befcaef74 |
comparison
equal
deleted
inserted
replaced
9343:012ca0cf8756 | 9344:c08003a68478 |
---|---|
140 <dc:call-macro name="annotations" /> | 140 <dc:call-macro name="annotations" /> |
141 </dc:when> | 141 </dc:when> |
142 <dc:when test="$out = 'sinfo_flood_height'"> | 142 <dc:when test="$out = 'sinfo_flood_height'"> |
143 <dc:call-macro name="annotations" /> | 143 <dc:call-macro name="annotations" /> |
144 </dc:when> | 144 </dc:when> |
145 <!--TODO sinfo_floodduration_curve: mainvalues wie in winfo-duration_curve unterstuetzen--> | |
146 <!--dc:when test="$out = 'sinfo_floodduration_curve'"> | |
147 <dc:call-macro name="mainvalues" /> | |
148 </dc:when--> | |
145 | 149 |
146 <dc:when test="$out = 'uinfo_salix_line'"> | 150 <dc:when test="$out = 'uinfo_salix_line'"> |
147 <dc:call-macro name="annotations" /> | 151 <dc:call-macro name="annotations" /> |
148 </dc:when> | 152 </dc:when> |
149 </dc:choose> | 153 </dc:choose> |
317 <dc:call-macro name="longitudinal-section-prototype" /> | 321 <dc:call-macro name="longitudinal-section-prototype" /> |
318 </dc:when> | 322 </dc:when> |
319 <dc:when test="$out = 'sinfo_flood_height'"> | 323 <dc:when test="$out = 'sinfo_flood_height'"> |
320 <dc:call-macro name="longitudinal-section-prototype" /> | 324 <dc:call-macro name="longitudinal-section-prototype" /> |
321 </dc:when> | 325 </dc:when> |
326 <!--TODO sinfo_floodduration_curve: mainvalues wie in winfo-duration_curve unterstuetzen--> | |
327 <!--dc:when test="$out = 'sinfo_floodduration_curve'"> | |
328 <dc:call-macro name="mainvalues" /> | |
329 <dc:call-macro name="basedata_2_fixations_relative_point" /> | |
330 <dc:call-macro name="basedata_4_heightmarks-points-relative_points" /> | |
331 <dc:call-macro name="basedata_5_flood-protections_relative_points" /> | |
332 </dc:when--> | |
322 | 333 |
323 <dc:when test="$out = 'uinfo_salix_line'"> | 334 <dc:when test="$out = 'uinfo_salix_line'"> |
324 <dc:call-macro name="longitudinal-section-prototype" /> | 335 <dc:call-macro name="longitudinal-section-prototype" /> |
325 </dc:when> | 336 </dc:when> |
326 <dc:when test="$out = 'uinfo.inundation_duration.vegzoneselect'"> | 337 <dc:when test="$out = 'uinfo.inundation_duration.vegzoneselect'"> |
418 </dc:when> | 429 </dc:when> |
419 <dc:when test="$out = 'sinfo_flow_depth_development_peryear'"> | 430 <dc:when test="$out = 'sinfo_flow_depth_development_peryear'"> |
420 <dc:call-macro name="longitudinal-section-user-prototype" /> | 431 <dc:call-macro name="longitudinal-section-user-prototype" /> |
421 </dc:when> | 432 </dc:when> |
422 <dc:when test="$out = 'sinfo_tkk'"> | 433 <dc:when test="$out = 'sinfo_tkk'"> |
434 <dc:call-macro name="longitudinal-section-user-prototype" /> | |
435 </dc:when> | |
436 <dc:when test="$out = 'sinfo_flood_duration'"> | |
437 <dc:call-macro name="longitudinal-section-user-prototype" /> | |
438 </dc:when> | |
439 <dc:when test="$out = 'sinfo_flood_height'"> | |
423 <dc:call-macro name="longitudinal-section-user-prototype" /> | 440 <dc:call-macro name="longitudinal-section-user-prototype" /> |
424 </dc:when> | 441 </dc:when> |
425 <dc:when test="$out = 'uinfo.inundation_duration.vegzoneselect'"> | 442 <dc:when test="$out = 'uinfo.inundation_duration.vegzoneselect'"> |
426 <dc:call-macro name="vegetationzones" /> | 443 <dc:call-macro name="vegetationzones" /> |
427 </dc:when> | 444 </dc:when> |
3477 </dc:for-each> | 3494 </dc:for-each> |
3478 </sinfo_flood_duration> | 3495 </sinfo_flood_duration> |
3479 </dc:if> | 3496 </dc:if> |
3480 </dc:filter> | 3497 </dc:filter> |
3481 </dc:macro> | 3498 </dc:macro> |
3499 | |
3482 <!-- channel size imported from CSV-files for S-INFO --> | 3500 <!-- channel size imported from CSV-files for S-INFO --> |
3483 <dc:macro name="sinfo_predefined_channel"> | 3501 <dc:macro name="sinfo_predefined_channel"> |
3484 <dc:context> | 3502 <dc:context> |
3485 <dc:statement> | 3503 <dc:statement> |
3486 SELECT s.id AS id, MIN(s.filename) AS seriesname, MIN(v.station) AS km_min, MAX(v.station) AS km_max, | 3504 SELECT s.id AS id, MIN(s.filename) AS seriesname, MIN(v.station) AS km_min, MAX(v.station) AS km_max, |