sebleier / RDPLinks
The Ramer-Douglas-Peucker algorithm implemented in Python
☆56Updated 6 years ago
Alternatives and similar repositories for RDP
Users that are interested in RDP are comparing it to the libraries listed below
Sorting:
- Python/Numpy implementation of the Ramer-Douglas-Peucker algorithm☆259Updated 9 months ago
- Cython implementation of jenks breaks☆104Updated 3 years ago
- OpenStreetMap image tiles in Python☆169Updated 3 years ago
- A pure Python quad tree spatial index for GIS or rendering usage☆130Updated 5 years ago
- Slides of my talk "Handling GPS data with Python" at the EuroPython 2016 in Bilbao☆71Updated 9 years ago
- Pure Python tessellation of points into polygons, including Delauney/Thiessin, and Voronoi polygons.☆35Updated 7 years ago
- Very fast Python line simplification using either the RDP or Visvalingam-Whyatt algorithm implemented in Rust☆193Updated last week
- Affine transformation matrices☆172Updated last week
- Easily convert matplotlib plots from Python into interactive Leaflet web maps.☆521Updated 3 years ago
- Visvis - the object oriented approach to visualization☆237Updated last year
- Python implementation of Visvalingam and Whyatt's algorithm for reducing the complexity of poly-lines☆45Updated 10 years ago
- Rtree: spatial index for Python GIS☆670Updated 3 weeks ago
- My own implementation of a Delaunay triangulation and Voronoi partition in Python applied to images.☆272Updated 6 years ago
- Simple polygon triangulation algorithms in pure python☆66Updated 6 years ago
- A small project template that shows how to wrap C code into python using cython, along with other packaging concepts☆135Updated 8 months ago
- Kirkpatrick's Algorithm for Log(n) point location in planar subdivisions.☆70Updated 12 years ago
- Notebooks and libraries for spatial/geo Python explorations☆368Updated last month
- Python interface to external TSP solvers☆32Updated 9 years ago
- Github version of http://svn.openstreetmap.org/applications/routing/pyroutelib2/☆53Updated 4 years ago
- Use OpenStreetMap tiles as basemaps in python / matplotlib