Have a Mapbox Vector Tile that spreadsheet tools will not open? This page converts an MVT file to a CSV table you can read in any spreadsheet app.
How to convert MVT to CSV
- Upload a
.mvtor.pbfMapbox Vector Tile up to 20 MB. - Press Convert file and download the CSV.
What you get
One CSV row per feature in the tile:
- Feature attributes as columns (
name,kind, IDs, and anything else the tile stores) - The geometry of each feature as WKT text
- One row per feature, no separate files
When this helps
- Turning a tile into a list you can filter in Excel or Google Sheets
- Auditing what attributes a tile actually carries
- Extracting features for a quick report without a desktop GIS