Mercurial > dive4elements > river
comparison artifacts/doc/conf/meta-data.xml @ 8299:de42523b2e27
Classify and sort iteration over recommendations.
author | "Tom Gottfried <tom@intevation.de>" |
---|---|
date | Fri, 19 Sep 2014 15:45:54 +0200 |
parents | 5dfb3ff98bc6 |
children | b70f0a3510c7 |
comparison
equal
deleted
inserted
replaced
8298:5dfb3ff98bc6 | 8299:de42523b2e27 |
---|---|
35 Recommendations (client shall load immediately). | 35 Recommendations (client shall load immediately). |
36 </dc:comment> | 36 </dc:comment> |
37 <dc:iterate var="out" container="artifact-outs"> | 37 <dc:iterate var="out" container="artifact-outs"> |
38 <dc:message>Rec out iteration for: {$out}</dc:message> | 38 <dc:message>Rec out iteration for: {$out}</dc:message> |
39 <dc:choose> | 39 <dc:choose> |
40 <dc:comment> Longitudinal sections </dc:comment> | |
40 <dc:when test="$out = 'w_differences'"> | 41 <dc:when test="$out = 'w_differences'"> |
41 <dc:call-macro name="annotations"/> | 42 <dc:call-macro name="annotations"/> |
42 </dc:when> | 43 </dc:when> |
43 <dc:when test="$out = 'discharge_longitudinal_section'"> | 44 <dc:when test="$out = 'discharge_longitudinal_section'"> |
44 <dc:call-macro name="annotations"/> | 45 <dc:call-macro name="annotations"/> |
45 <dc:call-macro name="officiallines_user"/> | 46 <dc:call-macro name="officiallines_user"/> |
46 </dc:when> | 47 </dc:when> |
48 <dc:when test="$out = 'longitudinal_section'"> | |
49 <dc:call-macro name="annotations"/> | |
50 <dc:call-macro name="officiallines_user"/> | |
51 </dc:when> | |
52 <dc:when test="$out = 'fix_longitudinal_section_curve'"> | |
53 <dc:call-macro name="annotations"/> | |
54 </dc:when> | |
55 <dc:when test="$out = 'bedheight_middle'"> | |
56 <dc:call-macro name="annotations"/> | |
57 </dc:when> | |
58 <dc:when test="$out = 'bed_difference_year'"> | |
59 <dc:call-macro name="annotations"/> | |
60 <dc:call-macro name="basedata_6_delta_w"/> | |
61 </dc:when> | |
62 <dc:when test="$out = 'bed_difference_height_year'"> | |
63 <dc:call-macro name="annotations"/> | |
64 <dc:call-macro name="basedata_6_delta_w"/> | |
65 </dc:when> | |
66 <dc:when test="$out = 'sedimentload_ls'"> | |
67 <dc:call-macro name="annotations"/> | |
68 <dc:call-macro name="sedimentload_off_epochs"/> | |
69 </dc:when> | |
70 <dc:when test="$out = 'bed_longitudinal_section'"> | |
71 <dc:call-macro name="annotations"/> | |
72 </dc:when> | |
73 <dc:when test="$out = 'flow_velocity'"> | |
74 <dc:call-macro name="annotations"/> | |
75 </dc:when> | |
76 <dc:comment> Discharge curves </dc:comment> | |
47 <dc:when test="$out = 'historical_discharge_wq'"> | 77 <dc:when test="$out = 'historical_discharge_wq'"> |
48 <dc:call-macro name="mainvalues"/> | 78 <dc:call-macro name="mainvalues"/> |
49 </dc:when> | 79 </dc:when> |
80 <dc:when test="$out = 'discharge_curve'"> | |
81 <dc:call-macro name="mainvalues"/> | |
82 <dc:call-macro name="basedata_3_officials_wq"/> | |
83 </dc:when> | |
84 <dc:when test="$out = 'computed_discharge_curve'"> | |
85 <dc:call-macro name="mainvalues"/> | |
86 <dc:call-macro name="basedata_3_officials_wq"/> | |
87 <dc:call-macro name="basedata_2_fixations_wqkms"/> | |
88 </dc:when> | |
89 <dc:when test="$out = 'fix_wq_curve'"> | |
90 <dc:call-macro name="mainvalues"/> | |
91 <dc:call-macro name="qsectors"/> | |
92 </dc:when> | |
93 <dc:comment> Cross sections </dc:comment> | |
50 <dc:when test="$out = 'cross_section'"> | 94 <dc:when test="$out = 'cross_section'"> |
51 <dc:call-macro name="cross_sections"/> | 95 <dc:call-macro name="cross_sections"/> |
52 <dc:call-macro name="hyks"/> | 96 <dc:call-macro name="hyks"/> |
53 <dc:call-macro name="officiallines_user"/> | 97 <dc:call-macro name="officiallines_user"/> |
54 </dc:when> | 98 </dc:when> |
55 <dc:when test="$out = 'discharge_curve'"> | 99 <dc:comment> Duration curve </dc:comment> |
56 <dc:call-macro name="mainvalues"/> | |
57 <dc:call-macro name="basedata_3_officials_wq"/> | |
58 </dc:when> | |
59 <dc:when test="$out = 'computed_discharge_curve'"> | |
60 <dc:call-macro name="mainvalues"/> | |
61 <dc:call-macro name="basedata_3_officials_wq"/> | |
62 <dc:call-macro name="basedata_2_fixations_wqkms"/> | |
63 </dc:when> | |
64 <dc:when test="$out = 'duration_curve'"> | 100 <dc:when test="$out = 'duration_curve'"> |
65 <dc:call-macro name="mainvalues"/> | 101 <dc:call-macro name="mainvalues"/> |
66 </dc:when> | 102 </dc:when> |
103 <dc:comment> Reference curve </dc:comment> | |
67 <dc:when test="$out = 'reference_curve'"> | 104 <dc:when test="$out = 'reference_curve'"> |
68 <dc:call-macro name="mainvalues"/> | 105 <dc:call-macro name="mainvalues"/> |
69 </dc:when> | 106 </dc:when> |
70 <dc:when test="$out = 'fix_wq_curve'"> | 107 <dc:comment> Maps </dc:comment> |
71 <dc:call-macro name="mainvalues"/> | |
72 <dc:call-macro name="qsectors"/> | |
73 </dc:when> | |
74 <dc:when test="$out = 'longitudinal_section'"> | |
75 <dc:call-macro name="annotations"/> | |
76 <dc:call-macro name="officiallines_user"/> | |
77 </dc:when> | |
78 <dc:when test="$out = 'fix_longitudinal_section_curve'"> | |
79 <dc:call-macro name="annotations"/> | |
80 </dc:when> | |
81 <dc:when test="$out = 'bedheight_middle'"> | |
82 <dc:call-macro name="annotations"/> | |
83 </dc:when> | |
84 <dc:when test="$out = 'bed_difference_year'"> | |
85 <dc:call-macro name="annotations"/> | |
86 <dc:call-macro name="basedata_6_delta_w"/> | |
87 </dc:when> | |
88 <dc:when test="$out = 'bed_difference_height_year'"> | |
89 <dc:call-macro name="annotations"/> | |
90 <dc:call-macro name="basedata_6_delta_w"/> | |
91 </dc:when> | |
92 <dc:when test="$out = 'floodmap'"> | 108 <dc:when test="$out = 'floodmap'"> |
93 <dc:call-macro name="flood-map-recommended"/> | 109 <dc:call-macro name="flood-map-recommended"/> |
94 </dc:when> | |
95 <dc:when test="$out = 'sedimentload_ls'"> | |
96 <dc:call-macro name="annotations"/> | |
97 <dc:call-macro name="sedimentload_off_epochs"/> | |
98 </dc:when> | |
99 <dc:when test="$out = 'bed_longitudinal_section'"> | |
100 <dc:call-macro name="annotations"/> | |
101 </dc:when> | |
102 <dc:when test="$out = 'flow_velocity'"> | |
103 <dc:call-macro name="annotations"/> | |
104 </dc:when> | 110 </dc:when> |
105 </dc:choose> | 111 </dc:choose> |
106 </dc:iterate> | 112 </dc:iterate> |
107 </dc:when> | 113 </dc:when> |
108 <dc:otherwise> | 114 <dc:otherwise> |