From 976b44c381e17c8267ab97cd5179631652897fc6 Mon Sep 17 00:00:00 2001 From: David Hoese Date: Sun, 3 Dec 2023 13:02:46 -0600 Subject: [PATCH] Fix regression in modis platform name aliases I forgot to remove the hyphen so the names were remaining eos-terra instead of terra --- polar2grid/glue.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/polar2grid/glue.py b/polar2grid/glue.py index 413d3459..3592d9c9 100644 --- a/polar2grid/glue.py +++ b/polar2grid/glue.py @@ -86,8 +86,8 @@ "fy3b": "fy3b", "fy3c": "fy3c", "fy3d": "fy3d", - "eos-aqua": "aqua", - "eos-terra": "terra", + "eosaqua": "aqua", + "eosterra": "terra", "aqua": "aqua", "terra": "terra", "gcomw1": "gcom-w1",