MITgcm / xmitgcm

Read MITgcm mds binary files into xarray
http://xmitgcm.readthedocs.io
MIT License
56 stars 65 forks source link

Read MDS in tiles using Zarr #331

Open castelao opened 11 months ago

castelao commented 11 months ago

A prototype based on the concept proposed by @rabernat at #28.

Scans for meta files and creates an equivalent Zarr mapping using ReferenceFileSystem to read tiles. It works but it is not ready for production. It is missing docs, generalize my local tests, cleaning, ...

@mmazloff , this might be useful to you.