Skip to content
/ CFAPyX Public

Xarray CFA Engine module for accessing CFA-netCDF files with Xarray

License

Notifications You must be signed in to change notification settings

cedadev/CFAPyX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CFAPyX long logo: Blue, Green and White squares arranged in Diamond formation

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.

Installation

pip install cfapyx

Usage as Xarray Engine

import xarray as xr

ds = xr.open_dataset('cfa_file.nca', engine='CFA')
# Continue as normal