This file is indexed.

/usr/share/magics/netcdf-convention.json 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
{
    "latitude" : {
        "units" : [ "degrees_north", "degrees_south" ],
        "standard_name" : ["latitude"],
        "long_name" : ["latitude"]
        },
    "longitude" : {
        "units" : [ "degrees_west", "degrees_east" ],
        "standard_name" : ["longitude"],
        "long_name" : ["longitude"]
        },
     "time" : {
        "calendar" : [ "gregorian", "proleptic_gregorian"],
        "long_name" : ["time", "date and time"]
        }

}