2 Repos
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.
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.
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.