LSDtopotools / lsdtt_opencv_docker

Docker container to run the command line LSDTopoTools with opencv
MIT License
0 stars 0 forks source link

Questions about DEM format #2

Open 33paper opened 6 months ago

33paper commented 6 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?

simon-m-mudd commented 5 months ago

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.