Skip to content

Commit

Permalink
attach the summary to the main group
Browse files Browse the repository at this point in the history
  • Loading branch information
keewis committed Aug 3, 2023
1 parent 7bb88eb commit 9230a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceos_alos2/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -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={})

Expand Down

0 comments on commit 9230a48

Please sign in to comment.