Skip to main content

GIS file formats

FormatBest practical useWatch for
GeoPackagelocal editable vector/raster databaseone file can contain many layers; coordinate metadata matters
Shapefilelegacy interchangefield-name/type/Unicode limitations; multiple sidecar files
GeoJSONweb/API interchangeoften large; CRS usually WGS84 in web use
KML/KMZGoogle Earth sharingstyling/attributes simplified; not a working cadastral database
CSVsimple tables/point exchangeno native geometry/CRS metadata unless conventions are documented
GeoTIFFraster analysiscan be very large
COGcloud/HTTP raster accessneeds compatible clients for range-read benefits
File GeodatabaseEsri multi-layer data exchangeproprietary ecosystem though widely readable
MBTilespackaged map tilestile package, not source feature database
LAS/LAZ/COPCLiDAR point cloudshuge data; classification/CRS must be preserved

Default choices

For a small QGIS project, GeoPackage is usually stronger than Shapefile. For Google Earth, export a purpose-built KML/KMZ. For analytical imagery/elevation, keep GeoTIFF/COG. For raw LiDAR, use LAZ/COPC when the workflow supports them.

Choose the format for the next use, not because it is the format you first received.

Last reviewed: 26 August 2026