eccodes/definitions/grib2/templates/template.7.61.def

39 lines
1003 B
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
2023-04-21 13:52:47 +00:00
# TEMPLATE 7.61, Grid point data - simple packing with logarithm pre-processing
# Note from WMO document:
# This template is experimental, was not validated at the time of publication and should be used only for bilateral previously agreed tests
transient template_is_experimental = 1 : hidden;
2023-04-21 13:52:47 +00:00
2018-12-11 16:40:44 +00:00
meta codedValues data_g2simple_packing_with_preprocessing(
2023-11-26 18:05:43 +00:00
section7Length,
offsetBeforeData,
offsetSection7,
unitsFactor,
unitsBias,
changingPrecision,
numberOfValues,
bitsPerValue,
referenceValue,
binaryScaleFactor,
decimalScaleFactor,
optimizeScaleFactor,
typeOfPreProcessing,
preProcessingParameter
): read_only;
2013-03-25 12:04:10 +00:00
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
alias data.packedValues = codedValues;
template statistics "common/statistics_grid.def";
template missing_values "common/missing_values_grid.def";