A hexagonal hierarchical 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.
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.
To install h3, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install h3
To see what files were installed by h3, run:
port contents h3
To later upgrade h3, run:
sudo port selfupdate && sudo port upgrade h3
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.