Python script to resample multi-resolution timeseries containing extreme periods of high frequency burst data.
conda create -n resample-extremes python=3.11 -y
conda activate resample-extremes
pip install -r requirements.txt
python resample-extremes.py --outdir OUT --seed 0 --progress
python resample-extremes.py --outdir OUT --seed 0 --progress --n-boot 200 --ceemdan-trials 10
python resample-extremes.py --outdir OUT --seed 0 --progress --n-boot 200 --ceemdan-trials 10 --skip-wavelet
Issues and PRs are welcome. When filing an issue, please include:
- a minimal CSV sample (or a snippet),
- the exact command you ran,
- the observed vs. expected output (and a PNG if possible).
Contact information:
The code is distributed under terms and conditions of the Open Government License.
