Skip to main content

A module for simplifying 2D and 3D lines using Ramer-Douglas-Peucker algorithm

Project description

simplify5d

A module for simplifying 2D and 3D lines using Ramer-Douglas-Peucker algorithm.

An extended port of the very fast simplify.js - https://github.com/mourner/simplify-js

Installation

Install using pip:

pip install simplify5d

Usage

import numpy as np
from simplify5d import simplify

points_2d = np.array([[0, 0], [1, 1], [2, 2], [3, 3]])
points_3d = np.array([[0, 0, 0], [1, 1, 1], [2, 2, 2], [3, 3, 3]])

simplified_2d = simplify(points_2d, tolerance=1.0, highest_quality=False)
simplified_3d = simplify(points_3d, tolerance=1.0, highest_quality=False)

print("Simplified 2D points:", simplified_2d)
print("Simplified 3D points:", simplified_3d)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

simplify5d-0.2.2-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

File details

Details for the file simplify5d-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: simplify5d-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 3.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for simplify5d-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 3012e8327b7253da34cf627aac450dc0dcbcb80a398ae509a1222574a722549d
MD5 958205a560c60d59c491b10029e58077
BLAKE2b-256 6169d0a08961ffca0ce6705e0c113312420f49f74d6165156d76de3910180efb

See more details on using hashes here.

Supported by

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