🤗 Welcome to our CUDEM/IVERT POSE Project
An Open-Source Framework for Rapid Development and Validation of High-Accuracy Digital Elevation Models

Interested in getting started building your first high-resolution DEM? Here is an example to generate a DEM from high-resolution coastal DEMs of New Orleans:
First, install the CUDEM software.
Next, run this waffles command (running waffles —help will give a brief explainer of what all these command-line options do) and it’ll automatically download the datasets needed from the CUDEM fetches module (you can run fetches --help to see all supported dataset modules!) of the New Orleans area, and from that data will generate a brand-new DEM at 1/9-arc-second (~3 m) resolution.
waffles -Rloc:"new orleans" -E.1s -Onola -Mcubic CUDEM
This will output a DEM file named ‘nola.tif’ generated by merging the existing CUDEM high-resolution coastal models into a single DEM of New Orleans.
If you want to visualize that DEM, use CUDEM’s perspecto hillshade module to create a color-coded hillshade using the ‘wiki-2.0’ color palette from CPT-City (as with our other cli tools perspecto --help will give a brief description of its options):
perspecto nola.tif -Cwiki-2.0 -Z0

If you’d like to learn more, check out more in-depth CUDEM Github tutorials 1 2 and the various modules available.
Feel free to ask questions in our Zulip chat space! And/or, fill out this Google form so the DEM team can get in touch with you.