H3: For indexing geographies into a hexagonal grid, by Uber

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. h3

    Hexagonal hierarchical geospatial indexing system

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. s2geometry

    Computational geometry and spatial indexing on the sphere

    I'm not sure either. http://s2geometry.io/ works well and you only have to really worry about 4 points to draw the circle.

  4. polars-h3

    🌎 Polars H3 Geospatial Plugin

    I created an h3 polars implementation and I think one of the big one's is flow modeling. As other's have mentioned, each hexagon has 6 equidistant neighbors. As a result, it lends itself to analyzing telematics data - I attached a colab notebook where I do some of this. Trying to do any of this analysis any other way would be incredibly painful.

    [1] https://github.com/Filimoa/polars-h3

    [2] https://drive.google.com/file/d/18jIVEbE_1QbwTbHdMqj0AVqguf2...

  5. h3o

    Rust implementation of the H3 geospatial indexing system.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • A Hexagonal-tiled Cartogram for U.S. Counties

    1 project | news.ycombinator.com | 5 Feb 2025
  • Geospatial Indexing Sampler

    2 projects | dev.to | 20 Dec 2024
  • H3: Hexagonal hierarchical geospatial indexing system

    1 project | news.ycombinator.com | 11 Mar 2024
  • A population density map of the state of Pennsylvania

    1 project | /r/Pennsylvania | 9 Dec 2022
  • [ANN] HexTree: geographical region-to-value mapping

    2 projects | /r/rust | 26 Sep 2022

Did you know that C is
the 6th most popular programming language
based on number of references?