Skip to content

Commit

Permalink
add note about atl06 nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaS11 committed Oct 24, 2024
1 parent f1e731c commit 4a21836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icepyx/core/read.py
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ def _build_single_file_dataset(self, file, groups_list):

# if there are any deeper nested variables,
# get those so they have actual coordinates and add them
# this may apply to (at a minimum): ATL08
# this may apply to (at a minimum): ATL06, ATL08
if any(grp_path in grp_path2 for grp_path2 in wanted_groups_list):
for grp_path2 in wanted_groups_list:
if grp_path in grp_path2:
Expand Down

0 comments on commit 4a21836

Please sign in to comment.