ncdata#

NetCDF data interoperability.

Represents generic netcdf data in Python objects, with translation to and from common analysis packages, so that netcdf-based data can be freely exchanged between packages without data copying, and data storage formatting can be precisely controlled.

In particular Ncdata exchanges data between Xarray and Iris as efficiently as possible.

“lossless, copy-free and lazy-preserving”.

This enables the user to freely mix+match operations from both projects, getting the “best of both worlds”.

User Documentation#

For now, we don’t yet have much documentation beyond this page, and the API notes.

  • a general project introduction is provide in the project README, along with all the current project status information.

  • Some simple usage examples (scripts) are provided in the codebase.

API documentation#

Indices and tables#