Opened 13 years ago

Closed 13 years ago

#1403 closed defect (fixed)

r.fill.nulls seems to be failing in GRASS 7

Reported by: cmbarton Owned by: grass-dev@…
Priority: normal Milestone: 7.0.0
Component: Raster Version: svn-trunk
Keywords: nulls; r.fill.nulls Cc:
CPU: Unspecified Platform: Unspecified

Description

I just tried to use r.fill.nulls to fill small holes in an SRTM. Even when I made the computational region very small, I get the same errors (listed below) and nothing is filled.

(Thu Jul 14 19:05:02 2011)                                                      
r.fillnulls input=SRTM_ffB03_p231r081@dem output=SRTM_ffB03_p231r081_filled smooth=1
Locating and isolating NULL areas...
Reading raster map <r_fillnulls_45233>...
Writing output raster maps...
Color table for raster map <r_fillnulls_45233.buf> set to 'r_fillnulls_45233'
Creating interpolation points...
Extracting points...
Building topology for vector map <vecttmp_fillnulls_45233@dem>...
Registering primitives...
3377 primitives registered
3377 vertices registered
Building areas...
0 areas built
0 isles built
Attaching islands...
Attaching centroids...
Number of nodes: 0
Number of primitives: 3377
Number of points: 3377
Number of lines: 0
Number of boundaries: 0
Number of centroids: 0
Number of areas: 0
Number of isles: 0
r.to.vect complete.
Interpolating 3377 points
Note: The following warnings may be ignored.
Removing raster <MASK>
Using segmentation for interpolation...
Reading features from vector map ...
Reading nodes from vector map ...
Strip exists with insufficient data
Zero points in the given region
ERROR: Input failed
Note: Above warnings may be ignored.
Patching fill data into NULL areas...
ERROR: Raster map <r_fillnulls_45233_filled> not found
Filled raster map is: SRTM_ffB03_p231r081_filled
Unable to write history for <SRTM_ffB03_p231r081_filled>. Raster map <SRTM_ffB03_p231r081_filled> not found in current mapset.
Done.
Removing raster <r_fillnulls_45233>
Removing raster <r_fillnulls_45233.buf>
Removing raster <r_fillnulls_45233_filled>
Raster map <r_fillnulls_45233_filled> not found
<r_fillnulls_45233_filled> nothing removed
Removing vector <vecttmp_fillnulls_45233>
Removing raster <MASK>
Raster map <MASK> not found
<MASK> nothing removed
(Thu Jul 14 19:05:04 2011) Command finished (2 sec)    

Change History (3)

comment:1 by mmetz, 13 years ago

Please try r47117.

Markus M

comment:2 by cmbarton, 13 years ago

Works fine now. Thanks much. Seems to take longer in 7 than in 6.x though--but I didn't time it and can't be 100% sure of that.

Michael

comment:3 by cmbarton, 13 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.