heremaps / flexible-polyline

Flexible Polyline encoding: a lossy compressed representation of a list of coordinate pairs or triples
MIT License
91 stars 77 forks source link

Is there a ruby version present? #57

Closed domenik-b closed 4 months ago

domenik-b commented 2 years ago

Hi all,

I would like to use flexible polyline decoding in ruby. Could anyone help? Is there a gem by any chance?

VeaaC commented 2 years ago

Hi @domenik-b . I can check if we have any Ruby experts in this project, but there is a good chance that there are none.

Out of curiosity: Would you be willing to work on an implementation? I could guide you through it (e.g. based on one of the other languages, or the spec itself). From my experience it doesn't take long to create an implementation as the format is rather simple.

ProGM commented 2 years ago

Hi @VeaaC, I've opened a PR (#58) adding a ruby implementation (starting from the python one).

VeaaC commented 4 months ago

Closing, the version was merged a while ago