GeoTIFF Explained

A GeoTIFF is a standard TIFF image with extra metadata — a coordinate reference system, an origin and a pixel size — that ties every pixel to a real-world location, turning a picture into a map. If you work with terrain rasters, you work with GeoTIFF: it is the everyday format for DEMs and orthophotos. This guide explains why it became the standard.

A TIFF that knows where it is

A GeoTIFF is a standard TIFF image with extra metadata that ties every pixel to a real-world location: a coordinate reference system, an origin and a pixel size. That metadata is what turns a picture into a map.

Because the georeferencing lives inside the file, a GeoTIFF drops onto the correct spot on the earth without a separate world file.

DEMs and orthophotos

GeoTIFF carries two very common terrain products. As a single-band raster it stores a DEM, where each pixel is an elevation. As a multi-band raster it stores an orthophoto, where each pixel is a colour.

Both share the same georeferencing, which is why a DEM and an orthophoto of the same site line up perfectly when you overlay them.

Why it is the standard

GeoTIFF is open, widely supported and self-describing, so it moves cleanly between survey, GIS and CAD tools. It also supports tiling and overviews, which let software read only the part of a huge file it needs.

That last point matters in practice: a site GeoTIFF can be gigabytes, and software that streams it stays responsive instead of loading the whole thing.

Frequently asked questions

What is a GeoTIFF?

A GeoTIFF is a standard TIFF image file with extra metadata — a coordinate reference system, an origin, and a pixel size — that ties every pixel to a real-world location, so the file drops onto the correct spot on a map without needing a separate world file.

What is the difference between how a GeoTIFF stores a DEM versus an orthophoto?

A GeoTIFF stores a DEM as a single-band raster where each pixel is an elevation value, and stores an orthophoto as a multi-band raster where each pixel is a colour value. Both use the same georeferencing, so a DEM and an orthophoto of the same site line up perfectly when overlaid.

Why did GeoTIFF become the standard format for terrain rasters?

GeoTIFF became the standard because it is open, widely supported, and self-describing, which lets it move cleanly between survey, GIS, and CAD tools.

How can software handle very large GeoTIFF files without loading the whole file?

GeoTIFF supports tiling and overviews, which let software read only the part of a huge file it actually needs — important in practice since a site GeoTIFF can be gigabytes in size, and software using this feature stays responsive instead of loading everything at once.

Open large GeoTIFF DEMs and orthophotos in STREAM

Native Windows · fully offline · free beta

GeoTIFF Software