/h3measurements

Measuring aspects of the H3 hexagonal hierarchical geospatial indexing system.

Primary LanguageJavaApache License 2.0Apache-2.0

H3 Measurements

Build Status

This repository contains code for measuring different aspects of the H3 hexagonal hierarchical geospatial indexing system. Some things this repository measures includes average cell area, the effect of aperture 7 on cell precision truncation, and so on.

Build with mvn package. Each application is described on its own README page, listed below, with sample invocation, explanation, and sample output.

There are applications for describing randomly sampled cells:

There is also an application which measure user specified cells:

There are also tests for some comparable systems:

License

Apache 2.0