awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjektÜber unsHow we rankPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Kategorien

2 Repos

Awesome GitHub RepositoriesSpatial Tile Identification

Determining which geographic tiles intersect a given spatial boundary.

Distinct from Asynchronous Tile Loading: Candidates focus on GPU memory writing or image tiling, not geographic bounding box intersection.

Explore 2 awesome GitHub repositories matching data & databases · Spatial Tile Identification. Refine with filters or upvote what's useful.

Awesome Spatial Tile Identification GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • valhalla/valhallaAvatar von valhalla

    valhalla/valhalla

    5,394Auf GitHub ansehen↗

    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

    Determines which road network tiles intersect a bounding box to load data for a region.

    C++astardijkstradirections
    Auf GitHub ansehen↗5,394
  • gpac/gpacAvatar von gpac

    gpac/gpac

    3,205Auf GitHub ansehen↗

    GPAC is an open-source multimedia framework built around a pluggable filter graph pipeline, where modular processing units called filters connect into a directed graph to handle media workflows. At its core, the framework centers all media packaging and manipulation on the ISO Base Media File Format (ISOBMFF), with specialized tools for reading, writing, fragmenting, and encrypting MP4 and related containers. It also provides a declarative scene graph composition system for describing interactive multimedia scenes using MPEG-4 BIFS, X3D, SVG, or VRML syntax, alongside a hardware-accelerated re

    Describes spatial arrangement of video tiles in DASH manifests for tile-based streaming.

    Catsc3broadcastcenc
    Auf GitHub ansehen↗3,205
  1. Home
  2. Data & Databases
  3. Spatial Tile Identification

Unter-Tags erkunden

  • Spatial BinningIndexing 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.
  • Video Tile Spatial Descriptors1 Sub-TagDescriptors that specify the spatial arrangement and dimensions of video tiles in a DASH manifest. **Distinct from Spatial Tile Identification:** Distinct from Spatial Tile Identification: focuses on describing video tile layouts in manifests, not geographic tile identification.