comparison artifacts/doc/conf/meta-data.xml @ 9518:2e6fd354dd8e

Put iota cross section results in own data cage folder; working now
author gernotbelger
date Mon, 01 Oct 2018 15:54:57 +0200
parents 4efaa2622c43
children b188255f08b3
comparison
equal deleted inserted replaced
9517:17e4defa8dac 9518:2e6fd354dd8e
480 <dc:call-macro name="discharge-curve-user-prototype"/> 480 <dc:call-macro name="discharge-curve-user-prototype"/>
481 </dc:when> 481 </dc:when>
482 <dc:when test="starts-with($out, 'sq_relation') or $out = 'sq_overview'"> 482 <dc:when test="starts-with($out, 'sq_relation') or $out = 'sq_overview'">
483 <dc:call-macro name="discharge-curve-user-prototype"/> 483 <dc:call-macro name="discharge-curve-user-prototype"/>
484 </dc:when> 484 </dc:when>
485
485 <dc:comment> Time series </dc:comment> 486 <dc:comment> Time series </dc:comment>
486 <dc:when test="$out = 'fix_deltawt_curve'"> 487 <dc:when test="$out = 'fix_deltawt_curve'">
487 <dc:call-macro name="delta-wt"/> 488 <dc:call-macro name="delta-wt"/>
488 </dc:when> 489 </dc:when>
489 <dc:when test="$out = 'historical_discharge'"> 490 <dc:when test="$out = 'historical_discharge'">
613 </dc:if> 614 </dc:if>
614 </dc:filter> 615 </dc:filter>
615 </dc:macro> 616 </dc:macro>
616 617
617 <dc:macro name="cross_section_user_content"> 618 <dc:macro name="cross_section_user_content">
618 <dc:call-macro name="waterlevels"/> 619 <dc:call-macro name="cross_section_user_content_waterlevels"/>
620 <dc:call-macro name="cross_section_user_content_iota"/>
619 <dc:call-macro name="vegetationzones"/> 621 <dc:call-macro name="vegetationzones"/>
620 </dc:macro> 622 </dc:macro>
621 623
622 <dc:macro name="waterlevels"> 624 <dc:macro name="cross_section_user_content_waterlevels">
623 <dc:filter expr="$out_name = 'cross_section'"> 625 <dc:filter expr="$out_name = 'cross_section' and $a_state != 'state.uinfo.salix_line'">
624 <dc:if test="dc:has-result()"> 626 <dc:if test="dc:has-result()">
625 <waterlevels> 627 <waterlevels>
626 <dc:group expr="concat($river, ' ', dc:date-format('dd.MM.yyyy - H:mm:ss', $a_creation))"> 628 <dc:group expr="concat($river, ' ', dc:date-format('dd.MM.yyyy - H:mm:ss', $a_creation))">
627 <dc:comment>Aheinecke: Why is this grouping different from the rest?</dc:comment> 629 <dc:comment>Aheinecke: Why is this grouping different from the rest?</dc:comment>
628 <longitudinal_section_columns description="{dc:group-key()}"> 630 <longitudinal_section_columns description="{dc:group-key()}">
641 </waterlevels> 643 </waterlevels>
642 </dc:if> 644 </dc:if>
643 </dc:filter> 645 </dc:filter>
644 </dc:macro> 646 </dc:macro>
645 647
646 648 <dc:macro name="cross_section_user_content_iota">
649 <dc:filter expr="$out_name = 'cross_section' and $a_state = 'state.uinfo.salix_line' and starts-with($facet_name, 'uinfo_facet_salix_')">
650 <dc:if test="dc:has-result()">
651 <uinfo_salix_lines>
652 <dc:group expr="concat($river, ' ', dc:date-format('dd.MM.yyyy - H:mm:ss', $a_creation))">
653 <dc:comment>Aheinecke: Why is this grouping different from the rest?</dc:comment>
654 <longitudinal_section_columns description="{dc:group-key()}">
655 <dc:for-each>
656 <dc:element name="${facet_name}">
657 <dc:attribute name="description" value="${facet_description}"/>
658 <dc:attribute name="ids" value="${facet_num}"/>
659 <dc:attribute name="factory" value="uinfo"/>
660 <dc:attribute name="target_out" value="${out}"/>
661 <dc:attribute name="artifact-id" value="${a_gid}"/>
662 <dc:attribute name="out" value="cross_section"/>
663 </dc:element>
664 </dc:for-each>
665 </longitudinal_section_columns>
666 </dc:group>
667 </uinfo_salix_lines>
668 </dc:if>
669 </dc:filter>
670 </dc:macro>
647 671
648 <dc:macro name="collection-group"> 672 <dc:macro name="collection-group">
649 <dc:group expr="concat($river, ' ', dc:date-format('dd.MM.yyyy - H:mm:ss', $a_creation), ' ', $collection_name)"> 673 <dc:group expr="concat($river, ' ', dc:date-format('dd.MM.yyyy - H:mm:ss', $a_creation), ' ', $collection_name)">
650 <dc:macro-body/> 674 <dc:macro-body/>
651 </dc:group> 675 </dc:group>

http://dive4elements.wald.intevation.org