[GRASS-dev] Rast_set_window() changes in 7.0

some random testing in a self compiled wingrass7 (r42884) on WinVista32 with nc-sample-dataset:

general/g\.region tested: ok
raster/r\.compress tested: ok
raster/r\.external tested: ok
raster/r\.flow tested: ok
raster/r\.horizon tested: ok
raster/r\.in\.arc tested: ok
raster/r\.in\.ascii tested: ok
raster/r\.in\.gdal tested: ok
raster/r\.neighbors tested: ok
raster/r\.slope\.aspect tested: ok

"tested ok" means some arbitrary testing the modules with different resolutions.

but:

raster/r.resamp.bspline

r.resamp.bspline --verbose input=elevation@PERMANENT output=rresampbspline
spline step in ew direction 15
spline step in ns direction 15
Adjustiere OW Splines 146
Adjustiere NS Splines 147
loading input raster <elevation@PERMANENT>
initializing output
Unterregion 1 von 72.
Unterregion 2 von 72.
[...]
Schreibe Ausgabe...
ERROR: Output window changed while maps are open for write

and

raster/r.resamp.rst

r.resamp.rst input=elevation@PERMANENT ew_res=25 ns_res=25 elev=rrsz slope=rrsn aspect=rrsa pcurv=rrsv tcurv=rrsh mcurv=rrsm
Verarbeitung aller selektierten Ausgabedateien erfordert
7776000 Byte Plattenplatz für temporäre Dateien.
Verändere die Region temporär auf die gewünschte Auflösung...
ERROR: Input window changed while maps are open for read

best regards
Helmut
___________________________________________________________
GRATIS für alle WEB.DE Nutzer: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://movieflat.web.de

Helmut Kudrnovsky wrote:

some random testing in a self compiled wingrass7 (r42884) on WinVista32 with nc-sample-dataset:

raster/r.resamp.bspline

r.resamp.bspline --verbose input=elevation@PERMANENT output=rresampbspline
spline step in ew direction 15
spline step in ns direction 15
Adjustiere OW Splines 146
Adjustiere NS Splines 147
loading input raster <elevation@PERMANENT>
initializing output
Unterregion 1 von 72.
Unterregion 2 von 72.
[...]
Schreibe Ausgabe...
ERROR: Output window changed while maps are open for write

fixed in r42887, also fixes v.surf.bspline when interpolating to a raster

Markus M

Helmut Kudrnovsky wrote:

raster/r.resamp.rst

r.resamp.rst input=elevation@PERMANENT ew_res=25 ns_res=25 elev=rrsz slope=rrsn aspect=rrsa pcurv=rrsv tcurv=rrsh mcurv=rrsm
Verarbeitung aller selektierten Ausgabedateien erfordert
7776000 Byte Plattenplatz für temporäre Dateien.
Verändere die Region temporär auf die gewünschte Auflösung...
ERROR: Input window changed while maps are open for read

I think that this will need to be dealt with by someone who is
familiar with the RST library.

--
Glynn Clements <glynn@gclements.plus.com>