comparison flys-artifacts/doc/conf/meta-data.xml @ 4538:8cd4b019f150

Load bedheigt single values via the datacage for a bedheight middle output The bedheight single values are used to generate a soundings width chart.
author Björn Ricks <bjoern.ricks@intevation.de>
date Thu, 15 Nov 2012 16:29:31 +0100
parents 06c07cb478a8
children 0b48085f93aa
comparison
equal deleted inserted replaced
4537:d337c67b6845 4538:8cd4b019f150
783 <dc:call-macro name="annotations"/> 783 <dc:call-macro name="annotations"/>
784 </dc:if> 784 </dc:if>
785 <dc:if test="dc:contains($artifact-outs, 'flow_velocity')"> 785 <dc:if test="dc:contains($artifact-outs, 'flow_velocity')">
786 <dc:call-macro name="annotations"/> 786 <dc:call-macro name="annotations"/>
787 <dc:call-macro name="flow_velocity_measurements"/> 787 <dc:call-macro name="flow_velocity_measurements"/>
788 </dc:if>
789 <dc:comment>
790 MINFO bedheight middle
791 </dc:comment>
792 <dc:if test="dc:contains($artifact-outs, 'bedheight_middle')">
793 <soundings_width>
794 <dc:context>
795 <dc:statement>
796 SELECT id AS bedh_id,
797 year AS bedh_year,
798 description AS bedh_descr
799 FROM bed_height_single WHERE river_id = ${river_id}
800 </dc:statement>
801 <dc:elements>
802 <height>
803 <dc:attribute name="factory" value="bedheight"/>
804 <dc:attribute name="ids" value="bedheight-singlevalues-${bedh_id}-${bedh_year}"/>
805 <dc:attribute name="description" value="${bedh_descr}"/>
806 </height>
807 </dc:elements>
808 </dc:context>
809 </soundings_width>
788 </dc:if> 810 </dc:if>
789 <dc:comment comment="--- non-recommendations---"/> 811 <dc:comment comment="--- non-recommendations---"/>
790 </dc:otherwise> 812 </dc:otherwise>
791 </dc:choose> 813 </dc:choose>
792 814
2020 </dc:context> 2042 </dc:context>
2021 </dc:elements> 2043 </dc:elements>
2022 </fix_longitudinal_section_curve> 2044 </fix_longitudinal_section_curve>
2023 </dc:if> 2045 </dc:if>
2024 2046
2047 <dc:comment>
2048 MINFO bedheight middle
2049 </dc:comment>
2050
2025 <dc:if test="dc:contains($artifact-outs, 'bedheight_middle')"> 2051 <dc:if test="dc:contains($artifact-outs, 'bedheight_middle')">
2026 <fix_vollmer_wq_curve> 2052 <fix_vollmer_wq_curve>
2027 <dc:elements> 2053 <dc:elements>
2028 <dc:context> 2054 <dc:context>
2029 <dc:statement> 2055 <dc:statement>

http://dive4elements.wald.intevation.org