awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • valhalla/valhallaAvatar de valhalla

    valhalla/valhalla

    5,394Ver en 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

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

    C++astardijkstradirections
    Ver en GitHub↗5,394
  • gpac/gpacAvatar de gpac

    gpac/gpac

    3,205Ver en GitHub↗

    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
    Ver en GitHub↗3,205
  1. Home
  2. Data & Databases
  3. Spatial Tile Identification

Explorar subetiquetas

  • 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-etiquetaDescriptors 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.