top of page

Contour Line Generation from Lidar Point clouds

Tool Created with/for OpenTopography.org

Screen Shot 2021-07-21 at 11.06.28 AM.png

This tool allows environmental researchers, architects, urban planners, ecological planners, and many more of the users of OpenTopography.org to generate contour line shapefiles from Lidar point cloud data, as opposed to the traditional method of surveying. With the advancement and accessibility of Lidar data, this technological advance in contour line generation can now be completed on most areas within North America. 

This tool was created with and for OpenTopography.org, allowing users to download contour line shapefiles derived directly from the Lidar point cloud database. The python script uses the TIN interpolation algorithm to generate the DEM, preforms a Gaussian filter on the DEM, and finally outputs the contour lines using GDAL.

Screen Shot 2021-08-06 at 9.10.11 AM.png
DEM generation (TIN)
 
TIN (Triangulated Irregular Network) interpolation algorithm used to generate raster digital elevation models from point cloud dataset
Screen Shot 2021-08-06 at 9.10.29 AM.png
Gaussian Filter
 
Within the Gaussian smoothing module, sigma and radius controls the variation around the mean and the number of cells that are mathematically represented
Screen Shot 2021-08-06 at 9.11.08 AM.png
GDAL contour line generation
 
Line intervals are input by user, going as low as 0.1 meter
Screen Shot 2021-10-04 at 4.20.43 PM.png

The user interface give users additional options  regarding the Gaussian smoothing variables, as well as contour interval and file output type. This tool can be accessed at www.OpenTopography.org

bottom of page