iwfm.gis.las2dem¶ iwfm.gis.las2dem(source, target, cell=1.0, NODATA=0)[source]¶ Convert a LIDAR LAS file to an ASCII DEM. Interpolation is used to account for data loss Parameters: source (str) – input LIDAR LAS file name target (str) – output ASCII DEM file name cell (float, default=1.0) – interpolation distance NODATA (int, default=0) – value to use for blank areas Return type: nothing