Skip to content

Commit

Permalink
Update kerchunk/hdf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant authored Jul 1, 2024
1 parent 9a5499a commit 3f7cacb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kerchunk/hdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -673,5 +673,6 @@ def _is_netcdf_datetime(dataset: h5py.Dataset):
def _is_netcdf_variable(dataset: h5py.Dataset):
return any("_Netcdf4" in _ for _ in dataset.attrs)


def has_visititems_links():
return hasattr(h5py.Group, "visititems_links")

0 comments on commit 3f7cacb

Please sign in to comment.