Skip to content

Prototype for Active Storage within Xarray as a backend. May be integrated into PyActiveStorage at a later date.

License

Notifications You must be signed in to change notification settings

dwest77a/XarrayActive

Repository files navigation

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

About

Prototype for Active Storage within Xarray as a backend. May be integrated into PyActiveStorage at a later date.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages