From 9280b26779f69a7f74b31ba9147b0498d5269e32 Mon Sep 17 00:00:00 2001 From: Martin Durant Date: Tue, 27 Feb 2024 10:20:28 -0500 Subject: [PATCH] Update kerchunk/hdf.py Co-authored-by: Valeriu Predoi --- kerchunk/hdf.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/kerchunk/hdf.py b/kerchunk/hdf.py index d2c58f38..1a7b46f7 100644 --- a/kerchunk/hdf.py +++ b/kerchunk/hdf.py @@ -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__(