Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Ivert


ICESat-2 Validation of Elevations Reporting Tool

IVERT validates Digital Elevation Models (DEMs) by comparing their elevations against ICESat-2 satellite photon data. It supports topographic, bathymetric, and mixed coastal DEMs, runs fully offline on any machine, and handles vertical datum conversions automatically.


  1. Set up IVERT’s data directories and credentials (run once on a new machine) This creates the local ~/.ivert data directories and checks your ~/.netrc for NASA Earthdata Login credentials, offering to save them if they are not already present. Earthdata credentials are required to download ICESat-2 data (register for a free account).

$ ivert setup
  1. Download ICESat-2 photon data for your area (bounding box in W/E/S/N order):

$ ivert database download -- -82.6/-82.5/27.25/27.35
  1. Validate your DEM:

$ ivert validate sarasota_dem.tif -n "Sarasota, FL"
  1. Check the output directory for sarasota_dem_results.h5, a validation plot (.png), and error exports (.tif, .gpkg).

Ivert Results Sample