Tags: avitase/geordpy
Tags
Rhumb line support for interpolation This update adds optional support for rhumb lines. If enabled, segments of the polyline are interpolated using rhumb lines instead of great-circles. For both settings, the great-circle distance is used internally for finding the smallest distance between the interpolated segment and geodetic-coordinate points.
Release version 2.0.0 This release brings a significant performance enhancement to our geodetic-coordinate polyline simplification library. We have replaced the computationally expensive WGS84 ellipsoid distance calculations with a more efficient and accurate spherical approximation of the Earth. This change significantly accelerates the filtering process while maintaining the high-quality simplification results you expect from GeoRDPy.