The output of gdalinfo on the file is<br><br>Driver: GTiff/GeoTIFF                                    <br>Files: data/JRC/map/DTM/ast1.tif                         <br>Size is 360, 364                                         <br>
Coordinate System is:                                    <br>PROJCS[&quot;ETRS89 / ETRS-LAEA&quot;,                             <br>    GEOGCS[&quot;ETRS89&quot;,                                     <br>        DATUM[&quot;European_Terrestrial_Reference_System_1989&quot;,<br>
            SPHEROID[&quot;GRS 1980&quot;,6378137,298.2572221010042, <br>                AUTHORITY[&quot;EPSG&quot;,&quot;7019&quot;]],                 <br>            AUTHORITY[&quot;EPSG&quot;,&quot;6258&quot;]],                     <br>
        PRIMEM[&quot;Greenwich&quot;,0],                             <br>        UNIT[&quot;degree&quot;,0.0174532925199433],                 <br>        AUTHORITY[&quot;EPSG&quot;,&quot;4258&quot;]],                         <br>
    UNIT[&quot;metre&quot;,1,                                        <br>        AUTHORITY[&quot;EPSG&quot;,&quot;9001&quot;]],                         <br>    AUTHORITY[&quot;EPSG&quot;,&quot;3035&quot;]]                              <br>
Origin = (4081404.118557849433273,2966229.602829793468118) <br>Pixel Size = (30.000000000000000,-30.000000000000000)      <br>Metadata:                                                  <br>  AREA_OR_POINT=Area                                       <br>
Image Structure Metadata:                                  <br>  INTERLEAVE=BAND                                          <br>Corner Coordinates:                                        <br>Upper Left  ( 4081404.119, 2966229.603)                    <br>
Lower Left  ( 4081404.119, 2955309.603)                    <br>Upper Right ( 4092204.119, 2966229.603)                    <br>Lower Right ( 4092204.119, 2955309.603)                    <br>Center      ( 4086804.119, 2960769.603)                    <br>
Band 1 Block=360x5 Type=Float32, ColorInterp=Gray          <br>  NoData Value=-32768                                      <br>  Metadata:                                                <br>    LAYER_TYPE=athematic         <br>
<br>The parameters seems to be correct. I will then use the -o option<br><br>Thank you very much<br><br>Laura<br><br><div class="gmail_quote">2009/3/25 Moritz Lennert <span dir="ltr">&lt;<a href="mailto:mlennert@club.worldonline.be">mlennert@club.worldonline.be</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">On 25/03/09 16:57, Laura Poggio wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Dear all,<br>
I am starting to use GRASS and I am trying to set up a location with the LAEA ETRS89 projection (EPSG 3035).<br>
First I set up the location using the EPSG code and the I tried to import a geotiff with the same projection (created with gdal_translate). However I got the error &quot;Projection of dataset does not appear to match current location&quot;.<br>

Then I set up the location using the georeferenced file itself, I tried to import the same file and I got the same error.<br>
<br>
I can manage to import the file using the -o option and over-riding projection check, but I would like to understand and possible solve the problem.<br>
</blockquote>
<br></div>
Your file might be georeferenced, but does not contain the information about the system it is georeferenced in. In that case, grass will always complain that it cannot guarantee a match.<br>
<br>
If you are sure that it is referenced in 3035, then you have to use the -o option.<br><font color="#888888">
<br>
Moritz<br>
</font></blockquote></div><br>