You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Function spheroid_dist added to improve accuracy of calculations between points, but also avoid installing GIS dependencies (thanks to @kadyb)
Function nearest_stations_imgw now uses the Vincenty's formula in spheroid_dist to calculate the distance between points on a spheroid, not the Euclidean distance (previously results were inaccurate for some specific cases)
minor bugs fixes and improvements, mostly for CI/CD