Skip to content

Commit

Permalink
removes tiff from auto-detection for now
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNicholas committed Nov 14, 2024
1 parent 4ffef4d commit f127ff7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions virtualizarr/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
HDF5VirtualBackend,
KerchunkVirtualBackend,
NetCDF3VirtualBackend,
TIFFVirtualBackend,
ZarrV3VirtualBackend,
)
from virtualizarr.utils import _FsspecFSFromFilepath, check_for_collisions
Expand All @@ -30,7 +29,7 @@
"netcdf3": NetCDF3VirtualBackend,
"hdf5": HDF5VirtualBackend,
"netcdf4": HDF5VirtualBackend, # note this is the same as for hdf5
"tiff": TIFFVirtualBackend,
# "tiff": TIFFVirtualBackend,
"fits": FITSVirtualBackend,
}

Expand Down

0 comments on commit f127ff7

Please sign in to comment.