From c5f7472b7b2905d4035fe3db9939e4a63b2f89bb Mon Sep 17 00:00:00 2001 From: Anu-Ra-g Date: Thu, 4 Jul 2024 23:50:26 +0530 Subject: [PATCH] updated grib_tree's docstring --- kerchunk/grib2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kerchunk/grib2.py b/kerchunk/grib2.py index 52b02269..bd1fb958 100644 --- a/kerchunk/grib2.py +++ b/kerchunk/grib2.py @@ -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