/usr/share/metview/etc/BinningObjectRules is in metview-data 5.0.0~beta.1-1build1.
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 | %if BINNING_X_METHOD <> COUNT %then
%unset BINNING_X_COUNT
%if BINNING_Y_METHOD <> LIST %then
%unset BINNING_Y_LIST
%if BINNING_X_METHOD <> LIST %then
%unset BINNING_X_LIST
%if BINNING_Y_METHOD <> INTERVAL %then
%unset BINNING_Y_INTERVAL
%unset BINNING_Y_REFERENCE
%if BINNING_Y_METHOD <> COUNT %then
%unset BINNING_Y_COUNT
%if BINNING_X_METHOD <> INTERVAL %then
%unset BINNING_X_REFERENCE
%unset BINNING_X_INTERVAL
|