Changes between Initial Version and Version 1 of Ticket #3705
- Timestamp:
- 12/11/18 03:31:10 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3705 – Description
initial v1 1 1 From G74:i.segment manual: 2 2 3 ``` 3 {{{ 4 4 i.group group=ortho_group input=ortho_2001_t792_1m@PERMANENT 5 5 g.region -p raster=ortho_2001_t792_1m n=220446 s=220075 e=639151 w=638592 6 6 i.segment group=ortho_group output=ortho_segs_l1 threshold=0.02 7 ``` 7 }}} 8 8 9 9 The last command says 10 10 11 ``` 11 {{{ 12 12 i.segment complete. Number of segments created: 119346 13 ``` 13 }}} 14 14 15 15 But output raster map is empty: 16 16 17 ``` 17 {{{ 18 18 r.info -r ortho_segs_l1 19 19 min=NULL 20 20 max=NULL 21 ``` 21 }}} 22 22 23 23 All GRASS versions (7.7, 7.6, 7.4) seems to be affected.