eccodes/definitions/grib2/template.7.1.def

38 lines
1.0 KiB
Modula-2
Raw Normal View History

2020-01-28 14:32:34 +00:00
# (C) Copyright 2005- ECMWF.
2013-03-25 12:04:10 +00:00
# TEMPLATE 7.1, Matrix values at grid point - simple packing
# This template was not validated at the time of publication and should be used with caution
transient template_is_experimental = 1 : hidden;
2013-03-25 12:04:10 +00:00
2018-12-11 16:40:44 +00:00
meta codedValues data_g2simple_packing(
2023-12-02 13:34:19 +00:00
section7Length,
offsetBeforeData,
offsetSection7,
unitsFactor,
unitsBias,
changingPrecision,
numberOfValues,
bitsPerValue,
referenceValue,
binaryScaleFactor,
decimalScaleFactor,
optimizeScaleFactor
2013-03-25 12:04:10 +00:00
): read_only;
2023-12-02 13:34:19 +00:00
meta values data_apply_bitmap(
codedValues,
bitmap,
missingValue,
binaryScaleFactor,
numberOfDataPoints,
numberOfValues
) : dump;
2013-03-25 12:04:10 +00:00
meta packingError simple_packing_error(bitsPerValue,binaryScaleFactor,decimalScaleFactor,referenceValue,ieee) : no_copy;
meta unpackedError simple_packing_error(zero,binaryScaleFactor,decimalScaleFactor,referenceValue,ieee) : no_copy;
alias data.packedValues = codedValues;
2016-05-11 16:51:17 +00:00
template statistics "common/statistics_grid.def";
template missing_values "common/missing_values_grid.def";