Changes between Initial Version and Version 1 of Ticket #2719
- Timestamp:
- 08/11/15 23:46:17 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2719
- Property Keywords r.watershed added
- Property Milestone → 7.0.1
-
Ticket #2719 – Description
initial v1 10 10 11 11 I have tested with the latest versions grass70 , grass71 and grass645. 12 Here is a test simple test case (grass71) that documents the misbehavior of r.watershed and D8. 12 Here is a test simple test case (grass71) that documents the misbehavior of r.watershed and D8. 13 14 {{{ 13 15 g.region w=0 e=1000 s=0 n=1000 res=1 -p 14 16 r.mapcalc "DEM = 1000 - y()" 15 17 r.watershed -s elevation=DEM@PERMANENT accumulation=ACC drainage=DIR 16 18 }}}