awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesOpen-source alternativesSelf-hosted softwareBlogPlan du site
ProjetÀ proposHow we rankPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Catégories

7 dépôts

Awesome GitHub RepositoriesOffline Map Data Managers

Utilities for downloading and managing regional map datasets for offline searching and navigation.

Distinct from Offline Data Management: Distinct from general offline data management: focuses on large-scale geospatial map tiles and routing data.

Explore 7 awesome GitHub repositories matching data & databases · Offline Map Data Managers. Refine with filters or upvote what's useful.

Awesome Offline Map Data Managers GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • crosstalk-solutions/project-nomadAvatar de Crosstalk-Solutions

    Crosstalk-Solutions/project-nomad

    30,944Voir sur GitHub↗

    Project Nomad is a self-hosted survival suite and containerized offline operating environment. It provides a collection of essential tools, including a local retrieval-augmented generation system, an offline mapping server, and a local knowledge base for large language models, all designed to operate on air-gapped hardware. The system prioritizes total offline isolation to ensure telemetry-free operation. It enables private data analysis and semantic document querying through local-first vector storage and offline model execution, keeping all data on internal hardware without requiring intern

    Provides utilities for downloading and managing regional map datasets for offline searching and navigation.

    TypeScript
    Voir sur GitHub↗30,944
  • organicmaps/organicmapsAvatar de organicmaps

    organicmaps/organicmaps

    13,304Voir sur GitHub↗

    Organic Maps is a mobile application designed for offline mapping, navigation, and outdoor activity planning. It functions as a privacy-focused client for OpenStreetMap data, enabling users to explore locations, search for points of interest, and receive turn-by-turn directions entirely without an internet connection. The project distinguishes itself through a strict zero-telemetry privacy model that excludes trackers, data collection, and mandatory account requirements. By utilizing a native core engine and local-first data storage, it ensures that all user activity, location history, and pe

    Supports downloading map data directly to local devices to enable searching and navigation without network connectivity.

    C++androidappcpp
    Voir sur GitHub↗13,304
  • mapbox/mapbox-gl-jsAvatar de mapbox

    mapbox/mapbox-gl-js

    12,306Voir sur GitHub↗

    Mapbox GL JS est un moteur de rendu cartographique WebGL et un framework de carte web interactif utilisé pour rendre des tuiles vectorielles, de l'imagerie raster et du terrain 3D dans le navigateur. Il fonctionne comme une bibliothèque de cartes à tuiles vectorielles et un outil de visualisation de données géospatiales, utilisant des shaders accélérés par GPU pour transformer les données géospatiales en cartes interactives. Le projet se distingue par l'intégration de couches WebGL personnalisées directement dans le pipeline de rendu et l'utilisation d'expressions basées sur les données pour mapper les propriétés des entités aux attributs visuels. Il prend en charge le chargement de données spécialisées via PMTiles et fournit une gestion des cartes hors ligne via des packs locaux et des bases de données. Le moteur couvre un large éventail de capacités, y compris le rendu de terrain 3D et de bâtiments avec éclairage et ombres, le suivi de la localisation de l'utilisateur en temps réel et des animations de caméra programmables. Il fournit des requêtes spatiales pour la récupération d'entités, le filtrage dynamique et un système d'interface utilisateur pour les marqueurs HTML et les fenêtres contextuelles d'information. La bibliothèque inclut des configurations de build pour générer des bundles qui respectent les restrictions de Content Security Policy pour les web workers.

    Provides utilities for managing regional map datasets to enable offline viewing and navigation.

    TypeScript
    Voir sur GitHub↗12,306
  • rastapasta/mapsciiAvatar de rastapasta

    rastapasta/mapscii

    8,975Voir sur GitHub↗

    Mapscii is a terminal-based geographic interface and vector map renderer. It allows users to view and explore geographic map data and points of interest directly within an xterm-compatible console using ASCII and Braille characters. The project functions as a vector tile map client capable of fetching and styling geographic layers from public or private sources. It also serves as an MBTiles map viewer, enabling the exploration of geographic data stored in local files for offline use. The tool provides keyboard-driven navigation for zooming and panning across coordinates, along with the abili

    Enables navigation of geographic data stored in local MBTiles files for offline use.

    JavaScriptascii-artbrailleconsole
    Voir sur GitHub↗8,975
  • fastshift/x-trackAvatar de FASTSHIFT

    FASTSHIFT/X-TRACK

    6,250Voir sur GitHub↗

    X-Track is a firmware project for an embedded bicycle computer that combines GPS-based speed and ride metrics with offline map navigation. It functions as a GPS bicycle speedometer, displaying speed, distance, altitude, and other ride data on a handlebar-mounted screen, while also serving as an offline map viewer that renders locally stored map tiles without an internet connection. The project distinguishes itself by including a firmware emulator that runs the embedded code on a PC, enabling development and testing without physical hardware. It also provides GPS-based clock calibration to aut

    Download map tiles for a user-selected geographic area, limiting the region to keep file sizes manageable.

    Cbicyclegpsgps-tracking
    Voir sur GitHub↗6,250
  • mapsme/omimAvatar de mapsme

    mapsme/omim

    4,599Voir sur GitHub↗

    Omim is a suite of compilers and orchestrators designed to transform raw geographic and transit data into renderable offline map binaries. It provides a map generator for converting OpenStreetMap data into optimized binary files, a styling compiler for visual feature representation, and a rendering engine for visualizing geographic data from local storage without an internet connection. The project includes a map tile build orchestrator that sequences generation and optimizes resource utilization based on historical statistics. It also features a dedicated transit data processor that transfor

    Manages specialized binary file formats for map geometries, search indexes, and routing data for offline use.

    C++
    Voir sur GitHub↗4,599
  • protomaps/pmtilesAvatar de protomaps

    protomaps/PMTiles

    2,662Voir sur GitHub↗

    PMTiles is a cloud-native geospatial data format and a set of tools for creating cloud-optimized map tile archives. It organizes map tile pyramids into a single-file archive, allowing map data to be stored and retrieved from remote buckets without a dedicated backend database. The project provides a map tile format converter to transform various data sources into this unified archive and a map tile server proxy that serves these archives to display systems using standard protocols. It enables the use of HTTP byte-range requests and metadata-driven indexing to retrieve specific tiles without d

    Organizes map tile pyramids into a single portable file for use in offline environments.

    TypeScriptpmtilesserverless
    Voir sur GitHub↗2,662
  1. Home
  2. Data & Databases
  3. Offline Data Management
  4. Offline Map Data Managers

Explorer les sous-tags

  • Tile DownloadersDownloads map tiles for a chosen geographic region at user-selected zoom levels and stores them as PNG files. **Distinct from Offline Map Data Managers:** Distinct from Offline Map Data Managers: focuses on the download step of tiles for offline use, not the broader management of regional map datasets.