Changes between Initial Version and Version 1 of Ticket #3197
- Timestamp:
- 11/03/16 03:00:26 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3197 – Description
initial v1 5 5 I try to run the following command: 6 6 7 {{{ 7 8 i.segment.stats --overwrite --verbose map=gp_seg_optimum_clump@gp1 \ 8 9 rasters=gp_ortho.1@gp1,gp_ortho.2@gp1,gp_ortho.3@gp1,gp_ortho.4@gp1 \ … … 10 11 csvfile=/home/jpd205/Wales_GRASS/GarronPill/gp_seg_stats \ 11 12 separator=comma 13 }}} 12 14 13 15 And I get the following error: 14 16 15 17 {{{ 16 18 Calculating geometry statistics 17 19 Calculating statistics for raster gp_ortho.1@gp1 … … 29 31 grass.exceptions.CalledModuleError: Module run None ['r.univar', '--o', '--q', '-et', 'zones=gp_seg_optimum_clump@gp1', 'output=/home/jpd205/Wales_GRASS/GarronPill/gp1/.tmp/osgeobeefy/6462.0', 'map=gp_ortho.1@gp1'] ended with error 30 32 Process ended with non-zero return code 1. See errors in the (error) output. 33 }}} 31 34 32 35 Some details about my region settings and data: 33 36 37 {{{ 34 38 g.region -p 35 39 projection: 99 (OSGB 1936 / British National Grid) … … 46 50 cols: 23991 47 51 cells: 302934357 52 }}} 48 53 54 {{{ 49 55 r.info map=gp_seg_optimum_clump 50 56 +----------------------------------------------------------------------------+ … … 79 85 | | 80 86 +----------------------------------------------------------------------------+ 87 }}} 81 88 89 {{{ 82 90 r.info map=gp_ortho.1 83 91 +----------------------------------------------------------------------------+ … … 108 116 | | 109 117 +----------------------------------------------------------------------------+ 110 111 118 }}} 112 119 113 120 Moritz Lennert believes that this is a memory issue limit with r.univar. He suggested I submit this bug report.