From 820b48e6431a910bc346d3346a8aabc9f6c11fa9 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Thu, 27 Dec 2018 12:41:09 +0000 Subject: [PATCH] ECC-861: GRIB2: The 'time' namespace not defined for product definition templates 55 and 59 --- definitions/grib2/template.4.55.def | 1 + definitions/grib2/template.4.59.def | 1 + 2 files changed, 2 insertions(+) diff --git a/definitions/grib2/template.4.55.def b/definitions/grib2/template.4.55.def index eaba15044..7ffc92c79 100644 --- a/definitions/grib2/template.4.55.def +++ b/definitions/grib2/template.4.55.def @@ -9,4 +9,5 @@ # TEMPLATE 4.55, Spatio-temporal changing tiles at a horizontal level or horizontal layer at a point in time include "grib2/template.4.parameter_tile.def" +include "grib2/template.4.point_in_time.def" include "grib2/template.4.horizontal.def" diff --git a/definitions/grib2/template.4.59.def b/definitions/grib2/template.4.59.def index 02b98c05e..fe3ee42b7 100644 --- a/definitions/grib2/template.4.59.def +++ b/definitions/grib2/template.4.59.def @@ -11,5 +11,6 @@ # Use this instead of template 4.56 include "grib2/template.4.parameter_tile.def" +include "grib2/template.4.point_in_time.def" include "grib2/template.4.horizontal.def" include "grib2/template.4.eps.def"