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.3-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: simplify5d-0.2.3-py3-none-any.whl
  • Upload date:
  • Size: 3.2 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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 0eb4b03bfa894ffd2eb82cb1d63fcf68e99ccf0ef2782c09831fb79b466027a0
MD5 fb6e428a3700b3e2b3241f7bedf82fda
BLAKE2b-256 6c887db00cf8ed313877039885870fa8860e6bfda99b09d6633e8d00f2500dca

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