Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.87 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.87 KB

zarr store

useful reading/links

3d zarr pyramid viewing

notes

yt+zarr frontend-related

  • sph frontends: should be fairly straightforward to implement a frontend for an sph code with a zarr-hdf backend.
  • grid-based: uniform or stretched grids with no refinement also should be simple-ish
  • grid-based, refined: refined grids are a little trickier... could implement a custom zarr store that fills at a given refinement level (similar to a YTArbitraryGrid). this would kinda look like napari's generative zarr

other zarr-related packages