Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.