Skip to content

climate 1.0.4

Compare
Choose a tag to compare
@bczernecki bczernecki released this 22 Feb 18:47
· 87 commits to master since this release
67b226c
  • 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