awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • valhalla/valhallaAvatar valhalla

    valhalla/valhalla

    5,394Vezi pe 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
    Vezi pe GitHub↗5,394
  • gpac/gpacAvatar gpac

    gpac/gpac

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

Explorează sub-etichetele

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