H3: Uber’s Hexagonal Hierarchical Spatial Index (2018)
1–10 of 76 posts
Re: H3: Uber’s Hexagonal Hierarchical Spatial Index (2018)
#2[deleted]
Re: H3: Uber’s Hexagonal Hierarchical Spatial Index (2018)
#3I'd be curious to see a more thorough comparison to S2, which IMHO seems simpler (it's just quadtrees) and likely faster (it supports O(1) lookup vs. needing a hierarchical search).
Re: H3: Uber’s Hexagonal Hierarchical Spatial Index (2018)
#4Re: H3: Uber’s Hexagonal Hierarchical Spatial Index (2018)
#5H3 is working for the specific Ubers’ needs. Not much useful as S2.
Re: H3: Uber’s Hexagonal Hierarchical Spatial Index (2018)
#6How does this compare to S2 from google? It is not mentioned in the post at all.
Re: H3: Uber’s Hexagonal Hierarchical Spatial Index (2018)
#7How does this compare to S2 from google? It is not mentioned in the post at all. http://s2geometry.io/
There is a deep comparison in the video in the post.
Re: H3: Uber’s Hexagonal Hierarchical Spatial Index (2018)
#8Is UberCon going on or something? Why so many releases in the past few days? I'm not complaining; just curious.
Re: H3: Uber’s Hexagonal Hierarchical Spatial Index (2018)
#9Is UberCon going on or something? Why so many releases in the past few days? I'm not complaining; just curious.
This article is over a year old.
Re: H3: Uber’s Hexagonal Hierarchical Spatial Index (2018)
#10I'd be curious to see a more thorough comparison to S2, which IMHO seems simpler (it's just quadtrees) and likely faster (it supports O(1) lookup vs. needing a hierarchical search).
Seeing as Uber used to use S2, presumably it was worse for their needs.