zxarray is an interface of zarr similar to xarray. The
idea is to benefit from the advantages of xarray (coordinate access, parallel
apply), while keeping memory usage low by storing data in zarr. To achieve
this:
- zxarray.ZXArray have accessors similar to those of xarray, such as '.loc',
'.sel', '.isel'.
- an apply_ufunc function calling the xarray function enables parallel
calculation via dask.
Raw data
{
"_id": null,
"home_page": "https://github.com/yrobink/zxarray",
"name": "zxarray",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Yoann Robin",
"author_email": "yoann.robin.k@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/cd/0a/25ef157324a0552509c09526353785205ff4757a2966abe37b6d9848358a/zxarray-0.1.0.tar.gz",
"platform": "linux",
"description": "zxarray is an interface of zarr similar to xarray. The\nidea is to benefit from the advantages of xarray (coordinate access, parallel\napply), while keeping memory usage low by storing data in zarr. To achieve\nthis:\n\n- zxarray.ZXArray have accessors similar to those of xarray, such as '.loc',\n '.sel', '.isel'.\n- an apply_ufunc function calling the xarray function enables parallel\n calculation via dask.\n",
"bugtrack_url": null,
"license": "GNU-GPL3",
"summary": "Interface to 'zarr' similar to 'xarray'",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://github.com/yrobink/zxarray"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "460359cb5ea9b97a5452ba272c15fd33b787a0757f90f4fc3a1c3a760f466178",
"md5": "0992e8966cd23f4d6d176ed94c2da037",
"sha256": "743bd7b3b89c79ed9b4aefd9f7c419d589ef2677b6f1ca79c8940772bb69bb3e"
},
"downloads": -1,
"filename": "zxarray-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0992e8966cd23f4d6d176ed94c2da037",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 27692,
"upload_time": "2024-06-04T10:53:38",
"upload_time_iso_8601": "2024-06-04T10:53:38.559312Z",
"url": "https://files.pythonhosted.org/packages/46/03/59cb5ea9b97a5452ba272c15fd33b787a0757f90f4fc3a1c3a760f466178/zxarray-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "cd0a25ef157324a0552509c09526353785205ff4757a2966abe37b6d9848358a",
"md5": "b00f0e66fa6b47f73e0b4bdb2fb2322d",
"sha256": "5882e411c54ab4fb43b82cba83ddf1dbbfa7c683663bc057b8580df6c15b223b"
},
"downloads": -1,
"filename": "zxarray-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "b00f0e66fa6b47f73e0b4bdb2fb2322d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 27008,
"upload_time": "2024-06-04T10:53:40",
"upload_time_iso_8601": "2024-06-04T10:53:40.420134Z",
"url": "https://files.pythonhosted.org/packages/cd/0a/25ef157324a0552509c09526353785205ff4757a2966abe37b6d9848358a/zxarray-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-04 10:53:40",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "yrobink",
"github_project": "zxarray",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "zxarray"
}