We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e0701 commit fa768aeCopy full SHA for fa768ae
kerchunk/hdf.py
@@ -133,6 +133,10 @@ def __init__(
133
self.unsupported_inline_threshold = unsupported_inline_threshold
134
lggr.debug(f"HDF5 file URI: {self._uri}")
135
136
+ def close(self):
137
+ self._h5f.close()
138
+ self.input_file.close()
139
+
140
def translate(self, preserve_linked_dsets=False):
141
"""Translate content of one HDF5 file into Zarr storage format.
142
0 commit comments