<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hi,<div><br></div><div>Assuming the following:</div><div><br></div><div><div>&gt;&gt;&gt; src_ds = gdal.Open('test_3.ter')</div><div>&gt;&gt;&gt; dst_ds = driver.CreateCopy('test_6.hf2', src_ds, 0)</div><div>&gt;&gt;&gt; dst_ds.SetGeoTransform([582495,1,0.5,4512717,0.5,-1])</div><div>0</div><div>&gt;&gt;&gt; srs = osr.SpatialReference()</div><div>&gt;&gt;&gt; srs.SetUTM(18,1)</div><div>0</div><div>&gt;&gt;&gt; srs.SetWellKnownGeogCS('WGS84')</div><div>0</div><div>&gt;&gt;&gt; dst_ds.SetProjection( srs.ExportToWkt())</div><div>0</div><div>&gt;&gt;&gt; dst_ds = None</div><div>&gt;&gt;&gt; src_ds = None</div><div>&gt;&gt;&gt; gdalinfo.main(['foo','test_6.hf2'])</div><div>Driver: HF2/HF2/HFZ heightfield raster</div><div>Files: test_6.hf2</div><div>&nbsp; &nbsp; &nbsp; &nbsp;test_6.hf2.aux.xml</div><div>Size is 4, 4</div><div>Coordinate System is:</div><div>PROJCS["UTM Zone 18, Northern Hemisphere",</div><div>&nbsp; &nbsp; GEOGCS["WGS 84",</div><div>&nbsp; &nbsp; &nbsp; &nbsp; DATUM["WGS_1984",</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; SPHEROID["WGS 84",6378137,298.257223563,</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; AUTHORITY["EPSG","7030"]],</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; TOWGS84[0,0,0,0,0,0,0],</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; AUTHORITY["EPSG","6326"]],</div><div>&nbsp; &nbsp; &nbsp; &nbsp; PRIMEM["Greenwich",0,</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; AUTHORITY["EPSG","8901"]],</div><div>&nbsp; &nbsp; &nbsp; &nbsp; UNIT["degree",0.0174532925199433,</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; AUTHORITY["EPSG","9108"]],</div><div>&nbsp; &nbsp; &nbsp; &nbsp; AUTHORITY["EPSG","4326"]],</div><div>&nbsp; &nbsp; PROJECTION["Transverse_Mercator"],</div><div>&nbsp; &nbsp; PARAMETER["latitude_of_origin",0],</div><div>&nbsp; &nbsp; PARAMETER["central_meridian",-75],</div><div>&nbsp; &nbsp; PARAMETER["scale_factor",0.9996],</div><div>&nbsp; &nbsp; PARAMETER["false_easting",500000],</div><div>&nbsp; &nbsp; PARAMETER["false_northing",0],</div><div>&nbsp; &nbsp; UNIT["Meter",1]]</div><div>Origin = (0.000000000000000,0.000000000000000)</div><div>Pixel Size = (1.000000000000000,1.000000000000000)</div><div>Metadata:</div><div>&nbsp; VERTICAL_PRECISION=1.000000</div><div>Corner Coordinates:</div><div>Upper Left &nbsp;( &nbsp; 0.0000000, &nbsp; 0.0000000) ( 79d29'19.48"W, &nbsp;0d 0' 0.01"N)</div><div>Lower Left &nbsp;( &nbsp; 0.0000000, &nbsp; 4.0000000) ( 79d29'19.48"W, &nbsp;0d 0' 0.13"N)</div><div>Upper Right ( &nbsp; 4.0000000, &nbsp; 0.0000000) ( 79d29'19.35"W, &nbsp;0d 0' 0.01"N)</div><div>Lower Right ( &nbsp; 4.0000000, &nbsp; 4.0000000) ( 79d29'19.35"W, &nbsp;0d 0' 0.13"N)</div><div>Center &nbsp; &nbsp; &nbsp;( &nbsp; 2.0000000, &nbsp; 2.0000000) ( 79d29'19.41"W, &nbsp;0d 0' 0.06"N)</div><div>Band 1 Block=256x1 Type=Float32, ColorInterp=Undefined</div><div>&nbsp; Unit Type: m</div><div>0</div><div>&gt;&gt;&gt;&nbsp;</div></div><div><br></div><div>and assuming I wanted to be nearly in New York rather than La Concordia Peru,</div><div>how to say 'how far north'?</div><div><br></div><div>Thanks in advance,</div><div><br></div><div>Chris</div>                                               </body>
</html>