GIS File Formats & Their Extensions
|
GIS File Formats & Their
Extensions A Complete Reference Guide for GIS Professionals |
|
01. Shapefile (Vector Format) |
|||||||||||||||||||
|
Shapefile is one of the most widely used GIS
formats, developed by Esri. It is important to note that a shapefile is not
a single file it is a collection of files that must be kept together.
|
|
02. File Geodatabase (.gdb) |
||||||||||
|
A File Geodatabase is an Esri proprietary format
stored as a folder on disk. It overcomes many of the limitations of the
Shapefile format. Extension: .gdb (folder structure, not a single file) •
Multiple
feature classes •
Feature
datasets •
Raster
datasets •
Tables
and relationship classes •
Domains
and subtypes
|
|
03. Enterprise Geodatabase (SDE) |
||||||||||
|
Enterprise Geodatabases are used in multi-user
enterprise environments where many editors need to work on the same data
simultaneously. •
SQL
Server •
Oracle •
PostgreSQL
|
|
04. GeoJSON |
|
GeoJSON is an open standard format based on
JSON for encoding geographic data structures. It is lightweight and ideal for
web GIS applications. •
Points,
lines, and polygons •
Feature
collections with attributes •
Coordinate
Reference System definitions •
ArcGIS
Online •
Leaflet
and Mapbox •
GitHub
(renders GeoJSON on map automatically) •
REST
APIs and web services |
|
|
|
05. KML / KMZ (Google Earth) |
||||||
|
KML (Keyhole Markup Language) is an XML-based format originally developed for Google Earth. KMZ is the compressed, zipped version of a KML file.
•
Google
Earth visualisation •
Sharing
simple geographic data with non-GIS users •
Field
data collection exports •
Web-based
map sharing |
|
06. CAD Files |
|||||||||
|
CAD files are commonly used in engineering, utilities, and infrastructure projects. GIS professionals frequently need to read or convert these formats.
|
|
07. Raster Formats |
|||||||||||||||||
|
Raster formats store geographic data as a grid of
cells (pixels), each with a value. They are used for satellite imagery,
elevation models, and continuous surface data.
•
Satellite
and aerial imagery •
Digital
Elevation Models (DEM) •
Land
use and land cover analysis •
Hillshade
and terrain visualisation |
|
08. LiDAR & Point Cloud Formats |
|||||||||||||||||||||||
|
LiDAR (Light Detection and Ranging) formats store 3D point cloud data captured by airborne or ground-based laser scanners. Used in elevation modelling, urban mapping, and infrastructure inspection.
•
Digital
Terrain Models (DTM) and Digital Surface Models (DSM) •
Urban
3D building and infrastructure modelling •
Flood
risk and watershed analysis •
Utility
corridor and vegetation encroachment surveys •
Autonomous
vehicle mapping and navigation |
|
09. ArcGIS Project & Layer Files |
||||||||||||||||||
|
These are Esri-specific files that store project settings, layer definitions, and toolbox configurations — not the spatial data itself.
|
|
10. Database & Portable Formats |
|||||||||
|
These formats store spatial data within database containers, offering varying levels of portability and multi-user support.
|
|
11. Scientific & Big Data Formats |
|||||||||||||||
|
These formats are used in climate science, oceanography, remote sensing, and large-scale analytics platforms. Increasingly relevant as GIS merges with big data pipelines.
|
Master Quick Reference
|
Extension(s) |
Format & Use |
|
.shp / .dbf / .shx |
Shapefile
— vector, single feature class |
|
.gdb |
File
Geodatabase — multi-layer, Esri format |
|
.sde |
Enterprise
Geodatabase connection file |
|
.geojson / .json |
GeoJSON
— open standard, web GIS |
|
.kml / .kmz |
KML/KMZ
— Google Earth format |
|
.dwg / .dgn / .dxf |
CAD
files — engineering/infrastructure |
|
.tif / .img / .asc |
Raster
imagery and elevation data |
|
.aprx / .mxd |
ArcGIS
project files |
|
.lyrx / .lyr |
Layer
files — symbology and source definitions |
|
.gpkg |
GeoPackage
— open, portable, multi-layer |
|
.fme |
FME
workspace file |
|
.prj |
Projection
/ coordinate system definition |
|
Final Thought Understanding
GIS file formats helps with: •
Data
exchange across platforms and organisations •
Performance
optimisation for large datasets •
Enterprise
architecture design and platform decisions •
Avoiding
compatibility issues in production workflows Choosing
the right format depends on:
|
Comments
Post a Comment