Hi!<br>
Thanks for ur support.<br>
<br>
As u have said ,i got the <span style="font-weight: bold;">georefercing information using gdalinfo</span>.<br>
It give following output<br>
Driver: GTiff/GeoTIFF<br>
Size is 5177, 3450<br>
Coordinate System is:<br>
<span style="font-weight: bold;">GEOGCS[&quot; Unable to match Ellipsoid
(Datum) to a GeographicTypeGeoKey value Ellipsoid = Modified Everest
Datum = Modified Everest&quot;,</span><br>
&nbsp;&nbsp;&nbsp; DATUM[&quot;unknown&quot;,<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SPHEROID[&quot;unnamed&quot;,6377304.063,300.8017000971244]],<br>
&nbsp;&nbsp;&nbsp; PRIMEM[&quot;Greenwich&quot;,0],<br>
&nbsp;&nbsp;&nbsp; UNIT[&quot;degree&quot;,0.0174532925199433]]<br>
Origin = (65.999420352116971,24.000579647883026)<br>
Pixel Size = (0.001159295766052,-0.001159295766052)<br>
Metadata:<br>
&nbsp; AREA_OR_POINT=Area<br>
&nbsp; TIFFTAG_SOFTWARE=ERDAS IMAGINE<br>
&nbsp; TIFFTAG_XRESOLUTION=1<br>
&nbsp; TIFFTAG_YRESOLUTION=1<br>
&nbsp; TIFFTAG_RESOLUTIONUNIT=1 (unitless)<br>
Image Structure Metadata:<br>
&nbsp; INTERLEAVE=PIXEL<br>
Corner Coordinates:<br>
Upper Left&nbsp; (&nbsp; 65.9994204,&nbsp; 24.0005796) ( 65d59&#39;57.91&quot;E, 24d 0&#39;2.09&quot;N)<br>
Lower Left&nbsp; (&nbsp; 65.9994204,&nbsp; 20.0010093) ( 65d59&#39;57.91&quot;E, 20d 0&#39;3.63&quot;N)<br>
Upper Right (&nbsp; 72.0010945,&nbsp; 24.0005796) ( 72d 0&#39;3.94&quot;E, 24d 0&#39;2.09&quot;N)<br>
Lower Right (&nbsp; 72.0010945,&nbsp; 20.0010093) ( 72d 0&#39;3.94&quot;E, 20d 0&#39;3.63&quot;N)<br>
Center&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (&nbsp; 69.0002574,&nbsp; 22.0007945) ( 69d 0&#39;0.93&quot;E, 22d 0&#39;2.86&quot;N)<br>
Band 1 Block=64x64 Type=Byte, ColorInterp=Red<br>
&nbsp; Metadata:<br>
&nbsp;&nbsp;&nbsp; LAYER_TYPE=athematic<br>
Band 2 Block=64x64 Type=Byte, ColorInterp=Green<br>
&nbsp; Metadata:<br>
&nbsp;&nbsp;&nbsp; LAYER_TYPE=athematic<br>
Band 3 Block=64x64 Type=Byte, ColorInterp=Blue<br>
&nbsp; Metadata:<br>
&nbsp;&nbsp;&nbsp; LAYER_TYPE=athematic<br>
<br>
<span style="font-weight: bold;">and then i tried to import the tif file .</span><br style="font-weight: bold;">
<span style="font-weight: bold;">r.in.gdal -e in=nf42_geo.tif out=tm</span><br>

WARNING: Datum &#39;unknown&#39; not recognised by GRASS and no parameters found.<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Datum transformation will not be possible using this projection<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; information.<br>
<span style="font-weight: bold;">
Projection of input dataset and current location appear to match.</span><br>

Proceeding with import...<br>

&nbsp;100%<br>

CREATING SUPPORT FILES FOR tm.red<br>

SETTING GREY COLOR TABLE FOR tm.red (8bit, full range)<br>

&nbsp;100%<br>

CREATING SUPPORT FILES FOR tm.green<br>

SETTING GREY COLOR TABLE FOR tm.green (8bit, full range)<br>

&nbsp;100%<br>

CREATING SUPPORT FILES FOR tm.blue<br>

SETTING GREY COLOR TABLE FOR tm.blue (8bit, full range)<br>
<span style="font-weight: bold;">
r.in.gdal complete.</span><br>
<br>
<span style="font-weight: bold;">now i am trying to display the imported file..<br>
i got the error<br>
</span><br>
<span style="font-weight: bold;">&nbsp;g.region rast=tm</span><br style="font-weight: bold;">
<span style="font-weight: bold;">ERROR: raster map &lt;tm&gt; not found.<br>
</span>Please tell how could i display it.<br>
Thanks in Advance<span style="font-weight: bold;"><span style="font-weight: bold;"><br style="font-weight: bold;">
</span></span><br>//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------<br>
//-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------<br><div><span class="gmail_quote">On 2/20/08, <b class="gmail_sendername">Glynn Clements</b> &lt;<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br> Kunal Malik wrote:<br> <br> &gt; If i don&#39;t know the Projection Information of the File to be Imported,could<br> &gt; i import the raster/vector file available..<br> <br> <br>The &quot;Projection of dataset does not appear to match the current<br>
 location&quot; error can only occur if the file is georeferenced. If it<br> isn&#39;t, r.in.gdal will just assume that it matches the projection of<br> the current location.<br> <br> As Frank mentions, you can use gdalinfo to obtain the georeferencing<br>
 information.<br> <br> And you can use &quot;r.in.gdal location=&quot; or &quot;g.proj -c location=&quot; to<br> create a new location with the correct projection based upon what&#39;s in<br> the file.<br> <br> If a file isn&#39;t georeferenced and you don&#39;t have that information<br>
 available, you can import the file into an location with an X/Y<br> projection, although you will lose the ability to perform operations<br> which require projection information (e.g. reprojection).<br> <br> More generally, if you have some data but don&#39;t know what part of the<br>
 planet that data refers to, you don&#39;t really have any data. It&#39;s like<br> knowing that the answer is 42 without knowing what the question is.<br> <br><br> --<br> <br>Glynn Clements &lt;<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>&gt;<br>
 </blockquote></div><br><br clear="all"><br>-- <br>Thanks &amp; Regards<br><br>Kunal Malik<br>09871147561