H3 Godot
T

Publisher

tyblhqy

H3 Godot

Misc
H3 Geospatial Hexagonal Indexing Mapping Spatial Hierarchical GDScript

Godot bindings for H3, a hierarchical hexagonal geospatial indexing system.

H3 Godot

Godot bindings for H3, a hierarchical hexagonal geospatial indexing system.

H3 is a geospatial indexing system using a hexagonal grid that can be (approximately) subdivided into finer and finer hexagonal grids, combining the benefits of a hexagonal grid with S2's hierarchical subdivisions.

Documentation is available at https://h3geo.org/. Developer documentation in Markdown format is available under the dev-docs directory.

Supported OS

  • Windows

How to use

var h3: H3Core = H3Core.new()