Hi,
I am trying to perform an optimal path analysis using Tobler's Function, and I am having issues working with the raster calculator. My math look like this:
(1.0 / 1000) / (6 * Exp(-3.5 * Abs(Tan(("slope" * 3.14159)/180) + .05)))
This return values very close to 0 (e.g., 0.00014) when it finishes. From what I've read this looks like something I'm doing is causing issues using integers and floating-point values. Does anyone have help or advice they would be willing to share?
I am getting my workflow from this source The Basics of Least Cost Analysis for Archaeological Applications | Advances in Archaeological Practice | Cambridge Core