Skip to content

jeremiah-corrado/arkouda-xarray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arkouda-xarray

Interface for using arkouda's Array API module with xarray.

(modeled after: https://github.com/cubed-dev/cubed-xarray)

Dependencies

Installation

Clone this repository, cd into arkouda_xarray and run:

pip install .

With this library installed, XArray's entry point system should automatically recognize that the Arkouda ChunkManager is available. Importing arkouda_xarray in your code is not necessary.

Usage

Xarray objects backed by Arkouda's Array-API compliant arrays can be created in 3 ways:

  • passing the array(s) to the DataArray or DataSet constructors (this method doesn't rely on the chunk manager provided by this package)
  • calling chunk on an existing XArray object, passing chunked_array_type='arkouda'
  • calling open_dataset with chunked_array_type='arkouda'

About

Interface for using arkouda with xarray

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages