Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gfrn/rdp-graph-optimization-server
EPICS Archiver data optimizer written in Python (not sure why), meant as a backend tool.
https://github.com/gfrn/rdp-graph-optimization-server
Last synced: about 1 month ago
JSON representation
EPICS Archiver data optimizer written in Python (not sure why), meant as a backend tool.
- Host: GitHub
- URL: https://github.com/gfrn/rdp-graph-optimization-server
- Owner: gfrn
- Created: 2020-07-12T20:26:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-12T20:27:02.000Z (over 4 years ago)
- Last Synced: 2024-11-08T13:26:04.058Z (3 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Backend optimization that utilizes [Ramer-Douglas-Peucker](https://en.wikipedia.org/wiki/Ramer%E2%80%93Douglas%E2%80%93Peucker_algorithm) algorithm for line simplification. Requires [Numpy](https://numpy.org/) for list access optimization, [Flask](https://palletsprojects.com/p/flask/) for server-client operation handling and [Shapely](https://pypi.org/project/Shapely/) for their implementation of RDP, as anything running purely in Python would be incredibly slow.