I want to create a simple arbitrary digital elevation model. It is just like a simple slope commonly used for performing landslide analysis. How can i create my own model in a simple ASCII format or any similar format which is convertible in ASCII.
I think, you can start by generating a random raster file where the values range from 0 to 1. Then you can multiply it by the maximum value of elevation that you want in your DEM.