Open 33paper opened 7 months ago
When I was using this tool, I found that the format of the input DEM had to be in ENVI bil format. However, my DEM data is single channel, how can I change it to bil format which only multi-channel data can have?
Hello, do you mean single band? ENVI bil can have single band data. I convert the data format using GDAL.
https://lsdtopotools.github.io/LSDTT_documentation/LSDTT_introduction_to_geospatial_data.html#changing-raster-format-with-gdal_translate
You can also use QGIS to do this operation.
When I was using this tool, I found that the format of the input DEM had to be in ENVI bil format. However, my DEM data is single channel, how can I change it to bil format which only multi-channel data can have?