<div dir="ltr"><br><br>On Fri, May 3, 2019 at 4:17 PM Moritz Lennert <<a href="mailto:mlennert@club.worldonline.be">mlennert@club.worldonline.be</a>> wrote:<br>><br>> Hi,<br>><br>> Does anyone have any experience, or theoretical knowledge based on the<br>> code, on whether the results of r.stream.extract (and also r.watershed)<br>> will be influenced by working in a lat-long location instead of a<br><div>> projected location ?</div><div><br></div><div>The A* search in both r.stream.extract and r.watershed distinguishes only between direct and diagonal neighbor cells. This determines flow D8 direction. MFD flow direcition also <br></div><div>distinguishes only between direct and diagonal neighbor cells. Flow accumulation is reported as number of cells, i.e. independent of he CRS. In r.watershed. slope length and slope steepness use map units for horizontal length and units of the elevation map for vertical units, which will cause nonsense output for slope steepness. TCI and SPI use distance in meters for contour length in ll, but they use the average nsres and ewres for the current region in ll which is not accurate for areas away from the equator.</div><div><br></div><div>In both modules, threshold refers to the unit of flow accumulation (usually number of cells). r.stream.extract accepts any flow accumulation of any units as input, the threshold option must match the units of flow accumulation. Montgomery adjustment distinguishes only between direct and diagonal neighbors.</div><div><br></div><div>HTH,</div><div><br></div><div>Markus M<br></div></div>