Skip to content

Commit

Permalink
Update kerchunk/grib2.py
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Durant <[email protected]>
  • Loading branch information
emfdavid and martindurant authored Nov 27, 2023
1 parent cee6410 commit 8c2ba42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kerchunk/grib2.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,9 @@ def grib_tree(
remote_options=None,
) -> Dict:
"""
Build a hierarchical data model from a set of scanned grib messages. The iterable input groups should
Build a hierarchical data model from a set of scanned grib messages.
The iterable input groups should
be a collection of results from scan_grib. Multiple grib files can be processed together to produce an
FMRC like collection.
The time (reference_time) and step coordinates will be used as concat_dims in the MultiZarrToZarr
Expand Down

0 comments on commit 8c2ba42

Please sign in to comment.