Hi there,<div><br></div><div>Just had a long chat with myself on grass-user in which I eventually figured out that r.water.outlet would need an extra line added to work with lat/lon grids that involved the 180 meridian wraparound. The modification to main.c is (with surrounding lines for context) is:</div>
<div><br></div><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; "><div><div><span style="white-space: pre-wrap; ">        </span>G_usage();</div>
<div><span style="white-space: pre-wrap; ">        </span>exit(EXIT_FAILURE);</div><div>    }</div><div><br></div><div>  E = G_adjust_east_longitude(E,window.west); // &lt;-- NEW LINE; for using lat/lon data that straddle the 180 meridian</div>
<div><br></div><div>    if (E &lt; window.west || E &gt; window.east || N &lt; window.south ||</div><div><span style="white-space: pre-wrap; ">        </span>N &gt; window.north) {</div></div><div><br></div><div>Along with this, should the HTML help be updated to not just say &quot;northing/easting&quot; for pour point locations, but also say &quot;lat/lon&quot;?</div>
</span></div><div><br></div><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;">Andy</span></font>
</div>