How can I calculate all the possible paths between a group of points, taking into consideration the SRTM and the Slope ?
I am trying to do this in ArcGIS, my dataset is a group of points (shape format) and I have the SRTM and the Slope.
I've seen the Path distance tools but I have some doubts. My idea is to have a raster with all the possible paths between the different points, considering that someone would move by foot (and the time needed is not important), I just want to have an overview of all possible paths and the dificulty for now is not important.
Is it correct to use the Path distance tool giving only the STRM for both the in_surface_raster and in_vertical_raster ??