/usr/share/eccodes/definitions/metar/colour.def is in libeccodes-data 2.0.2-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 | if (g is "BLU" || g is "WHT" || g is "RED" || g is "BLK" || g is "GRN" ) {
rename(g,colour);
group g : dump; non_alpha na;
}
|