File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ allow_missings(::Type{<:GDALDataset}) = false
236236allow_missings (:: GDALDataset ) = false
237237
238238function __init__ ()
239- @info " new driver key :gdal, updating backendlist."
239+ @debug " new driver key :gdal, updating backendlist."
240240 YAB. backendlist[:gdal ] = GDALDataset
241241 push! (YAB. backendregex,r" .tif$" => GDALDataset)
242242 push! (YAB. backendregex,r" .gtif$" => GDALDataset)
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ YAB.allow_missings(::Type{<:NetCDFDataset}) = false
107107YAB. allow_missings (:: NetCDFDataset ) = false
108108
109109function __init__ ()
110- @info " new driver key :netcdf, updating backendlist."
110+ @debug " new driver key :netcdf, updating backendlist."
111111 YAB. backendlist[:netcdf ] = NetCDFDataset
112112 push! (YAB. backendregex,r" .nc$" => NetCDFDataset)
113113end
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ module ZarrExt
55 export ZarrDataset
66
77 function __init__ ()
8- @info " new driver key :zarr, updating backendlist."
8+ @debug " new driver key :zarr, updating backendlist."
99 YAB. backendlist[:zarr ] = ZarrDataset
1010 push! (YAB. backendregex, r" (.zarr$)|(.zarr/$)" => ZarrDataset)
1111 end
You can’t perform that action at this time.
0 commit comments