JuliaDataCubes / PyramidScheme.jl

Building and using pyramids for large raster data
MIT License
10 stars 1 forks source link

Save pyramids #6

Open felixcremer opened 1 year ago

felixcremer commented 1 year ago

Currently I save the pyramids as single zarr files, but we should follow the emerging standard for saving pyramids in a single zarr file so that we can easily retrieve the pyramids again.

meggart commented 1 year ago

See https://github.com/zarr-developers/geozarr-spec/issues/21 and https://github.com/dcs4cop/xcube/blob/master/docs/source/mldatasets.md for related discussion

felixcremer commented 2 weeks ago

We can currently build a pyramid in memory with Pyramid(AbstractDimArray) or we can build a pyramid on disk with the buildpyramids function. We should also be able to save the in memory pyramids to disk with a write function