Skip to content

Release v3.7.1

Compare
Choose a tag to compare
@seanhandley seanhandley released this 13 Oct 06:43
· 42 commits to master since this release
2201262

Added

  • Area and haversine distance functions:
    • cellAreaRads2
    • cellAreaKm2
    • cellAreaM2
    • pointDistRads
    • pointDistKm
    • pointDistM
    • exactEdgeLengthRads
    • exactEdgeLengthKm
    • exactEdgeLengthM

Changed

  • Speeds up getH3UnidirectionalEdgeBoundary by about 3x.

Fixed

  • Finding invalid edge boundaries should not crash.