File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 375
375
376
376
377
377
function __init__ ()
378
- @info " new driver key :gdal, updating backendlist."
378
+ @debug " new driver key :gdal, updating backendlist."
379
379
YAB. backendlist[:gdal ] = GDALDataset
380
380
push! (YAB. backendregex,r" .tif$" => GDALDataset)
381
381
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
107
107
YAB. allow_missings (:: NetCDFDataset ) = false
108
108
109
109
function __init__ ()
110
- @info " new driver key :netcdf, updating backendlist."
110
+ @debug " new driver key :netcdf, updating backendlist."
111
111
YAB. backendlist[:netcdf ] = NetCDFDataset
112
112
push! (YAB. backendregex,r" .nc$" => NetCDFDataset)
113
113
end
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ module ZarrExt
5
5
export ZarrDataset
6
6
7
7
function __init__ ()
8
- @info " new driver key :zarr, updating backendlist."
8
+ @debug " new driver key :zarr, updating backendlist."
9
9
YAB. backendlist[:zarr ] = ZarrDataset
10
10
push! (YAB. backendregex, r" (.zarr$)|(.zarr/$)" => ZarrDataset)
11
11
end
You can’t perform that action at this time.
0 commit comments