xarrayactive 2024.9.0


pip install xarrayactive

  Latest version

Released: Aug 23, 2024

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

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras: None
Dependencies:
scipy (==1.12.0)
xarray (==2024.6.0)
cfdm (==1.11.1.0)
netCDF4 (==1.6.5)
h5py (==3.11.0)
dask (==2024.7.0)
cftime (==1.6.4)
cfunits (==3.3.7)
pytest (==7.2.0)
ArrayPartition (==1.0.1)