Mercurial > dive4elements > river
comparison artifacts/doc/conf/meta-data.xml @ 7332:0ad8ccbd6aa4
Prototypically add longitudinal-section-user-prototype, with issues.
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Tue, 15 Oct 2013 15:37:24 +0200 |
parents | cc4477750b09 |
children | 7389fef8905c |
comparison
equal
deleted
inserted
replaced
7330:cc4477750b09 | 7332:0ad8ccbd6aa4 |
---|---|
314 Non Recommendations (user) - offer to load other projects | 314 Non Recommendations (user) - offer to load other projects |
315 </dc:comment> | 315 </dc:comment> |
316 <dc:iterate var="out" container="artifact-outs"> | 316 <dc:iterate var="out" container="artifact-outs"> |
317 <dc:choose> | 317 <dc:choose> |
318 <dc:when test="$out = 'longitudinal_section'"> | 318 <dc:when test="$out = 'longitudinal_section'"> |
319 <dc:call-macro name="longitudinal"/> | 319 <dc:call-macro name="longitudinal-section-user-prototype"/> |
320 <dc:call-macro name="differences"/> | |
321 <dc:call-macro name="bedheight_differences"/> | |
322 <dc:call-macro name="bedquality-bed"/> | |
323 <dc:call-macro name="bedquality-load"/> | |
324 <dc:call-macro name="flow-velocity"/> | |
325 <dc:call-macro name="sediment-load"/> | |
326 <dc:call-macro name="bedquality-density"/> | |
327 <dc:call-macro name="bedquality-porosity"/> | |
328 <dc:call-macro name="waterlevels-discharge"/> | |
329 <dc:call-macro name="differenceable-fix"/> | |
330 <dc:call-macro name="delta-wt-ls"/> | |
331 <dc:call-macro name="longitudinal-section"/> | |
332 </dc:when> | 320 </dc:when> |
333 <dc:when test="$out = 'discharge_longitudinal_section'"> | 321 <dc:when test="$out = 'discharge_longitudinal_section'"> |
334 <dc:call-macro name="longitudinal"/> | 322 <dc:call-macro name="longitudinal"/> |
335 <dc:call-macro name="differences"/> | 323 <dc:call-macro name="differences"/> |
336 </dc:when> | 324 </dc:when> |
548 </dc:macro> | 536 </dc:macro> |
549 | 537 |
550 <dc:macro name="longitudinal"> | 538 <dc:macro name="longitudinal"> |
551 <dc:filter expr="$out_name = 'longitudinal_section'"> | 539 <dc:filter expr="$out_name = 'longitudinal_section'"> |
552 <dc:if test="dc:has-result()"> | 540 <dc:if test="dc:has-result()"> |
553 <waterlevels> | 541 <waterlevels_ls> |
554 <dc:group expr="concat($river, ' ', dc:date-format('dd.MM.yyyy - H:mm:ss', $a_creation))"> | 542 <dc:group expr="concat($river, ' ', dc:date-format('dd.MM.yyyy - H:mm:ss', $a_creation), ' ', $collection_name)"> |
555 <dc:comment>Aheinecke: Why is this grouping different from the rest?</dc:comment> | 543 <dc:comment>Aheinecke: Why is this grouping different from the rest?</dc:comment> |
556 <longitudinal_section_columns description="{dc:group-key()}"> | 544 <longitudinal_section_columns description="{dc:group-key()}"> |
557 <dc:for-each> | 545 <dc:for-each> |
558 <dc:element name="${facet_name}"> | 546 <dc:element name="${facet_name}"> |
559 <dc:attribute name="description" value="${facet_description}"/> | 547 <dc:attribute name="description" value="${facet_description}"/> |
564 <dc:attribute name="out" value="longitudinal_section"/> | 552 <dc:attribute name="out" value="longitudinal_section"/> |
565 </dc:element> | 553 </dc:element> |
566 </dc:for-each> | 554 </dc:for-each> |
567 </longitudinal_section_columns> | 555 </longitudinal_section_columns> |
568 </dc:group> | 556 </dc:group> |
569 </waterlevels> | 557 </waterlevels_ls> |
570 </dc:if> | 558 </dc:if> |
571 </dc:filter> | 559 </dc:filter> |
572 </dc:macro> | 560 </dc:macro> |
573 | 561 |
574 <dc:macro name="longitudinal-section"> | 562 <dc:macro name="longitudinal-section-fix"> |
575 <dc:filter expr="$out_name = 'fix_longitudinal_section_curve' and | 563 <dc:filter expr="$out_name = 'fix_longitudinal_section_curve' and |
576 (starts-with($facet_name, 'fix_deviation_ls') or | 564 (starts-with($facet_name, 'fix_deviation_ls') or |
577 starts-with($facet_name, 'fix_sector_average_ls') or | 565 starts-with($facet_name, 'fix_sector_average_ls') or |
578 starts-with($facet_name, 'fix_analysis_events_ls') or | 566 starts-with($facet_name, 'fix_analysis_events_ls') or |
579 starts-with($facet_name, 'fix_reference_events_ls'))"> | 567 starts-with($facet_name, 'fix_reference_events_ls'))"> |
580 <dc:if test="dc:has-result()"> | 568 <dc:if test="dc:has-result()"> |
581 <waterlevels> | 569 <waterlevels_fix> |
582 <dc:group expr="concat($river, ' ', dc:date-format('dd.MM.yyyy - H:mm:ss', $a_creation), ' ', $collection_name)"> | 570 <dc:group expr="concat($river, ' ', dc:date-format('dd.MM.yyyy - H:mm:ss', $a_creation), ' ', $collection_name)"> |
583 <waterlevels description="{dc:group-key()}"> | 571 <waterlevels description="{dc:group-key()}"> |
584 <dc:for-each> | 572 <dc:for-each> |
585 <dc:element name="${facet_name}"> | 573 <dc:element name="${facet_name}"> |
586 <dc:attribute name="description" value="${facet_description}"/> | 574 <dc:attribute name="description" value="${facet_description}"/> |
591 <dc:attribute name="out" value="fix_longitudinal_section_curve"/> | 579 <dc:attribute name="out" value="fix_longitudinal_section_curve"/> |
592 </dc:element> | 580 </dc:element> |
593 </dc:for-each> | 581 </dc:for-each> |
594 </waterlevels> | 582 </waterlevels> |
595 </dc:group> | 583 </dc:group> |
596 </waterlevels> | 584 </waterlevels_fix> |
597 </dc:if> | 585 </dc:if> |
598 </dc:filter> | 586 </dc:filter> |
599 </dc:macro> | 587 </dc:macro> |
600 | 588 |
601 <dc:macro name="delta-wt"> | 589 <dc:macro name="delta-wt"> |
1075 </dc:macro> | 1063 </dc:macro> |
1076 | 1064 |
1077 <dc:macro name="waterlevels-discharge"> | 1065 <dc:macro name="waterlevels-discharge"> |
1078 <dc:filter expr="$out_name = 'discharge_longitudinal_section' and $facet_name = 'discharge_longitudinal_section.w'"> | 1066 <dc:filter expr="$out_name = 'discharge_longitudinal_section' and $facet_name = 'discharge_longitudinal_section.w'"> |
1079 <dc:if test="dc:has-result()"> | 1067 <dc:if test="dc:has-result()"> |
1080 <waterlevels-discharge> | 1068 <waterlevels_discharge> |
1081 <dc:group expr="concat($river, ' ', dc:date-format('dd.MM.yyyy - H:mm:ss', $a_creation), ' ', $collection_name)"> | 1069 <dc:group expr="concat($river, ' ', dc:date-format('dd.MM.yyyy - H:mm:ss', $a_creation), ' ', $collection_name)"> |
1082 <discharge description="{dc:group-key()}"> | 1070 <discharge description="{dc:group-key()}"> |
1083 <dc:for-each> | 1071 <dc:for-each> |
1084 <dc:element name="${facet_name}"> | 1072 <dc:element name="${facet_name}"> |
1085 <dc:attribute name="factory" value="winfo"/> | 1073 <dc:attribute name="factory" value="winfo"/> |
1090 <dc:attribute name="out" value="longitudinal_section"/> | 1078 <dc:attribute name="out" value="longitudinal_section"/> |
1091 </dc:element> | 1079 </dc:element> |
1092 </dc:for-each> | 1080 </dc:for-each> |
1093 </discharge> | 1081 </discharge> |
1094 </dc:group> | 1082 </dc:group> |
1095 </waterlevels-discharge> | 1083 </waterlevels_discharge> |
1096 </dc:if> | 1084 </dc:if> |
1097 </dc:filter> | 1085 </dc:filter> |
1098 </dc:macro> | 1086 </dc:macro> |
1099 <!-- Macros to load system data --> | 1087 <!-- Macros to load system data --> |
1100 | 1088 |