Ken March

Results 7 issues of Ken March

Ok, falling a bit behind it looks like so need to get off my behind and show this project a bit of TLC. So, here's what's changed since 4.0.0 --...

task

Might as well..

For next release, need to implement equivalent changes to [upstream PR 652](https://github.com/uber/h3/pull/652) and change `Vec2d.Intersect` to use `double` instead of `float` when calculating `t`. Will require syncing the changes to...

bug

* support filling of `GeometryCollection`s (meaning any of `POINT`, `LINESTRING`, `POLYGON`, `MULTIPOINT`, `MULTILINESTRING`, `MULTIPOLYGON`) * look at whether or not it makes sense to use the [NG geometry overlay](http://nettopologysuite.github.io/NetTopologySuite/api/NetTopologySuite.Geometries.GeometryOverlay.html#NetTopologySuite_Geometries_GeometryOverlay_NG). Initial...

enhancement

Investigate implementing the equivalent of [upstream PR 562](https://github.com/uber/h3/pull/552) ('low52' / cell canonicalization) once it looks stable-ish.

enhancement

Before the next release, need to: - [ ] clean up some of the duplication introduced in #43; in particular explore the idea of using `Coordinate` instead of `GeoCoord` for...

documentation

Should probably try and ensure that all of the things that have tests in the upstream lib are tested here as well to ensure we're matching upstream behaviour.