Xarray Backend Engine to enable the PyActiveStorage Python Package
Project Links
Meta
Author: Daniel Westwood
Requires Python: >=3.7
Classifiers
XarrayActive
For use with the Xarray module as an additional backend. See the modulePyActiveStorage for more details.
Installation
pip install xarray==2024.6.0
pip install XarrayActive==2024.9.0
Usage
import xarray as xr
ds = xr.open_dataset('any_file.nc', engine='Active')
# Plot data