Bug #5943
v.surf.spline and r.reclass.area are broken
| Status: | New | Start Date: | 07/04/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | Backend/GRASS | |||
| Target version: | - | |||
| Patch supplied: | No |
Description
At least with default values, the module fails to produce maps. !00 iterations by default means that qgis has to be killed. To be further investigated.
History
Updated by Paolo Cavallini 11 months ago
Wrong options, should be an easy fix:
===
GRASS execution commands
g.region n=4922613.39423 s=4697616.21343 e=1748320.1732 w=1568206.4961 res=100
v.in.ogr min_area=-1 dsn="/QGIS/Dati_corso_QGIS" layer=punti output=tmp1341473212714 --overwrite -o
v.in.ogr min_area=-1 dsn="/Dati_corso_QGIS" layer=punti output=tmp1341473212715 --overwrite -o
v.surf.bspline input=tmp1341473212715 sparse=tmp1341473212715 sie=4 sin=4 method=bilinear lambda_i=1 column=PIOGGIA output=output raster=raster --overwrite
v.out.ogr -ce input=output dsn="/home/paolo/sextante/tempdata" format=ESRI_Shapefile olayer=grassvsurfbspline1 type=auto
g.region rast=raster
r.out.gdal -c createopt="TFW=YES,COMPRESS=LZW" input=raster output="/home/paolo/sextante/tempdata/grassvsurfbspline2.tif"
==========================
GRASS_INFO_ERROR(10572,1): Choose either vector or raster output, not both
GRASS_INFO_END(10572,1)
GRASS_INFO_ERROR(10573,1): Mappa vettoriale <output> non trovata
GRASS_INFO_END(10573,1)
GRASS_INFO_ERROR(10574,1): Mappa raster <raster> non trovata
GRASS_INFO_END(10574,1)
GRASS_INFO_ERROR(10575,1): Mappa raster o gruppo <raster> non trovato
GRASS_INFO_END(10575,1)
Closing monitors ...
Cleaning up temporary files ...
Batch job '/home/paolo/sextante/grass_batch_job.sh' (defined in GRASS_BATCH_JOB variable) was executed.
Goodbye from GRASS GIS
Updated by Giovanni Manghi 5 months ago
- Subject changed from v.surf.spline is broken to v.surf.spline and r.reclass.area are broken
same error for r.reclass.area