Skip to content

Commit

Permalink
Merge branch 'main' into s3_support
Browse files Browse the repository at this point in the history
  • Loading branch information
Anu-Ra-g authored Sep 1, 2024
2 parents aa66746 + 0daa3a1 commit 48eeb2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kerchunk/grib2.py
Original file line number Diff line number Diff line change
Expand Up @@ -841,8 +841,10 @@ def _map_grib_file_by_group(
# grib idx is fortran indexed (from one not zero)
list(
filter(
# filtering out the cfgrib metadata dataframe in case it is None
lambda item: item is not None,
[
# extracting the metadata from a single message
_extract_single_group(mapper(group), i, storage_options)
for i, group in enumerate(references, start=1)
],
Expand Down

0 comments on commit 48eeb2a

Please sign in to comment.