Changes between Initial Version and Version 1 of Ticket #3197


Ignore:
Timestamp:
Nov 3, 2016, 3:00:26 AM (8 years ago)
Author:
martinl
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3197 – Description

    initial v1  
    55I try to run the following command:
    66
     7{{{
    78i.segment.stats --overwrite --verbose map=gp_seg_optimum_clump@gp1 \
    89rasters=gp_ortho.1@gp1,gp_ortho.2@gp1,gp_ortho.3@gp1,gp_ortho.4@gp1 \
     
    1011csvfile=/home/jpd205/Wales_GRASS/GarronPill/gp_seg_stats \
    1112separator=comma
     13}}}
    1214
    1315And I get the following error:
    1416
    15 
     17{{{
    1618Calculating geometry statistics
    1719Calculating statistics for raster gp_ortho.1@gp1
     
    2931grass.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
    3032Process ended with non-zero return code 1. See errors in the (error) output.
     33}}}
    3134
    3235Some details about my region settings and data:
    3336
     37{{{
    3438g.region -p
    3539projection: 99 (OSGB 1936 / British National Grid)
     
    4650cols:       23991
    4751cells:      302934357
     52}}}
    4853
     54{{{
    4955r.info map=gp_seg_optimum_clump
    5056 +----------------------------------------------------------------------------+
     
    7985 |                                                                            |
    8086 +----------------------------------------------------------------------------+
     87}}}
    8188
     89{{{
    8290r.info map=gp_ortho.1
    8391 +----------------------------------------------------------------------------+
     
    108116 |                                                                            |
    109117 +----------------------------------------------------------------------------+
    110 
    111 
     118}}}
    112119
    113120Moritz Lennert believes that this is a memory issue limit with r.univar. He suggested I submit this bug report.