A python package for identifying and analyzing discontinuities for time series data.
Project description
DiscontinuityPy
User Guide
This package is designed to identify and analyze discontinuities in time series data.
- Finding the discontinuities, see this
notebook
- Corresponding to limited feature extraction / anomaly detection
- Calculating the properties of the discontinuities, see this
notebook
- One can use higher time resolution data
For how to use this project as a python library, please see this page.
Installation
pip install discontinuitypy
Getting started
Import the package
from discontinuitypy.utils.basic import *
from discontinuitypy.core import *
Related projects and publications
- Solar wind discontinuities spatial evolution in the outer heliosphere
- Evolution of solar wind discontinuities in the inner heliosphere: PSP and Earth conjunctions and alignments
TODOs
Science part
- Analysis
- Contribution of discontinuities to the power spectrum
- Check Datagap
- Distribution of |B| over radius
- Add error bar
- More accurate way to obtain the properties of the discontinuities
- Identifaction
- Ensemble forest?
- Smoothing is important?
- Check change point algorithm
- Features
- Thickness in N direction
- Use high resolution data for feature extraction
- Compare with other methods of identifying IDs
- Verify with other methods of identifying IDs
Code part
- Optimization
-
dask
for parallel computing instead ofmodin
-
JAX
library fornumpy
optimization - shorten import time
-
- Refactor
-
process_candidates
to excludesat_state
logics - renaming feature layer
candidates
-
- Kedro
- Modular pipelines
bugs
- STEREO
B
less than zero (after downsampling?)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
discontinuitypy-0.2.0.tar.gz
(26.6 kB
view details)
Built Distribution
File details
Details for the file discontinuitypy-0.2.0.tar.gz
.
File metadata
- Download URL: discontinuitypy-0.2.0.tar.gz
- Upload date:
- Size: 26.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.18.1 CPython/3.12.4 Darwin/23.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b61400275cd708a026e4226321e0ad3dd4c870a2a911b374c6fda09b4a8ab5ff |
|
MD5 | 7fcee6492695841bad30de14b974357a |
|
BLAKE2b-256 | 28aa4cf08e7c33b41d15b71461bafcf406073ce2c811f1f10e0ec4c2d1759b3d |
File details
Details for the file discontinuitypy-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: discontinuitypy-0.2.0-py3-none-any.whl
- Upload date:
- Size: 34.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.18.1 CPython/3.12.4 Darwin/23.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc323733c75977909c50a042e53169118ea7b92fa43674c5e6680d5ce9a01981 |
|
MD5 | 58d17dabfed11cc1246c7224aea3b49c |
|
BLAKE2b-256 | 663fee6b9a9c5340b192edfef0a41f2cc05fc77667c74d1a4b33ccb67bb40308 |