awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesDisk-Based Tile Storage

Storage of tiled data as a directory hierarchy of binary files organized by zoom and coordinate.

Distinct from Storage Disk Configurators: Candidates cover general disk config, column stores, or page-based storage; none cover the specific zoom/x/y hierarchy used in map tiles.

Explore 2 awesome GitHub repositories matching data & databases · Disk-Based Tile Storage. Refine with filters or upvote what's useful.

Awesome Disk-Based Tile Storage GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • mapbox/tippecanoemapbox का अवतार

    mapbox/tippecanoe

    3,026GitHub पर देखें↗

    Tippecanoe is a command-line tool used to generate optimized vector tiles for web maps. It converts large-scale geospatial datasets, including GeoJSON, CSV, and Geobuf files, into binary vector tiles or MBTiles SQLite databases. The project is designed to maintain map performance and visual quality across different zoom levels. It achieves this through geospatial data downsampling, which includes simplifying geometries and thinning point density to prevent tile overcrowding and keep tile sizes within specific limits. The tool provides extensive data transformation capabilities, such as attri

    Saves geospatial data as a directory hierarchy of binary files organized by zoom and coordinates.

    C++c-plus-plusgeojsonvector-tiles
    GitHub पर देखें↗3,026
  • protomaps/pmtilesprotomaps का अवतार

    protomaps/PMTiles

    2,662GitHub पर देखें↗

    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

    Archives map tile pyramids into a single file optimized for cloud storage access via HTTP byte-range requests.

    TypeScriptpmtilesserverless
    GitHub पर देखें↗2,662
  1. Home
  2. Data & Databases
  3. Disk-Based Tile Storage

सब-टैग एक्सप्लोर करें

  • Byte-Range Optimized StorageStorage formats specifically designed for retrieval via HTTP range requests. **Distinct from Disk-Based Tile Storage:** While disk-based tile storage uses directory hierarchies, this focuses on a single-file format optimized for byte-range seeking.