Ken March
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 --...
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...
* 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...
Investigate implementing the equivalent of [upstream PR 562](https://github.com/uber/h3/pull/552) ('low52' / cell canonicalization) once it looks stable-ish.
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...
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.