This file is indexed.

/usr/share/python-pyresample-test/test_files/areas.cfg is in python-pyresample-test 1.2.9-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
REGION: ease_sh {
        NAME:           Antarctic EASE grid
        PCS_ID:         ease_sh
        PCS_DEF:        proj=laea, lat_0=-90, lon_0=0, a=6371228.0, units=m
        XSIZE:          425
        YSIZE:          425
        AREA_EXTENT:    (-5326849.0625,-5326849.0625,5326849.0625,5326849.0625)
};

REGION: ease_nh {
        NAME:           Arctic EASE grid
        PCS_ID:         ease_nh
        PCS_DEF:        proj=laea, lat_0=90, lon_0=0, a=6371228.0, units=m
        XSIZE:          425
        YSIZE:          425
        AREA_EXTENT:    (-5326849.0625,-5326849.0625,5326849.0625,5326849.0625)
};

REGION: pc_world {
  NAME:    Plate Carree world map
  PCS_ID:  pc_world
  PCS_DEF: proj=eqc, ellps=WGS84
  XSIZE: 640
  YSIZE: 480
  AREA_EXTENT:  (-20037508.342789244, -10018754.171394622, 20037508.342789244, 10018754.171394622)
};

REGION: ortho {
  NAME:    Ortho globe
  PCS_ID:  ortho_globe
  PCS_DEF: proj=ortho, a=6370997.0, lon_0=40, lat_0=-40
  XSIZE: 640
  YSIZE: 480
  AREA_EXTENT:  (-10000000, -10000000, 10000000, 10000000)
};