Skip to content

Commit b63c875

Browse files
authored
Consolidate zarr metadata (#93)
1 parent 50a2ac3 commit b63c875

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ function main(;
121121
continue
122122
end
123123
try
124-
@time rqatrend(tcube; thresh=threshold, outpath=path * ".zarr", overwrite=true)
124+
outpath = path * ".zarr"
125+
@time rqatrend(tcube; thresh=threshold, outpath=outpath, overwrite=true)
126+
Zarr.consolidate_metadata(outpath)
125127
catch e
126128

127129
if hasproperty(e, :captured) && e.captured.ex isa ArchGDAL.GDAL.GDALError

0 commit comments

Comments
 (0)