[GRASS-dev] v.rast.stats: ERROR: Input window changed while maps are open for read.

hi,

by testing the manual example of v.rast.stats, I get following error:

v.rast.stats --verbose map=myzipcodes_wake@gbiftest
raster=elevation@PERMANENT column_prefix=elev
method=minimum,maximum,average,stddev,percentile
Adding columns '['elev_minimum DOUBLE PRECISION', 'elev_maximum DOUBLE
PRECISION', 'elev_average DOUBLE PRECISION', 'elev_stddev DOUBLE PRECISION',
'elev_percentile_90 DOUBLE PRECISION']'
Adding column <elev_minimum> to the table
Adding column <elev_maximum> to the table
Adding column <elev_average> to the table
Adding column <elev_stddev> to the table
Adding column <elev_percentile_90> to the table
Processing data (13 categories)...
ERROR: Input window changed while maps are open for read. Map name
<myzipcodes_wake_8088.0>
Updating the database ...
Statistics calculated from raster map <elevation@PERMANENT> and uploaded to
attribute table of vector map <myzipcodes_wake>.

DEBUG=3 output
<http://osgeo-org.1560.x6.nabble.com/file/n5232313/grass_cmd_output.txt&gt;

tested with

System Info
GRASS version: 7.1.svn
GRASS SVN revision: 66569
Build date: 2015-10-22
Build platform: i686-pc-mingw32
GDAL: 1.11.3
PROJ.4: 4.8.0
GEOS: 3.5.0
SQLite: 3.7.17
Python: 2.7.4
wxPython: 2.8.12.1
Platform: Windows-7-6.1.7601-SP1 (OSGeo4W)

-----
best regards
Helmut
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/v-rast-stats-ERROR-Input-window-changed-while-maps-are-open-for-read-tp5232313.html
Sent from the Grass - Dev mailing list archive at Nabble.com.

Helmut Kudrnovsky wrote

hi,

by testing the manual example of v.rast.stats, I get following error:

v.rast.stats --verbose map=myzipcodes_wake@gbiftest
raster=elevation@PERMANENT column_prefix=elev
method=minimum,maximum,average,stddev,percentile
Adding columns '['elev_minimum DOUBLE PRECISION', 'elev_maximum DOUBLE
PRECISION', 'elev_average DOUBLE PRECISION', 'elev_stddev DOUBLE
PRECISION', 'elev_percentile_90 DOUBLE PRECISION']'
Adding column
<elev_minimum>
to the table
Adding column
<elev_maximum>
to the table
Adding column
<elev_average>
to the table
Adding column
<elev_stddev>
to the table
Adding column
<elev_percentile_90>
to the table
Processing data (13 categories)...
ERROR: Input window changed while maps are open for read. Map name
<myzipcodes_wake_8088.0>
Updating the database ...
Statistics calculated from raster map &lt;elevation@PERMANENT&gt; and
uploaded to attribute table of vector map
<myzipcodes_wake>
.
DEBUG=3 output
<http://osgeo-org.1560.x6.nabble.com/file/n5232313/grass_cmd_output.txt&gt;

tested with

System Info
GRASS version: 7.1.svn
GRASS SVN revision: 66569
Build date: 2015-10-22
Build platform: i686-pc-mingw32
GDAL: 1.11.3
PROJ.4: 4.8.0
GEOS: 3.5.0
SQLite: 3.7.17
Python: 2.7.4
wxPython: 2.8.12.1
Platform: Windows-7-6.1.7601-SP1 (OSGeo4W)

also tested with

GRASS Version: 7.1.svn
GRASS SVN revision: 66581
Build date: 2015-10-23
Build platform: i686-pc-mingw32
GDAL: 1.11.3
PROJ.4: 4.8.0
GEOS: 3.5.0
SQLite: 3.7.17
Python: 2.7.4
wxPython: 2.8.12.1
Platform: Windows-Vista-6.0.6002-SP2 (OSGeo4W)

same error:

ERROR: Input window changed while maps are open for read. Map name
<myzipcodes_wake_1180.0>

but it is not in
GRASS Version: 7.0.2RC1
GRASS SVN Revision: 66536

open a ticket

-----
best regards
Helmut
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/v-rast-stats-ERROR-Input-window-changed-while-maps-are-open-for-read-tp5232313p5232370.html
Sent from the Grass - Dev mailing list archive at Nabble.com.

Hi,
i messed up r.univar implementing a new flag. I will fix it in trunk
and implement some tests for v.rast.stats and a zone test for
r.univar.

Best regards
Soeren

2015-10-24 20:28 GMT+02:00 Helmut Kudrnovsky <hellik@web.de>:

Helmut Kudrnovsky wrote

hi,

by testing the manual example of v.rast.stats, I get following error:

v.rast.stats --verbose map=myzipcodes_wake@gbiftest
raster=elevation@PERMANENT column_prefix=elev
method=minimum,maximum,average,stddev,percentile
Adding columns '['elev_minimum DOUBLE PRECISION', 'elev_maximum DOUBLE
PRECISION', 'elev_average DOUBLE PRECISION', 'elev_stddev DOUBLE
PRECISION', 'elev_percentile_90 DOUBLE PRECISION']'
Adding column
<elev_minimum>
to the table
Adding column
<elev_maximum>
to the table
Adding column
<elev_average>
to the table
Adding column
<elev_stddev>
to the table
Adding column
<elev_percentile_90>
to the table
Processing data (13 categories)...
ERROR: Input window changed while maps are open for read. Map name
<myzipcodes_wake_8088.0>
Updating the database ...
Statistics calculated from raster map &lt;elevation@PERMANENT&gt; and
uploaded to attribute table of vector map
<myzipcodes_wake>
.
DEBUG=3 output
<http://osgeo-org.1560.x6.nabble.com/file/n5232313/grass_cmd_output.txt&gt;

tested with

System Info
GRASS version: 7.1.svn
GRASS SVN revision: 66569
Build date: 2015-10-22
Build platform: i686-pc-mingw32
GDAL: 1.11.3
PROJ.4: 4.8.0
GEOS: 3.5.0
SQLite: 3.7.17
Python: 2.7.4
wxPython: 2.8.12.1
Platform: Windows-7-6.1.7601-SP1 (OSGeo4W)

also tested with

GRASS Version: 7.1.svn
GRASS SVN revision: 66581
Build date: 2015-10-23
Build platform: i686-pc-mingw32
GDAL: 1.11.3
PROJ.4: 4.8.0
GEOS: 3.5.0
SQLite: 3.7.17
Python: 2.7.4
wxPython: 2.8.12.1
Platform: Windows-Vista-6.0.6002-SP2 (OSGeo4W)

same error:

ERROR: Input window changed while maps are open for read. Map name
<myzipcodes_wake_1180.0>

but it is not in
GRASS Version: 7.0.2RC1
GRASS SVN Revision: 66536

open a ticket

-----
best regards
Helmut
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/v-rast-stats-ERROR-Input-window-changed-while-maps-are-open-for-read-tp5232313p5232370.html
Sent from the Grass - Dev mailing list archive at Nabble.com.
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev