This file is indexed.

/usr/share/metview/etc/ObjectSpec.Reprojection is in metview-data 4.8.0-4.

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
#####################################################################
#
#	ObjectSpec.Reprojection
#

object,
    class             = REPROJECTION,
    can_be_created    = True,
    definition_file   = '$METVIEW_DIR_SHARE/etc/ReprojectionDef',
    rules_file        = '$METVIEW_DIR_SHARE/etc/ReprojectionRules',
    default_name      = Reprojection,
    help_page	      = Reprojection,
    type              = Data,
    icon_box          = Data processing,
    expand            = 67, # EXPAND_DATE|EXPAND_TIME|EXPAND_LISTS
    macro             = reprojection,
    editor_type       = SimpleEditor,
    pixmap            = '$METVIEW_DIR_SHARE/icons/REPROJECTION.icon'

state,
	class    = REPROJECTION,
	output_class = GRIB,
        service  = Reprojection

service,
        name=Reprojection,
        cmd= "$metview_command $METVIEW_BIN/Reprojection"