1 مستودع
Storage 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.
Explore 1 awesome GitHub repository matching data & databases · Byte-Range Optimized Storage. Refine with filters or upvote what's useful.
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.