I would use <a href="http://www.gdal.org/ogr2ogr.html">ogr2ogr</a> from GDAL to reproject using a proj4 string.&nbsp; For example to wgs84:<br><br>ogr2ogr -s_srs &quot;+proj=tmerc +lat_0=0 +lon_0=90 +k=0.9996 +x_0=500000 +y_0=-2000000 +a=6377276.345 +b=6356075.41314024 +units=m +no_defs&quot; -t_srs wgs84 out.shp in.shp<br>
<br>-Jamie<br><br><div class="gmail_quote">On Mon, Feb 23, 2009 at 1:19 PM, Zahid Parvez <span dir="ltr">&lt;<a href="mailto:grassgisbangladesh@gmail.com">grassgisbangladesh@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
hi<div><br></div><div>I have a shape file which I have to import in GRASS. Shape file is consists of a shape file, a dbf file and a prj file.</div><div>The prj file has following information.</div><div><br></div><div><span style="color: rgb(255, 102, 0); font-size: 18px; font-weight: bold;"><div>

PROJCS[&quot;BTM&quot;,</div><div>GEOGCS[&quot;GCS_Everest_1830&quot;,</div><div>DATUM[&quot;D_Everest_1830&quot;,</div><div>SPHEROID[&quot;Everest_1830&quot;,6377299.36,300.8017]],</div><div>PRIMEM[&quot;Greenwich&quot;,0.0],</div>

<div>UNIT[&quot;Degree&quot;,0.0174532925199433]],</div><div>PROJECTION[&quot;Transverse_Mercator&quot;],</div><div>PARAMETER[&quot;False_Easting&quot;,500000.0],</div><div>PARAMETER[&quot;False_Northing&quot;,-2000000.0],</div>

<div>PARAMETER[&quot;Central_Meridian&quot;,90.0],</div><div>PARAMETER[&quot;Scale_Factor&quot;,0.9996],</div><div>PARAMETER[&quot;Latitude_Of_Origin&quot;,0.0],</div><div>UNIT[&quot;Meter&quot;,1.0]]&nbsp;</div><div><br></div>

<div><br></div><div><span style="font-weight: normal; font-size: small; color: rgb(0, 0, 0);">I will be very grateful if anyone could help me to find the ESPG code and any other way to&nbsp;re-project the shape file</span></div>

<div><span style="font-weight: normal; font-size: small; color: rgb(0, 0, 0);">&nbsp;and import into GRASS.</span></div><div><span style="color: rgb(0, 0, 0); font-size: 13px; font-weight: normal;"><br>
</span></div><div><span style="color: rgb(0, 0, 0); font-size: 13px; font-weight: normal;"><br></span></div><div><span style="color: rgb(0, 0, 0); font-size: 13px; font-weight: normal;">Best</span></div>
<div><span style="color: rgb(0, 0, 0); font-size: 13px; font-weight: normal;">Md. Zahid Parvez</span></div><div><span style="color: rgb(0, 0, 0); font-size: 13px; font-weight: normal;"><br>
</span></div></span></div>
<br>_______________________________________________<br>
grass-user mailing list<br>
<a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/grass-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-user</a><br>
<br></blockquote></div><br>