# xrsignal
[![Documentation Status](https://readthedocs.org/projects/xrsignal/badge/?version=latest)](https://xrsignal.readthedocs.io/en/latest/?badge=latest)
![unit test](https://github.com/John-Ragland/xrsignal/workflows/unit%20test/badge.svg)
<!-- SPHINX-START -->
- The goal here is to implement scipy.signal functions using map_blocks on an as needed basis
- In general, I'm going to default to implementing function only within dask blocks.
- so for instance filtering would only be within a chunk, and the boundaries of the chunk would have innacurate values.
- There are likely ways to address more rigoriously that might be explored in the future.
## Installation
- for now, while xrsignal is under development, xrsignal isn't available on pypi or conda
- to install, please clone the repository and add the directory that the package is installed to your python path
### In a conda environment:
```
cd /path/to/code/dir/
git clone https://github.com/John-Ragland/xrsignal.git
conda develop /path/to/code/dir/
```
Raw data
{
"_id": null,
"home_page": null,
"name": "xrsignal",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "dask, distributed computing, scipy, signal processing, xarray",
"author": null,
"author_email": "John Ragland <jhrag@uw.edu>",
"download_url": "https://files.pythonhosted.org/packages/79/6d/031b58d7a1a3f569bc28f8de42360fbf262e8c7655be13f706f45a3360ae/xrsignal-0.0.2.tar.gz",
"platform": null,
"description": "# xrsignal\n\n[![Documentation Status](https://readthedocs.org/projects/xrsignal/badge/?version=latest)](https://xrsignal.readthedocs.io/en/latest/?badge=latest)\n![unit test](https://github.com/John-Ragland/xrsignal/workflows/unit%20test/badge.svg)\n<!-- SPHINX-START -->\n\n- The goal here is to implement scipy.signal functions using map_blocks on an as needed basis\n- In general, I'm going to default to implementing function only within dask blocks.\n - so for instance filtering would only be within a chunk, and the boundaries of the chunk would have innacurate values.\n - There are likely ways to address more rigoriously that might be explored in the future.\n\n## Installation\n\n- for now, while xrsignal is under development, xrsignal isn't available on pypi or conda\n- to install, please clone the repository and add the directory that the package is installed to your python path\n\n### In a conda environment:\n```\ncd /path/to/code/dir/\ngit clone https://github.com/John-Ragland/xrsignal.git\n\nconda develop /path/to/code/dir/\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "implementing signal processing routines in scipy.signal for distributed computing using xarray as dask",
"version": "0.0.2",
"project_urls": {
"Documentation": "https://github.com/unknown/xrsignal#readme",
"Issues": "https://github.com/unknown/xrsignal/issues",
"Source": "https://github.com/unknown/xrsignal"
},
"split_keywords": [
"dask",
" distributed computing",
" scipy",
" signal processing",
" xarray"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "039b433c2da0e75b502ff1a35d634da93a426c70a36edf0cffa855813f213726",
"md5": "2a84ab51ae861e545ceb50d34f935b68",
"sha256": "d01b753cc4710b01d8c6b5ad7a4ab03ad8b4c20ee789fab2fb7c6b03404170ed"
},
"downloads": -1,
"filename": "xrsignal-0.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2a84ab51ae861e545ceb50d34f935b68",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 7245,
"upload_time": "2024-07-11T23:53:26",
"upload_time_iso_8601": "2024-07-11T23:53:26.567007Z",
"url": "https://files.pythonhosted.org/packages/03/9b/433c2da0e75b502ff1a35d634da93a426c70a36edf0cffa855813f213726/xrsignal-0.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "796d031b58d7a1a3f569bc28f8de42360fbf262e8c7655be13f706f45a3360ae",
"md5": "1781590544caa5a208c640d4ef5c9d2d",
"sha256": "9082a3fc9d0b4954229b02b5975e20b5d6279272ee2a85fb99426cced9f68426"
},
"downloads": -1,
"filename": "xrsignal-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "1781590544caa5a208c640d4ef5c9d2d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 10252,
"upload_time": "2024-07-11T23:53:27",
"upload_time_iso_8601": "2024-07-11T23:53:27.752018Z",
"url": "https://files.pythonhosted.org/packages/79/6d/031b58d7a1a3f569bc28f8de42360fbf262e8c7655be13f706f45a3360ae/xrsignal-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-11 23:53:27",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "unknown",
"github_project": "xrsignal#readme",
"github_not_found": true,
"lcname": "xrsignal"
}