Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/klaftertief/elm-simplify
Douglas-Peucker polyline simplification in Elm
https://github.com/klaftertief/elm-simplify
Last synced: about 2 months ago
JSON representation
Douglas-Peucker polyline simplification in Elm
- Host: GitHub
- URL: https://github.com/klaftertief/elm-simplify
- Owner: klaftertief
- Created: 2015-11-02T10:22:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-21T16:21:27.000Z (about 9 years ago)
- Last Synced: 2023-04-20T11:35:22.708Z (over 1 year ago)
- Language: Elm
- Size: 201 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elm Simplify
[Douglas-Peucker](https://en.wikipedia.org/wiki/Ramer%E2%80%93Douglas%E2%80%93Peucker_algorithm) polyline simplification for Elm. Inspired by [Simplify.js](http://mourner.github.io/simplify-js/).