|
|
|
|
|
by pheelicks
410 days ago
|
|
A pentagonal geospatial indexing system: https://a5geo.org/ If you’ve used H3 or S2 it should be familiar, the major difference (apart from the fact it uses pentagons) is that the cell areas are practically uniform, whereas alternative systems have a variance of around 2 between the largest and smallest cells, making them less useful for aggregation. The site has many visual demos, e.g. https://a5geo.org/examples/area The code is open source: https://github.com/felixpalmer/a5 |
|
Is it essential that the cells be the same shape?
Also where does the name "A5" come from exactly? I get that 5 is because it has five sides, but why A?