[gdal-dev] using gdal on ironpython

2015-11-12 Thread Djordje Spasic
Hello to gdal community, I would like to replicate the following two statements GDAL python has:     # project the decimal degrees to Mercator:     gdalwarp -s_srs EPSG:4326 -t_srs EPSG:32631 -r cubic original.asc projected_to_Mercator.tif         # convert the .tif file to .asc:     gdal_tr

Re: [gdal-dev] using gdal on ironpython 2.7

2015-10-27 Thread Nicolas Cadieux
Hi, I am just a regular  gdal user but can offer some answers. 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. 2: two programs, 2 lines.  But you can just write it in a txt file with a .bat extension and both

[gdal-dev] using gdal on ironpython 2.7

2015-10-27 Thread Djordje Spasic
Hello to GDAL community, 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 opentopography.org. The problem is that, decimal degrees for .asc files downloaded from opentopography.org are unprojected. I have been told