awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesGeospatial Bindings

Rust bindings specifically for geospatial indexing libraries like H3.

Distinct from Rust Database Bindings: Distinct from Rust Database Bindings: focuses on geospatial indexing rather than general database connectivity.

Explore 1 awesome GitHub repository matching data & databases · Geospatial Bindings. Refine with filters or upvote what's useful.

Awesome Geospatial Bindings GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • uber/h3uber 的头像

    uber/h3

    6,015在 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

    Provides a Rust binding that wraps the native C library for hexagonal indexing functions.

    Cgeospatialh3hexagon
    在 GitHub 上查看↗6,015
  1. Home
  2. Data & Databases
  3. Rust Database Bindings
  4. Geospatial Bindings