Skip to content

Commit

Permalink
Update kerchunk/hdf.py
Browse files Browse the repository at this point in the history
Co-authored-by: Valeriu Predoi <valeriu.predoi@gmail.com>
  • Loading branch information
martindurant and valeriupredoi authored Feb 27, 2024
1 parent a33afb2 commit 9280b26
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions kerchunk/hdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@ class SingleHdf5ToZarr:
This allows you to supply an fsspec.implementations.reference.LazyReferenceMapper
to write out parquet as the references get filled, or some other dictionary-like class
to customise how references get stored
var_pattern: str or None
If set, only variables with names matching this pattern (as regex) will be scanned
and included in this output. It is on the caller to ensure that all the coordinates
needed to represent a data variable are included.
"""

def __init__(
Expand Down

0 comments on commit 9280b26

Please sign in to comment.