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
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
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