https://github.com/cedadev/cfapyx
Xarray CFA Engine module for accessing CFA-netCDF files with Xarray
https://github.com/cedadev/cfapyx
cfa dask kerchunk netcdf4 python xarray
Last synced: about 1 year ago
JSON representation
Xarray CFA Engine module for accessing CFA-netCDF files with Xarray
- Host: GitHub
- URL: https://github.com/cedadev/cfapyx
- Owner: cedadev
- License: other
- Created: 2024-07-08T09:12:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-18T21:25:57.000Z (about 1 year ago)
- Last Synced: 2025-04-02T00:23:31.936Z (about 1 year ago)
- Topics: cfa, dask, kerchunk, netcdf4, python, xarray
- Language: Python
- Homepage: https://cedadev.github.io/CFAPyX/
- Size: 16.7 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


[](https://pypi.python.org/pypi/cfapyx/)
CFA python Xarray module for using CFA files with xarray.
See the [Documentation](https://cedadev.github.io/CFAPyX/) for more details.
cfapyx on [Github](https://github.com/cedadev/CFAPyX)
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.
# Installation
```
pip install cfapyx
```
# Usage as Xarray Engine
```
import xarray as xr
ds = xr.open_dataset('cfa_file.nca', engine='CFA')
# Continue as normal
```