For systems equipped without LiDAR, USGS has a published site with publicly available DEMs for much of the continental United States. To get started:
Download DEM
- Visit USGS LidarExplorer
- Move to the DEMs tab
- Enable Show where DEMs exist?
- Navigate to the location of your survey and draw an AoI around the area
- Expand the DEMs within AoI dropdown in the right panel
- Select the highest resolution DEM available (typically 1 meter)
- In the new tab opened, scroll to the TIFF download link and download the DEM
To ensure compatibility with field sensor data and GRYFN Processing Tool, the vertical datum must be converted properly. GRYFN recommends using the NASA Ames Stereo Pipeline, with instructions below.
Converting DEM Vertical Datum
- For Windows users, install Windows Subsystem for Linux
- Open Windows terminal
- From the dropdown menu, select Ubuntu (or other Linux distro)
- First time users should run the following commands to install NASA Ames Stereo Pipeline
wget https://github.com/NeoGeographyToolkit/StereoPipeline/releases/download/3.5.0/StereoPipeline-3.5.0-2025-04-28-x86_64-Linux.tar.bz2
tar -xvf StereoPipeline-3.5.0-2025-04-28-x86_64-Linux.tar.bz2
cd StereoPipeline-3.4.0-2024-06-19-x86_64-Linux/
LD_LIBRARY_PATH=$PWD/lib bin/dem_geoid --help
LD_LIBRARY_PATH=$PWD/lib bin/dem_geoid /mnt/{path_to_dem}.tif --reverse-adjustment- Reverse AdjustmentTransforms DEM from MSL to NAD83 Ellipsoid Height
ls
- To locate new filename
mv ./{newFilename} /mnt/{newFilePath}
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article