This file is indexed.

/usr/share/magics/10_days_metgram.xml is in libmagics++-data 3.0.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<?xml version="1.0"?>
<!--
(C) Copyright 1996-2016 ECMWF.

This software is licensed under the terms of the Apache Licence Version 2.0
which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. 
In applying this licence, ECMWF does not waive the privileges and immunities 
granted to it by virtue of its status as an intergovernmental organisation nor
does it submit to any jurisdiction.
-->

<magics version="3.0" format="a4" orientation="portrait">
	<definition>
		<metgram id="station" 
                station_name='$station' station_height="$height" 
                latitude="$latitude" longitude="$longitude" 
                date='$date' time="$time" 
                eps_temperature_correction='yes'
                database='$database/detdb'> $title 
                <none/>
        </metgram>
	
       <text id='title' margin_bottom='75%'
                    font='sansserif' colour='blue' font_size='0.4'
                    justification='left' display='absolute'/>
       <text id='title_tempe' margin_bottom='78%'
                    font='sansserif' colour='blue' font_size='0.4'
                    justification='left' display='absolute'/>
        <text id='title_wind' margin_bottom='60%'
                    font='sansserif' colour='blue' font_size='0.4'
                    justification='left' display='absolute'/>

		<map id="box"  margin_bottom='7%' margin_top='15%' border-colour='kelly_green'/>			
		<map id="box_wind"  margin_bottom='7%' margin_top='21%' border-colour='kelly_green'/>			

		<horizontal_axis id="haxis" axis_line="false" line_thickness="4" colour='kelly_green'>			
			<nolabel/>
			<date/>
			<noline/>
            <minortick colour='kelly_green'/>
			<grid line_style="dot" colour='kelly_green'/>
            <tick colour='kelly_green'/>
		</horizontal_axis>

		<vertical_axis id="vaxis" axis_line="false" line_thickness="4" colour='kelly_green'>		
			<noline/>
            <label colour='kelly_green'/>
			<grid line_style="dot" colour='kelly_green'/>
            <tick colour='kelly_green'/>
		</vertical_axis>
	</definition>
	<drivers>
		<$ps/>
		<$pdf/>
		<$png/>
		<$gif/>
		<$svg/>
	</drivers>
   
	<page height='8%' border='off'>
		<$meta/>
		<nopageid/>
	</page>
	<page height='15%' border='off'>  
		<nopageid/>
		<map use_id='box'>
			<cartesian>
				<x_date automatic='on'/>
				<y_regular  y_min="0" y_max="100"/>
			</cartesian> 
			<text use_id='title'/>
			<horizontal_axis use_id="haxis"/>
			<vertical_axis use_id="vaxis"> <regular/>	</vertical_axis>
			<plot>
				<metgram use_id="station" parameter="cloud_cover" long_title='true'/>
				<metgraph> <bar/> </metgraph>
			</plot>
		</map>
	</page>
	<page  height='15%' border='off'>
		<nopageid/>
		<map use_id='box'>
			<cartesian>
				<x_date automatic='on'/>
				<y_regular  y_min="0" y_max="100"/>
			</cartesian> 
			<text use_id='title'/>
			<horizontal_axis use_id="haxis"/>                
			<vertical_axis use_id="vaxis"> </vertical_axis>
			<plot>
				<metgram use_id="station" parameter="humidity"/>
				<metgraph> </metgraph>
			</plot>
		</map>
	</page>

	<page  height='15%' border='off'>
		<nopageid/>
		<map use_id='box'>
			<cartesian>
				<x_date automatic='on'/>
				<y_regular automatic='on'/>
			</cartesian> 
			<text use_id='title'/>
			<horizontal_axis use_id="haxis"/>
			<vertical_axis use_id="vaxis"/>
			<plot>
				<metgram use_id="station" parameter="precipitation"/>
				<metgraph> <bar/> </metgraph>
			</plot>
		</map>
	</page>

	<page  height='15%' border='off'>
		<nopageid/>
		<map use_id='box' >
			<cartesian>
				<x_date automatic='on'/>
				<y_regular automatic='on'/>
			</cartesian>
			<text use_id='title'/>
			<horizontal_axis use_id="haxis"/>				
			<vertical_axis use_id="vaxis"/>
			<plot>
				<metgram use_id="station" parameter="msl"/>
				<metgraph> </metgraph>
			</plot>
		</map>
	</page>

	<page height="8%" border='off'>
		<nopageid/>
		<map use_id='box_wind'>
			<cartesian>
				<x_date automatic='on'/>
				<y_regular y_min='-1' y_max='1'/>
			</cartesian>
			<text use_id='title_wind'/>
			<horizontal_axis use_id="haxis"/>
			<vertical_axis use_id="vaxis"> <nolabel/> <notick/> <nogrid/> </vertical_axis>
			<plot>
				<metgram use_id="station" parameter="10m_wind"/>
				<metgraph> <flags/> </metgraph>
			</plot>
		</map> 
	</page>

        <page height="21%" border='off'>
			<pageid line_system_plot='off' line_date_plot='off' line_errors_plot='off' font='sansserif' line_colour='Rgb(0.8, 0.8, 0.8)'/>
			<map  margin_bottom='25%' margin_top='15%' border-colour='kelly_green' >
			<cartesian>
				<x_date automatic='on'/>
				<y_regular  automatic='on'/>
			</cartesian>
			<horizontal_axis use_id="haxis">
				<date >
				<both label_colour='blue' label_height='0.35' />
				<month label_height='0.35' label_colour='blue'> <monthandyear /> </month>
				<noyear height='0.4'/>
				</date>
				<label/>
			</horizontal_axis>
			<text use_id='title_tempe'/>
			<vertical_axis use_id="vaxis"/>
			<plot>
				<metgram use_id="station" parameter="temperature"/>
				<metgraph> </metgraph>
			</plot>
		</map>
	</page>
</magics>