Skip to main content

No project description provided

Project description

This is a rust implementation of the downsampling alogrithm Large-Triangle-Dynamic. The algorithm was described in the thesis "Downsampling Time Series for Visual Representation " written by Sveinn Steinarsson. You can find his thesis at https://skemman.is/handle/1946/15343f.

The code is losely taken from https://github.com/janjakubnanista/downsample.

This was a fun projet for me were I was able to implement the algorithm in rust and also publish it as a python package.

Usage

from ltd_rust import downsample
import random
length = 1000

x = [i for i in range(length)]
y = [random.randint(0,1000) for i in range(length)]

x_down, y_down = downsample(x,y,100)

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

ltd_rust-0.1.6.tar.gz (5.3 kB view hashes)

Uploaded Source

Built Distributions

ltd_rust-0.1.6-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.whl (996.6 kB view hashes)

Uploaded PyPy manylinux: glibc 2.5+ x86-64

ltd_rust-0.1.6-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.whl (993.2 kB view hashes)

Uploaded CPython 3.11 manylinux: glibc 2.5+ x86-64

ltd_rust-0.1.6-cp310-none-win_amd64.whl (118.1 kB view hashes)

Uploaded CPython 3.10 Windows x86-64

ltd_rust-0.1.6-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.whl (993.2 kB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.5+ x86-64

ltd_rust-0.1.6-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (441.5 kB view hashes)

Uploaded CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64) macOS 10.9+ x86-64 macOS 11.0+ ARM64

ltd_rust-0.1.6-cp39-none-win_amd64.whl (118.3 kB view hashes)

Uploaded CPython 3.9 Windows x86-64

ltd_rust-0.1.6-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (992.9 kB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.5+ x86-64

ltd_rust-0.1.6-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (441.8 kB view hashes)

Uploaded CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64) macOS 10.9+ x86-64 macOS 11.0+ ARM64

ltd_rust-0.1.6-cp38-none-win_amd64.whl (118.2 kB view hashes)

Uploaded CPython 3.8 Windows x86-64

ltd_rust-0.1.6-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (993.6 kB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.5+ x86-64

ltd_rust-0.1.6-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (442.1 kB view hashes)

Uploaded CPython 3.8 macOS 10.9+ universal2 (ARM64, x86-64) macOS 10.9+ x86-64 macOS 11.0+ ARM64

ltd_rust-0.1.6-cp37-none-win_amd64.whl (118.1 kB view hashes)

Uploaded CPython 3.7 Windows x86-64

ltd_rust-0.1.6-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (993.6 kB view hashes)

Uploaded CPython 3.7m manylinux: glibc 2.5+ x86-64

ltd_rust-0.1.6-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (442.2 kB view hashes)

Uploaded CPython 3.7m macOS 10.9+ universal2 (ARM64, x86-64) macOS 10.9+ x86-64 macOS 11.0+ ARM64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page