Finding Heightmaps on the Web

Category

GIS

Last modified

26 January 2021

This tutorial provides heightmaps, links to them, and talks about what to look for. It is written from the point of view of someone wanting to use them for modelling terrain in Blender, but it is relevant to modelling with other 3d packages.

New Zealand height map sources

Koordinates and Landcare Research are two sources for heightmaps. They have maps of all of New Zealand in GeoTIFF and ASCII formats, which can be opened with QGIS. These websites know heightmaps as Data Elevation Models (DEMs). You can download several at once, you can also crop an area of interest which saves on download time. Both websites allow you to choose the map projection. Just accept the default.

  • Koordinates
    • The heightmap in Tutorial: Make mountains in Blender from height maps was created by the University of Otago - National School of Surveying who have published it at Koordinates, and is released under a Creative Commons Attribution-Share Alike 3.0 license. This allows commercial use, with acknowledgement. They supply these as a series of tiles which you can join together in QGIS.
    • They also have maps showing roads, property boundaries, aerial photos, and more that can be used as textures.
  • Landcare Research (LRIS)
    • This website is similar to Koordinates. It has fewer DEMs. But does have a complete 25m DEM of each of NZ's two main islands.
    • Some of the licenses are Creative Commons, others are a little more restrictive.
    • They also have a bunch of soil, vegetation, and climate map overlays
  • Land Information New Zealand
    • This has 1m DEMs for parts of New Zealand
    • They also have maps showing roads, property boundaries, aerial photos, and more that can be used as textures.

 

Ready to go New Zealand height maps

I've converted a few height maps into the .png format. Below are some 15m DEMs:-

And here's a, high resolution, 1m DEM of Wellington East, try subdividing it 600 times. There are details in it that you won't see in the height maps above. You can see the cutting where the road goes through the hills into the Miramar peninsula, the plateau formed by the airport, the wharves, the roads around the coast.

Eastern Suburbs of Wellington 1m DEM

World heightmaps from NASA - improved by Jonathan de Ferranti

Jonathan de Ferranti has spent a lot of time improving DEMs from NASA's Shuttle Radar Topography Mission (SRTM) and other sources. He has his improved DEMs available from Viewfinder Panoramas. These are in .hgt format which can be opened with QGIS.

World heightmaps from USGS

Heightmap file formats

All heightmaps files are an array of numbers. The numbers are often stored in an image format as a grayscale.

Grayscale represents height values
            0 0 1 1
            0 0 2 2
            4 3 3 4
            0 0 0 0

What makes the formats different from each other is the range of numbers and the metadata. And what software you need to handle them. Blender requires an image format such as .png or .jpg. For other formats you will need QGIS to convert them. These other formats have metadata which says:-

  • how wide the map is
  • what scale was used
  • the projection method
  • the unit of measurement, metres or feet
  • the position of the map

The metadata makes it easy to join maps together. This is important because the maps are often broken up into tiles. New Zealand, which is a small island country, has a 25 metre DEM that is 1.7 gigabytes in size. A 1 metre DEM of Wellington, NZ's capital, is .6 gigabytes in size, imagine how big the file of a continental country would be!. QGIS is your friend for these special file formats. It is free. In the next tutorial, Export Heightmaps from QGIS by Screenshot, I will show you how to use it to convert DEMs into a usable format.

Discussion

John Pratt
Thanks for putting this info together. I was stuck at the huge DEM file size and this helped. I had found another work around, but this is easier. I am starting to use the maps in Minecraft and Roblox. - John from Massachusetts, USA
Robert Hughes-Games
Hi. I'm looking to try get a few maps to then run on a cnc router in 3D. Would it be possible to chat if I can't get the above to work? Cheers
John Flower

Hi Robert, yes do get in touch. I'd be interested to see what you want to do as I have access to a CNC router but haven't explored much of it's pootential.

Add a remark

Your email will be private. It is used to notify you of replies to your remark.

Plain text

  • No HTML tags allowed.