<HTML>
<HEAD>
<TITLE>Re: [Gdal-dev] changing EPSG &gt;&gt; pixel resolution -- more clearly</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>Mattia -<BR>
<BR>
Generally, no, it&#8217;s not doable, at least not while maintaining unprojected data. &nbsp;A degree of latitude and a degree of longitude are not the same size, and their sizes vary depending on where on the Earth they are located. &nbsp;One degree of longitude is a different size (in meters) at the northern edge of your image than it is on the southern edge.<BR>
<BR>
If you need to measure in meters you should project your image from geographic coordinates to a projected coordinate system. &nbsp;Your image covers a fairly large area so you should think carefully about what projection is best for your needs.<BR>
<BR>
Or you could revisit your requirement; why you need an image with units in meters?<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- Ed<BR>
<BR>
-- <BR>
Ed McNierney<BR>
President and Chief Mapmaker<BR>
Maps a la carte, Inc. / TopoZone.com<BR>
73 Princeton Street, Suite 305<BR>
North Chelmsford, MA &nbsp;01863<BR>
Phone: (978) 251-4242<BR>
Fax: (978) 251-1396<BR>
ed@topozone.com<BR>
<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"><B>From: </B>mattia &lt;mattia.parigiani@gmail.com&gt;<BR>
<B>Date: </B>Fri, 4 May 2007 17:51:41 +0200<BR>
<B>To: </B>gdal-dev &lt;gdal-dev@lists.maptools.org&gt;<BR>
<B>Subject: </B>[Gdal-dev] changing EPSG &gt;&gt; pixel resolution -- more clearly<BR>
<BR>
Maybe I wasnt clear enough in my previous email:<BR>
<BR>
My gdalinfo output on the new geotiff is:<BR>
<BR>
rasdaman@mattia-desktop:/opt/rasdaman/local$ gdalinfo 250mGrey20070115065625.tif<BR>
Driver: GTiff/GeoTIFF<BR>
Size is 886, 883<BR>
Coordinate System is:<BR>
GEOGCS[&quot;WGS 84&quot;,<BR>
&nbsp;&nbsp;&nbsp;&nbsp;DATUM[&quot;WGS_1984&quot;,<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SPHEROID[&quot;WGS 84&quot;,6378137,298.2572235629972,<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AUTHORITY[&quot;EPSG&quot;,&quot;7030&quot;]], <BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AUTHORITY[&quot;EPSG&quot;,&quot;6326&quot;]],<BR>
&nbsp;&nbsp;&nbsp;&nbsp;PRIMEM[&quot;Greenwich&quot;,0],<BR>
&nbsp;&nbsp;&nbsp;&nbsp;UNIT[&quot;degree&quot;,0.0174532925199433],<BR>
&nbsp;&nbsp;&nbsp;&nbsp;AUTHORITY[&quot;EPSG&quot;,&quot;4326&quot;]]<BR>
Origin = (75.968700 ,53.448282)<BR>
Pixel Size = (0.03237320,-0.03237320)<BR>
Metadata:<BR>
&nbsp;&nbsp;TIFFTAG_XRESOLUTION=100<BR>
&nbsp;&nbsp;TIFFTAG_YRESOLUTION=100<BR>
Corner Coordinates:<BR>
Upper Left &nbsp;( &nbsp;75.9686998, &nbsp;53.4482818) ( 75d58'7.32&quot;E, 53d26' 53.81&quot;N)<BR>
Lower Left &nbsp;( &nbsp;75.9686998, &nbsp;24.8627462) ( 75d58'7.32&quot;E, 24d51'45.89&quot;N)<BR>
Upper Right ( 104.6513550, &nbsp;53.4482818) (104d39'4.88&quot;E, 53d26'53.81&quot;N)<BR>
Lower Right ( 104.6513550 , &nbsp;24.8627462) (104d39'4.88&quot;E, 24d51'45.89&quot;N)<BR>
Center &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;( &nbsp;90.3100274, &nbsp;39.1555140) ( 90d18'36.10&quot;E, 39d 9'19.85&quot;N)<BR>
Band 1 Block=886x1 Type=Byte, ColorInterp=Gray<BR>
rasdaman@mattia-desktop :/opt/rasdaman/local$<BR>
<BR>
<BR>
I dont want degrees in Pixel Size = (0.03237320,-0.03237320) but I require meters... Is this possibly doable??<BR>
<BR>
Thanks again<BR>
<BR>
-- <BR>
Mattia<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></SPAN></FONT><FONT SIZE="2"><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:10.0px'>_______________________________________________<BR>
Gdal-dev mailing list<BR>
Gdal-dev@lists.maptools.org<BR>
<a href="http://lists.maptools.org/mailman/listinfo/gdal-dev">http://lists.maptools.org/mailman/listinfo/gdal-dev</a><BR>
</SPAN></FONT></FONT>
</BODY>
</HTML>