Skip to content

Commit

Permalink
Merge pull request #473 from Anu-Ra-g/docstr_update
Browse files Browse the repository at this point in the history
updated grib_tree's docstring
  • Loading branch information
martindurant authored Jul 4, 2024
2 parents 061bf98 + c5f7472 commit 4b7dd82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kerchunk/grib2.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,11 +385,11 @@ def grib_tree(
message_groups: iterable[dict]
a collection of zarr store like dictionaries as produced by scan_grib
remote_options: dict
remote options to pass to ZarrToMultiZarr
remote options to pass to MultiZarrToZarr
Returns
-------
list(dict): A new zarr store like dictionary for use as a reference filesystem mapper with zarr
dict: A new zarr store like dictionary for use as a reference filesystem mapper with zarr
or xarray datatree
"""
# Hard code the filters in the correct order for the group hierarchy
Expand Down

0 comments on commit 4b7dd82

Please sign in to comment.