SRTM HGT 🏔

SRTM HGT Elevation Tile

Open Beta
.hgt · application/vnd.srtm-hgt

HGT is NASA's native SRTM elevation format: a raw array of 16-bit signed big-endian integers, a 1°×1° tile (1201×1201 for SRTM3 or 3601×3601 for SRTM1), no header, with the filename encoding the south-west corner (e.g. N55E037.hgt). On osm2cdr the HGT export works honestly like this: if the project contains a DEM raster layer, elevations are sampled from it on a grid; if no DEM layer is present, a FLAT placeholder tile with uniform height is written. No built-in SRTM source is bundled into HGT, so real relief appears only when an elevation layer is supplied. The file is read by GDAL, QGIS, OsmAnd, Locus Map.

Export SRTM HGT now ✨ Open Beta — free, no limits

Key Features

Binary SRTM tile: 16-bit signed big-endian integers, elevation in metres, void value -32768
Grid size by version: SRTM3 (1201×1201, ~2.7 MB) or SRTM1 (3601×3601, ~24.7 MB)
Filename follows the SRTM convention from the bbox south-west corner (N55E037)
Heights from a project DEM layer (grid sampling) or an honest flat placeholder tile when no DEM is present
Example SRTM HGT export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

About SRTM HGT Format

HGT is the elevation format of the SRTM mission: a tile one degree by one degree, written as a raw array of sixteen-bit signed numbers, with no header at all. The program takes the georeferencing from the file name: N55E037.hgt means the tile whose south-west corner sits at 55 degrees north and 37 degrees east. The grid size tells you the version: 1201x1201 is SRTM3 with a step of about 90 meters, 3601x3601 is SRTM1 with a step of about 30 meters.

The format is taken when a program reads specifically .hgt: offline navigators for elevation profiles, terrain processing tools, simulators, your own scripts. The structure is so simple that the file can be parsed in a few lines of code without libraries.

Something important about our export: no SRTM source of our own is baked into the HGT. If the project has an elevation layer, values are sampled from it on the tile grid; if there is no such layer, the file will still be correct in structure and name, but flat — with a uniform elevation. Real terrain in that case is taken from the open SRTM or Copernicus sources, and we have a ready-made hillshade as a separate format.

Empty values are written as the number -32768 — the accepted SRTM notation for no data. The file is read directly by GDAL and QGIS, while offline navigators such as OsmAnd and Locus Map expect it in their own terrain folder.

What Program Opens SRTM HGT Files

The following programs and applications can open, edit, and work with SRTM HGT Elevation Tile (.hgt) files exported from OSM2CDR:

💻GDAL / OGR 🌎QGIS 🗺OsmAnd 💻Locus Map 💻MicroDEM

Format specifications

Who Uses SRTM HGT Maps

🏗
Getting a correctly structured HGT tile with a proper SRTM-convention name for tools expecting .hgt
A file with the right name and grid for tools that accept nothing but .hgt.
💻
If a DEM layer is supplied to the project — exporting the area's elevation into a standard SRTM grid for GDAL/QGIS analysis
The elevations of an area laid into the standard SRTM grid for further analysis in GDAL and QGIS.
📊
Dropping the tile into an OsmAnd/Locus Map offline folder for a route elevation profile (when real heights are present)
An elevation profile along a route in an offline navigator, when the tile holds real elevations.

How to Export SRTM HGT

1
Select area
Draw a rectangle or polygon on the interactive map at osm2cdr
2
Choose SRTM HGT
Select SRTM HGT Elevation Tile from the list of 127 available export formats
3
Export
Click Export and receive your .hgt file in 1-5 minutes
4
Download
Download the ready SRTM HGT file and open it in GDAL / OGR

How to Open After Export

Popular maps in SRTM HGT

Free

Get SRTM HGT Elevation Tile map exports

Download professional SRTM HGT maps from OpenStreetMap. Instant generation, any area.

Free / export
Export SRTM HGT now →

Frequently Asked Questions

Will the file contain real relief of my city?
Why doesn't the filename match mine?
What is the accuracy of SRTM elevations?
What does the value -32768 mean?
How do I tell whether I have SRTM1 or SRTM3?

Related Formats

Frequently Exported Together

Related Articles