Changed
- Clarified printed message and documentation for the optional spatial coverage metric when
s2(>= 1.1.0) is not available.
Fixed
- Fixed integer overflow warning with large datasets when using distance-based thinning with local kd-trees method. The issue was in the
split()function used to assign points to grid cells. (#4)