H3js v3.7.0 Release Notes

Release Date: 2020-09-28 // over 3 years ago
  • โž• Added

    • Area and haversine distance functions (#377):
      • cellAreaRads2
      • cellAreaKm2
      • cellAreaM2
      • pointDistRads
      • pointDistKm
      • pointDistM
      • exactEdgeLengthRads
      • exactEdgeLengthKm
      • exactEdgeLengthM
    • ๐Ÿ”จ Refactor getH3UnidirectionalEdgeBoundary for accuracy at small resolutions. (#391)
      • Speeds up getH3UnidirectionalEdgeBoundary by about 3x.
      • Implement core logic for future vertex mode. ### ๐Ÿ›  Fixed
    • ๐Ÿ›  Fixed building the library with custom memory allocation functions on Mac OSX. (#362)
    • The installed H3 CMake target should have include directories specified. (#381) ### ๐Ÿ”„ Changed
    • ๐Ÿ Tests now use bash on Windows. (#381)