Skip to content

Tags: uber/h3-go

Tags

v4.2.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
 Exposing Experimental PolygonToCells and Updating to Master (#68)

* Exposing Containment Options For PolygonToCells

* Adding Experimental PolygonToCells Features, Updating to Master, and Test

changing module path

update test path

trying this?

adding CellsToMultiPolygon

fixing bad rebase thing

updating h3

clean up

updating h3

missed a file

adjusting to new api

updating to entire new h3 experimental api

linting

clean up

v4.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: added error codes (#73)

* feat: added error codes

* feat: add error codes for LatLngToCell function

* feat: add error codes for CellToLatLng function

* feat: add error codes for cellToBoundary function

* feat: add tests for getIcosahedronFaces function

* feat: add error codes for gridDisk function

* feat: add error codes for gridDiskDistances function

* feat: add error codes for gridPathCells function

* feat: add error codes for gridDistance function

* feat: add error codes for cellToLocalIj function

* feat: add error codes for localIjToCell function

* feat: add error codes for cellToParent function

* feat: added error codes for cellToChildren function

* feat: added error codes for cellToCenterChild function

* feat: added error codes for cellToChildPos function

* feat: added error codes for childPosToCell function

* feat: added error codes for compactCells function

* feat: add error codes for uncompactCells function

* feat: added error codes for polygonToCells function

* feat: added error codes for areNeighborCells function

* feat: added error codes for cellsToDirectedEdge function

* feat: added error codes for originToDirectedEdges function

* feat: added error codes for directedEdgeToBoundary function

* feat: added error codes for origin and destination of directed edge

* feat: added error codes for directedEdgeToCells function

* feat: added error codes for area functions

* feat: add error codes for length functions

* feat: add error codes for res0cells and pentagons functions

* feat: added error codes for vertex functions

* feat: added error codes for cellsToLinkedMultiPolygon function

* chore: upgrade to go 1.21

* fix: fix lint issues

* fix: use any instead of interface{}

* fix: use C.uint32_t instead of uint32

* fix: handle unknown error codes returned by h3

* fix: use toErr function instead of errMap

* feat: upgraded golang-ci

v4.1.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: added full support for vertex mode (#71)

v4.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adding CellsToMultiPolygon (#70)

v4.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
added cellToChildPos and childPosToCell (#61)

v4.0.1

chore: update H3 core to v4.0.1

v4.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: update h3 dependency to v4 (#55)

Moving from RC to release!