# tile-blobber **Repository Path**: mirrors_mapbox/tile-blobber ## Basic Information - **Project Name**: tile-blobber - **Description**: Transform a list of tile coordinates into covering polygons - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2025-10-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README tile-blobber ------------ Transform a list of tile coordinates into covering polygons. Uses `tilebelt`, `turf-union`. Example usage: ``` sh echo -e "3/2/2\n3/3/2\n3/4/4" | tile-blobber | geojsonio ``` ![tile-blobber](https://cloud.githubusercontent.com/assets/83384/9529088/50e7ee20-4cc6-11e5-8344-b15ebaf1a126.png)