<meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8"><title></title><meta name="GENERATOR" content="OpenOffice.org 3.0  (Win32)"><style type="text/css">
        <!--
                @page { margin: 2cm }
                P { margin-bottom: 0.21cm }
        -->
        </style>
<p style="margin-bottom: 0cm;">Dear List-Members, 
</p>
<p style="margin-bottom: 0cm;">
</p>
<p style="margin-bottom: 0cm;">I encountered a problem with with
importing data from GRASS to R. I found a work around to my problem,
but maybe someone is aware of a more elegant solution.</p>
<p style="margin-bottom: 0cm;">
</p>
<p style="margin-bottom: 0cm;">I imported a raster from GRASS to R
with the readRAST6() method. My ultimate goal is to get a a new
data.frame which looks like this:</p>
<p style="margin-bottom: 0cm;">
</p>
<p style="margin-bottom: 0cm;">x-coordinate         | y-coordinate         | z-value
</p>
<p style="margin-bottom: 0cm;"><br></p><p style="margin-bottom: 0cm;">
<br></p>
<p style="margin-bottom: 0cm;">
</p>
<p style="margin-bottom: 0cm;">I managed to extract the z-value from
the data slot of the SGDF, but I did not manage to extract the x and
y values. 
</p>
<p style="margin-bottom: 0cm;">
</p>
<p style="margin-bottom: 0cm;">My current work around is to write a
function recalculating the grid points from the information provided
within the SGDF. However if anyone is aware of a easier method of how
to extract x and y values from a SGDF I would be very interested.</p>
<p style="margin-bottom: 0cm;">
</p>
<p style="margin-bottom: 0cm;">Many thanks in advance</p>
<p style="margin-bottom: 0cm;">
</p>
<p style="margin-bottom: 0cm;">Johannes 
</p>