Search for a command to run...
Choosing the right format ensures your data is compatible with your favorite tools, whether you're using a GIS (Geographic Information System), a spreadsheet, or a programming environment.
Not sure which one to pick? Use the table below to find the best match for your workflow:
| Format | Best For... | Common Tools |
|---|---|---|
| Shapefile | Standard industry use for vector data. | ArcGIS, QGIS |
| GeoJSON | Web applications and lightweight data sharing. | Mapbox, Leaflet, JavaScript |
| Parquet | Large-scale data analysis and storage efficiency. | Python (Pandas), Apache Spark |
| GeoTIFF | Raster data (images, satellite imagery, heatmaps). | GDAL, Image analysis tools |
| CSV/TSV | Simple tabular data without complex geometry. | Excel, Google Sheets |
Both are excellent for simple spreadsheets, but TSV is often preferred if your data contains text with many commas.
For large datasets, Parquet is optimized for speed and performance. If you need maximum compatibility with older systems, Shapefile remains the "gold standard," though it has file size limitations.
Currently, you must select one Primary Format per export. To get the same data in a different format, simply run the export process again with a new selection.
GeoTIFF is specifically for raster data (pixels). If your dataset is an image or a continuous surface rather than points or lines, only the GeoTIFF option will be compatible. Choosing the right format ensures your data is compatible with the platform.