This file is indexed.

/usr/share/magics/obs.xml is in libmagics++-data 2.18.15-5.

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
<!--

 Copyright 2007 European Centre for Medium-Range Weather Forecasts (ECMWF)

 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at 

    http://www.apache.org/licenses/LICENSE-2.0

 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.


 This file describes the layout of the various observation messages 
 in WMO and ICAO conventions   

-->
<observations>

 <obs_template type='pilot' rows='3' columns='3'>
	<obs_station_ring row='0' column='0'/>
	<obs_wind/>
	<obs_identification row='2' column='0'/>
	<obs_time_plot row='0' column='-1' />
 </obs_template>

 <obs_template type='metar' rows='3' columns='3'>
	<obs_wind/>
	<obs_temperature row='1' column='-1'/>
	<obs_pressure row='1' column='1'/>
	<obs_dewpoint row='-1' column='-1'/>
	<obs_cloud low_row='-1' low_column='0' medium_row='1' medium_column='0' high_row='2' high_column='0'/>
 </obs_template>

 <obs_template type='dribu_surface' rows='3' columns='3'>
	<obs_station_ring/>
 </obs_template>

 <obs_template type='synop' rows='5' columns='5'>
	<obs_cloud_wind/>
	<obs_temperature row='1' column='-1'/>
	<obs_pressure row='1' column='1'/>
	<obs_pressure_tendency row='0' column='1'/>
	<obs_dewpoint row='-1' column='-1'/>
	<obs_visibility row='0' column='-2'/>
	<obs_present_weather row='0' column='-1'/>
	<obs_past_weather row='-1' column='1'/>
	<obs_cloud low_row='-1' low_column='0' medium_row='1' medium_column='0' high_row='2' high_column='0'/>
 </obs_template>

 <obs_template type='synop_ship' rows='3' columns='3'>
	<obs_cloud_wind/>
	<obs_temperature row='1' column='-1'/>
	<obs_pressure row='1' column='1'/>
	<obs_pressure_tendency row='0' column='1'/>
	<obs_dewpoint row='-1' column='-1'/>
	<obs_visibility row='0' column='-2'/>
	<obs_present_weather row='0' column='-1'/>
	<obs_past_weather row='-1' column='1'/>
	<obs_cloud low_row='-1' low_column='0'
	medium_row='1' medium_column='0'
	high_row='2' high_column='0'/>
 </obs_template>

 <obs_template type='satob' rows='3' columns='3'>
	<obs_station_ring row='0' column='0'/>
	<obs_wind/>
	<obs_temperature row='1' column='-1'/>
	<obs_pressure_level row='1' column='1'/>	
	<obs_time_plot row='0' column='-1'/>
	<obs_identification row='-2' column='-1'/>
 </obs_template>

 <obs_template type='airep' rows='2' columns='3'>
	<obs_station_ring row='0' column='0'/>
	<obs_wind/>
	<obs_temperature row='1' column='-1'/>
	<obs_pressure_level row='1' column='1'/>	
	<obs_time_plot row='0' column='-1'/>
	<obs_identification row='-1' column='-1'/>
 </obs_template>

 <obs_template type='temp' rows='4' columns='3'>:
	<obs_station_ring row='0' column='0'/>
	<obs_wind/>
	<obs_temperature row='1' column='-1'/>
	<obs_dewpoint row='-1' column='-1'/>
	<obs_height row='1' column='1'/>
	<obs_thickness row='0' column='1'/>
	<obs_time_plot row='0' column='-1'/>
	<obs_identification row='-2' column='-1'/>
 </obs_template>

 <obs_template type='position' rows='1' columns='1'>:
     <obs_station_ring row='0' column='0'/>
 </obs_template>

 <obs_template type='demo' rows='3' columns='3'>:
     <obs_station_ring row='0' column='0'/>
     <obs_demo_item_1 row='-1' column='1'/>
     <obs_demo_item_2 row='1' column='-1'/>
 </obs_template>



</observations>