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

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

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

1 个仓库

Awesome GitHub RepositoriesSpatial Binning

Indexing geographic data into discrete bins to accelerate spatial lookup and segment identification.

Distinct from Spatial Tile Identification: Spatial Tile Identification identifies broad tiles; Spatial Binning focuses on the fine-grained bins used to find candidate edges.

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

Awesome Spatial Binning GitHub Repositories

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

    valhalla/valhalla

    5,394在 GitHub 上查看↗

    Valhalla is an open-source routing engine that calculates optimal paths and travel times using OpenStreetMap data. It is built around a tiled routing graph framework, allowing map data to be organized into small geographic tiles for efficient regional updates and offline routing capability. The project distinguishes itself through a multimodal routing server that combines automobile, pedestrian, bicycle, and public transit modes into single journeys. It includes a GPS trace matching engine to align noisy coordinates to the most probable road network paths and an isochrone and matrix generator

    Valhalla finds candidate edges near a given coordinate by searching spatial bins.

    C++astardijkstradirections
    在 GitHub 上查看↗5,394
  1. Home
  2. Data & Databases
  3. Spatial Tile Identification
  4. Spatial Binning