Showing 2 of total 2 results (show query)
munterfi
flexpolyline:Flexible Polyline Encoding
Binding to the C++ implementation of the flexible polyline encoding by HERE <https://github.com/heremaps/flexible-polyline>. The flexible polyline encoding is a lossy compressed representation of a list of coordinate pairs or coordinate triples. The encoding is achieved by: (1) Reducing the decimal digits of each value; (2) encoding only the offset from the previous point; (3) using variable length for each coordinate delta; and (4) using 64 URL-safe characters to display the result.
Maintained by Merlin Unterfinger. Last updated 2 years ago.
gisheremapspolylinepolyline-decoderpolyline-encoderrspatialcpp
64.3 match 9 stars 5.75 score 14 scripts 1 dependentssymbolixau
googlePolylines:Encoding Coordinates into 'Google' Polylines
Encodes simple feature ('sf') objects and coordinates, and decodes polylines using the 'Google' polyline encoding algorithm (<https://developers.google.com/maps/documentation/utilities/polylinealgorithm>).
Maintained by David Cooley. Last updated 3 days ago.
geospatialgisgoogle-mapspolyline-encoderr-spatialspatialcpp
43.6 match 18 stars 8.11 score 9 dependents