Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

75% Positive

Analyzed from 131 words in the discussion.

Trending Topics

#https#healpix#uber#used#algorithm#similar#space#routing#problems#healpy

Discussion (6 Comments)Read Original on HackerNews

sligbad7 minutes ago
Also very cool: Google's S2 geometry - https://s2geometry.io/

Used by https://catch.astro.umd.edu/

ahurmazdaabout 5 hours ago
I recall when I first saw Ubers’s H3[1], it really reminded me of healpix (from grad school). I know the algorithm is different but similar problem space: “given a point on a sphere, assign it to a stable cell ID”

1. https://www.uber.com/us/en/blog/h3/

SOLAR_FIELDSabout 4 hours ago
Uber unsurprisingly doing a lot of innovation in this space due to the spicy routing problems they have. If you want to test someone's geospatial knowledge in an interview, give them 45 minutes to "Design Uber" and see what creative solutions they come up with to solve the routing problems.
kmaitreysabout 5 hours ago
I used healpy[1] once during my undergraduate years. It was a summer project to develop an algorithm to find void galaxies.

[1]: https://healpy.readthedocs.io/en/latest/

xioxoxabout 3 hours ago
See also HiPS maps, which map the sky onto ever finer HEALPix grids to allow zooming: https://aladin.cds.unistra.fr/hips/
sligbadabout 6 hours ago
Love the HEALPix scheme, super useful for indexing too (some similar characteristics to geohashes).