xrsignal
- 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/
Release files for xrsignal 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| xrsignal-0.0.2.tar.gz | 10.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| xrsignal-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.5 kB
Release files / xrsignal-0.0.2.tar.gz
| Download URL | xrsignal-0.0.2.tar.gz |
|---|---|
| Size | 10.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9082a3fc9d0b4954229b02b5975e20b5d6279272ee2a85fb99426cced9f68426
|
|
BLAKE2b-256 checksum How to use checksums |
796d031b58d7a1a3f569bc28f8de42360fbf262e8c7655be13f706f45a3360ae
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / xrsignal-0.0.2-py3-none-any.whl
| Download URL | xrsignal-0.0.2-py3-none-any.whl |
|---|---|
| Size | 7.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d01b753cc4710b01d8c6b5ad7a4ab03ad8b4c20ee789fab2fb7c6b03404170ed
|
|
BLAKE2b-256 checksum How to use checksums |
039b433c2da0e75b502ff1a35d634da93a426c70a36edf0cffa855813f213726
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|