←back to thread

Show HN: A5

(github.com)
95 points pheelicks | 1 comments | | HN request time: 0s | source
Show context
Bedon292 ◴[] No.43976858[source]
Is it primarily useful just for data visualization? Would there be an potential performance benefits for something like searching a database for nearby data?
replies(1): >>43977468 #
pheelicks ◴[] No.43977468[source]
Yes, such indices (S2 & H3) are widely used for providing a index in databases, so geospatial features that are close by in the world and stored in nearby databases rows. https://cloud.google.com/bigquery/docs/grid-systems-spatial-...
replies(1): >>43978053 #
1. Bedon292 ◴[] No.43978053[source]
Thanks. I always enjoy when geospatial topics show up on here. My background it geo, but unfortunately I have slowly drifted away. Geohash is about where I left off in the same general realm of concepts, so S2 / H3 are essentially new to me as well.