From ecc5f490ec0cfbba229a9e67d37016363ac2dd93 Mon Sep 17 00:00:00 2001 From: Martin Durant Date: Tue, 27 Feb 2024 10:20:05 -0500 Subject: [PATCH] Update kerchunk/hdf.py Co-authored-by: Valeriu Predoi --- kerchunk/hdf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kerchunk/hdf.py b/kerchunk/hdf.py index e862bb3f..dba8b50c 100644 --- a/kerchunk/hdf.py +++ b/kerchunk/hdf.py @@ -48,7 +48,7 @@ class SingleHdf5ToZarr: to BinaryIO is optional), in which case must also provide url. If a str, file will be opened using fsspec and storage_options. url : string - URI of the HDF5 file, if passing a file-like object or h5py File/dataset + URI of the HDF5 file, if passing a file-like object or h5py File/Group spec : int The version of output to produce (see README of this repo) inline_threshold : int