<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hi All,<br><br>I'm running:<br>GRASS 6.4.0RC5<br>Ubuntu 10.04 LTS 64Bit<br>Dell Precision T7500<br><br>I've had a weird problem with r.fillnulls and no error has been returned, so I'm having difficulty troubleshooting the issue. I'm trying to fill nulls on DEM composited from ASTER and SRTM in the following region;<br><br>projection: 1 (UTM)<br>zone: 16<br>datum: wgs84<br>ellipsoid: wgs84<br>north: 1942262.77484212<br>south: 1798202.5690284<br>west: 174842.49776424<br>east: 382055.4579663<br>nsres: 15.00002143<br>ewres: 15.00021429<br>rows: 9604<br>cols: 13814<br>cells: 132669656<br><br>The map is significantly smaller than the region, but I want to avoid tiling the DEM in order to fill nulls if at all possible (the DEM is rectangular and north oriented ASTER imagery so it spans the north-south axis of the region at an angle with large null areas east and west). I suspect that the size of the region (the number of cells I mean) is causing trouble. When I run r.fillnulls things proceed as per usual, but after v.surf.rst has been running for about 40 minutes (I watched over it in top) the process dies and no error is returned, but of course the output map isn't generated either hence the trouble. Here's the output from GRASS;<br><br>call to r.fillnulls<br><br>0 areas built<br><br>0 isles built<br><br><br>0 areas built<br><br>0 isles built<br><br>Attaching islands...<br><br>Attaching centroids...<br><br><br>1076528 primitives registered<br><br>1076528 vertices registered<br><br>Building areas...<br><br>Number of nodes: 1076528<br><br>Number of primitives: 1076528<br><br>Number of points: 1076528<br><br>Number of lines: 0<br><br>Number of boundaries: 0<br><br>Number of centroids: 0<br><br>Number of areas: 0<br><br>Number of isles: 0<br><br>r.to.vect complete. <br><br>Interpolating 1076528 points<br><br>Note: The following warnings may be ignored.<br><br>Removing raster <MASK><br><br>Using segmentation for interpolation...<br><br>Percent complete: <br><br>Loading data from attribute table ...<br><br>Reading lines from vector map ... <br><br>Reading nodes from vector map ... <br><br>Any ideas about some troubleshooting here? I searched through the archives in the various mailing lists and couldn't really find anything directly related. I'm thinking about grabbing all of the output from the r.fillnulls (and other grass processes called by that script) using GDB or something in case an event isn't being handled in a useful way or an error is actually being returned that isn't making it to the terminal or the GRASS output window. Any help is appreciated before I embark on a long troubleshooting quest.<br><br>Chris<br>                                            </body>
</html>