This is a .NET C# library to read USGS DEM files
The project is written with Microsoft Visual Studio 2017, simply download the latest source code from the master branch and build the library with the IDE.
No pre-requisites other than the .NET Framework.
The project builds into a class library with example applications.
A sample application is included to demostrate the usage and use the DEM data to draw a color coded height map.
dem = new DemDocument();
dem.read("022k13_0300_deme.dem");
To get DEM files for testing, please visit https://dds.cr.usgs.gov/pub/data/DEM/250/. Please also see wikipedia entry for USGS DEM for alternative sources if the above does not work.