This file is indexed.

/usr/share/eccodes/definitions/grib3/template.component.4.0.def is in libeccodes-data 2.6.0-2.

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
# Horizontal Domain Template Component 4.0 - Ellipsoid of revolution defined with axis lengths

# Scale factor of length of semi-major axis
unsigned[1] scaleFactorOfLengthOfSemiMajorAxis = missing() : can_be_missing, edition_specific;

# Scaled value of length of semi-major axis (equatorial radius)
unsigned[4] scaledValueOfLengthOfSemiMajorAxis = missing(): can_be_missing, edition_specific;

# Scale factor of prime meridian offset
unsigned[1] scaleFactorOfPrimeMeridianOffset = missing(): can_be_missing, edition_specific;

# Scaled value of prime meridian offset
# Note: Basic angle of the initial production domain and subdivisions of this basic angle are
# provided to manage cases where the recommended unit of 10^-6 degrees is not applicable
# to describe the extreme longitudes and latitudes, and direction increments.
# For these descriptors, the unit is equal to the ratio of the basic angle and the subdivisions number.
# For ordinary cases, zero and missing values should be coded, equivalent to respective values
# of 1 and 10^6 (10^-6 degrees unit)
unsigned[4] scaledValueOfPrimeMeridianOffset = missing(): can_be_missing, edition_specific;

# Scale factor of length of semi-minor axis
unsigned[1] scaleFactorOfLengthOfSemiMinorAxis = missing() : can_be_missing, edition_specific;

# Scaled value of length of semi-minor axis (distance from ellipsoid centre to pole)
unsigned[4] scaledValueOfLengthOfSemiMinorAxis = missing() : can_be_missing, edition_specific;