Is there an R method for identifying ridge lines in a mountain range?
I am doing some terrain analyses and I need to find distance from certain points to mountain ridges. I have used geodata
to access SRTM data, so I have a DEM. terra
has great built-in methods for calculating slope and TRI.
Is there an R method for identifying ridge lines in a mountain range?
I am doing some terrain analyses and I need to find distance from certain points to mountain ridges. I have used geodata
to access SRTM data, so I have a DEM. terra
has great built-in methods for calculating slope and TRI.