CFA python Xarray module for using CFA files with xarray.
See the Documentation for more details. cfapyx on Github
For use with the Xarray module as an additional backend.
NOTE: The
create
functionality was added to version 2024.10.11 and is currently in alpha release. Please report any unexpected errors or issues using the GitHub Issues tab for this repository.
pip install cfapyx
import xarray as xr
ds = xr.open_dataset('cfa_file.nca', engine='CFA')
# Continue as normal