We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50a2ac3 commit b63c875Copy full SHA for b63c875
src/main.jl
@@ -121,7 +121,9 @@ function main(;
121
continue
122
end
123
try
124
- @time rqatrend(tcube; thresh=threshold, outpath=path * ".zarr", overwrite=true)
+ outpath = path * ".zarr"
125
+ @time rqatrend(tcube; thresh=threshold, outpath=outpath, overwrite=true)
126
+ Zarr.consolidate_metadata(outpath)
127
catch e
128
129
if hasproperty(e, :captured) && e.captured.ex isa ArchGDAL.GDAL.GDALError
0 commit comments