comparison artifacts/doc/conf/meta-data.xml @ 9573:b9c87bbff6a4

mean bed height -> mean bed LEVEL
author gernotbelger
date Tue, 06 Nov 2018 10:56:22 +0100
parents 669ab639c56b
children 1d4262a68f1f
comparison
equal deleted inserted replaced
9572:0d0c8fd1b8c8 9573:b9c87bbff6a4
2100 <rastermap> 2100 <rastermap>
2101 <background factory="wmsbackground" ids="{$river_id}" target_out="{$out}"/> 2101 <background factory="wmsbackground" ids="{$river_id}" target_out="{$out}"/>
2102 </rastermap> 2102 </rastermap>
2103 </dc:macro> 2103 </dc:macro>
2104 2104
2105 <!-- bed heights --> 2105 <!-- bed levels -->
2106 <dc:macro name="minfo-heights-diff"> 2106 <dc:macro name="minfo-heights-diff">
2107 <dc:context> 2107 <dc:context>
2108 <dc:statement> 2108 <dc:statement>
2109 WITH sta 2109 WITH sta
2110 AS (SELECT bhs.id, 2110 AS (SELECT bhs.id,
2198 <height factory="bedheight" target_out="{$out}" ids="bedheight-singleMax-{$bedh_id}-{$bedh_year}-KL-{$bedh_descr}" info="{$info}" description="KL-{$bedh_descr}"/> 2198 <height factory="bedheight" target_out="{$out}" ids="bedheight-singleMax-{$bedh_id}-{$bedh_year}-KL-{$bedh_descr}" info="{$info}" description="KL-{$bedh_descr}"/>
2199 </dc:if> 2199 </dc:if>
2200 </dc:for-each> 2200 </dc:for-each>
2201 </dc:macro> 2201 </dc:macro>
2202 2202
2203 <!-- Show only MW bed height and name it in a neutral way --> 2203 <!-- Show only MW bed level and name it in a neutral way -->
2204 <dc:macro name="bed-heights-factory_MW"> 2204 <dc:macro name="bed-heights-factory_MW">
2205 <dc:for-each> 2205 <dc:for-each>
2206 <dc:if test="$bedh_height_count > 0"> 2206 <dc:if test="$bedh_height_count > 0">
2207 <!-- REMARK: addition 'yaer' attribute is used by intelligent datacage filter of SINFO --> 2207 <!-- REMARK: addition 'yaer' attribute is used by intelligent datacage filter of SINFO -->
2208 <height factory="bedheight" target_out="{$out}" ids="bedheight-single-{$bedh_id}-{$bedh_year}-{$bedh_descr}" info="{$info}" description="{$bedh_descr}" year="{$bedh_year}"/> 2208 <height factory="bedheight" target_out="{$out}" ids="bedheight-single-{$bedh_id}-{$bedh_year}-{$bedh_descr}" info="{$info}" description="{$bedh_descr}" year="{$bedh_year}"/>
2223 </dc:if> 2223 </dc:if>
2224 </dc:context> 2224 </dc:context>
2225 </single> 2225 </single>
2226 </dc:macro> 2226 </dc:macro>
2227 2227
2228 <!-- Show bed heights that have MW values with a neutral name --> 2228 <!-- Show bed levels that have MW values with a neutral name -->
2229 <dc:macro name="bed-heights-single-MW"> 2229 <dc:macro name="bed-heights-single-MW">
2230 <single> 2230 <single>
2231 <dc:context> 2231 <dc:context>
2232 <dc:call-macro name="bed-heights-statement"/> 2232 <dc:call-macro name="bed-heights-statement"/>
2233 <dc:filter expr="$bedh_height_count"> 2233 <dc:filter expr="$bedh_height_count">
2241 </dc:filter> 2241 </dc:filter>
2242 </dc:context> 2242 </dc:context>
2243 </single> 2243 </single>
2244 </dc:macro> 2244 </dc:macro>
2245 2245
2246 <!-- Show bed heights that have KL and TW values with a neutral name --> 2246 <!-- Show bed levels that have KL and TW values with a neutral name -->
2247 <dc:macro name="bed-heights-single-KL_TW"> 2247 <dc:macro name="bed-heights-single-KL_TW">
2248 <single> 2248 <single>
2249 <dc:context> 2249 <dc:context>
2250 <dc:call-macro name="bed-heights-statement"/> 2250 <dc:call-macro name="bed-heights-statement"/>
2251 <dc:filter expr="$bedh_max_count > 0 and $bedh_min_count > 0"> 2251 <dc:filter expr="$bedh_max_count > 0 and $bedh_min_count > 0">

http://dive4elements.wald.intevation.org