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
Release v3.6.0 (#62)
### Added
- `center_child` method to find center child at given resolution (#62).
- `pentagons` (and `pentagon_count`) method to find pentagons at given resolution (#62).
Support for h3 3.5.0 (#56)
* Update h3 to 3.5.0
Includes new `h3_faces` and `h3_max_count` methods.
Behind the scenes, `cmake` is given a couple of extra build options
to prevent it from building unnecessary filter binaries and benchmarks.
* Update CHANGELOG.md
Co-Authored-By: Xavier Noria <fxn@hashref.com>
* Update lib/h3/inspection.rb
Co-Authored-By: Xavier Noria <fxn@hashref.com>