<p dir="ltr">Hi,<br>
I am just a regular  gdal user but can offer some answers.</p>
<p dir="ltr">1:Are you aware the global 1sec SRTMGL1 data is available world wide? Only use the 3 sec data if you need it a lower rez. Google SRTMGL1.</p>
<p dir="ltr">2: two programs, 2 lines.  But you can just write it in a txt file with a .bat extension and both commands will run one after the other in a command prompt.  This file can be created in with python running a loop in a directory. I can send you an example if you want (python2.7).</p>
<p dir="ltr">Not sure about the rest.<br></p>
<p dir="ltr">Nicolas Cadieux M.Sc.<br>
Les Entreprises Archéotec inc. <br>
8548, rue Saint-Denis Montréal H2P 2H2<br>
Téléphone: 514.381.5112  Fax: 514.381.4995<br>
www.archeotec.ca</p>
<div class="gmail_quote">On Oct 27, 2015 11:19 AM, Djordje Spasic <issworld2000@yahoo.com> wrote:<br type='attribution'><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="color:#000;background-color:#fff;font-family:'verdana' , 'helvetica' , sans-serif;font-size:13px"><div style="font-family:'tahoma' , sans-serif">Hello to GDAL community,<br /><br />Lately I
 have been trying to use the SRTM 3 arc second elevation data in a form 
of ASCII grid (.asc file) downloaded freely from <a href="http://opentopo.sdsc.edu/gridsphere/gridsphere?cid=geonlidarframeportlet&gs_action=raster&opentopoID=OTSRTM.042013.4326.1">opentopography.org</a>.<br /><br /><div style="font-family:'tahoma' , sans-serif">The problem is that, decimal degrees for .asc files downloaded from <a href="http://opentopography.org/">opentopography.org</a> are unprojected.<br /></div><div style="font-family:'tahoma' , sans-serif">I have been told that with GDAL python module it is very easy to project the decimal degrees to Mercator:<br /><br /><div style="margin-left:40px">gdalwarp -s_srs EPSG:4326 -t_srs EPSG:32631 -r cubic Barcelona_original.asc Barcelona_projected_to_<wbr />Mercator.tif<br /></div><br /><div>Then we just need to convert the .tif file to .asc:</div><div><br /></div><div style="margin-left:40px">gdal_translate -of AAIGrid Barcelona_projected_to_<wbr />Mercator.tif Barcelona_projected_to_<wbr />Mercator.asc​<br /><br /></div>Maybe there is a way of doing this in just one line instead of two, I do no not know.<br /><br /></div><div style="font-family:'tahoma' , sans-serif">There is a problem: I am using a <a href="http://www.rhino3d.com/">Rhino 5</a>
 application, which is shipped with IronPython 2.7, not cPython. I did 
not succeed in installing the GDAL python module into my IronPython.<br /><br /></div><div style="font-family:'tahoma' , sans-serif"><div>Is there a way to install GDAL into the IronPython?</div><div dir="ltr">I googled and <a href="http://osgeo-org.1560.x6.nabble.com/Help-with-getting-started-with-GDAL-on-NET-td3761201.html">found this topic</a>, where it says I need to use C# bindings to import GDAL into IronPython. Can anyone show an example of this?<br /></div><br /></div><div style="font-family:'tahoma' , sans-serif">If not, can in some way the upper two "gdalwarp" and "gdal_translate" methods be replicated in IronPython?<br /></div>​</div><div><div dir="ltr"><div style="font-family:'tahoma' , sans-serif">Thank you.<br /></div></div>
</div><br /><div style="font-family:'tahoma' , sans-serif">​Kind regards,<br /></div><div dir="ltr">Djordje Spasic</div></div></div></blockquote></div>