From 3b0ee9525d0b38327ebf287e56a1e605d721038b Mon Sep 17 00:00:00 2001 From: Simon Jean Carlier Date: Thu, 10 Apr 2025 11:59:37 +0200 Subject: [PATCH] fix filetypes in doc --- virtualizarr/backend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtualizarr/backend.py b/virtualizarr/backend.py index 16901c9c..fad6de2b 100644 --- a/virtualizarr/backend.py +++ b/virtualizarr/backend.py @@ -146,7 +146,7 @@ def open_virtual_dataset( File path to open as a set of virtualized zarr arrays. filetype : FileType or str, default None Type of file to be opened. Used to determine which kerchunk file format backend to use. - Can be one of {'netCDF3', 'netCDF4', 'HDF', 'TIFF', 'GRIB', 'FITS', 'dmrpp', 'kerchunk'}. + Can be one of {'netcdf3', 'netcdf4', 'hdf4', 'hdf5', 'tiff', 'grib', 'fits', 'dmrpp', 'kerchunk'}. If not provided will attempt to automatically infer the correct filetype from header bytes. group : str, default is None Path to the HDF5/netCDF4 group in the given file to open. Given as a str, supported by filetypes “netcdf4”, “hdf5”, and "dmrpp".