From 9230a48e3359f41e6ae421d6d64c3eaf5e6c68e2 Mon Sep 17 00:00:00 2001 From: Justus Magin Date: Thu, 3 Aug 2023 18:29:16 +0200 Subject: [PATCH] attach the summary to the main group --- ceos_alos2/io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceos_alos2/io.py b/ceos_alos2/io.py index 45b8f2d..f1c2884 100644 --- a/ceos_alos2/io.py +++ b/ceos_alos2/io.py @@ -39,7 +39,7 @@ def open(path, *, storage_options={}, create_cache=False, use_cache=True, record ) # read sar trailer - subgroups = {"imagery": imagery} + subgroups = {"imagery": imagery, "summary": summary} return Group(path="/", data=subgroups, url=mapper.root, attrs={})