awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesHexagonal Cell Center Retrievers

Functions that return the geographic center point of a hexagonal grid cell.

Distinct from Cell Coordinate Mapping: No candidate describes geospatial hexagon center retrieval; all candidates are UI grid or spreadsheet concepts.

Explore 1 awesome GitHub repository matching data & databases · Hexagonal Cell Center Retrievers. Refine with filters or upvote what's useful.

Awesome Hexagonal Cell Center Retrievers GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • uber/h3Avatar de uber

    uber/h3

    6,015Voir sur GitHub↗

    H3 is an open-source library that provides a hierarchical hexagonal grid system for geospatial indexing. It projects the Earth onto an icosahedron and tiles each face with hexagons to minimize distortion, then encodes each hexagon as a 64-bit integer that stores its resolution and position in the hierarchy. This integer encoding enables fast bitwise operations for grid navigation and spatial analysis. The library offers a comprehensive set of grid topology algorithms for computing neighbor relationships, distances, and paths between cells directly on the hexagonal grid without geographic coor

    Returns the geographic center point of an H3 cell as a latitude/longitude pair.

    Cgeospatialh3hexagon
    Voir sur GitHub↗6,015
  1. Home
  2. Data & Databases
  3. Hexagonal Cell Center Retrievers