Sha256: f8ad309a40e955ee2635285b46dd26fe5f9d9a6793e66b7416211eeb92bf8e44
Contents?: true
Size: 778 Bytes
Versions: 2
Compression:
Stored size: 778 Bytes
Contents
# Introduction The **H3** geospatial indexing system is a multi-precision hexagonal tiling of the sphere indexed with hierarchical linear indexes. The **H3 Core Library** provides functions for converting between latitude/longitude coordinates and **H3** geospatial indexes. Specifically, the major library entry point functions (defined in `h3api.h`) provide the functionality: * given a latitude/longitude point, find the index of the containing **H3** cell at a particular resolution * given an **H3** index, find the latitude/longitude cell center * given an **H3** index, determine the cell boundary in latitude/longitude coordinates * and more. The **H3 Core Library** is written entirely in *C*. [Bindings for other languages](/docs/community/bindings) are available.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
h3-3.7.2 | ext/h3/src/docs/README.md |
h3-3.7.1 | ext/h3/src/docs/README.md |