NCAR / VAPOR

VAPOR is the Visualization and Analysis Platform for Ocean, Atmosphere, and Solar Researchers
https://www.vapor.ucar.edu/
BSD 3-Clause "New" or "Revised" License
178 stars 49 forks source link

VAPOR Python API to provide support for ZARR data format #3271

Open shaomeng opened 1 year ago

shaomeng commented 1 year ago

It appears that the ZARR data format (https://zarr.readthedocs.io/en/stable/) is gaining momentum in the Python ecosystem. For example, Matthias Rempel plans to output his ASD simulation data in ZARR format.

It'd be nice to have support for ZARR format in VAPOR's Python API.

clyne commented 1 year ago

Reading Zarr files with VAPOR may already be possible using the NetCDF API. See this posting.

clyne commented 1 year ago

Just a followup note that the even if NetCDF can read the Zarr file it will still have to have CF convention attributes for VAPOR to understand it.