1 repositorio
Processing CSV files specifically for the purpose of generating geospatial vector tiles.
Distinct from CSV Processing: Distinct from general CSV parsing; focused on the path from tabular CSV to tiled map data.
Explore 1 awesome GitHub repository matching part of an awesome list · CSV to Vector Tile Conversion. 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
Parse geospatial data from CSV files and integrate it into a vector tile structure.