[gdal-dev] help with gdalwarp

Alex Bernstein pofig37 at gmail.com
Sun Jan 4 19:06:29 EST 2009


Seems to have worked! I used:

>gdal_translate -a_srs "+proj=longlat +datum=wgs84" -projwin -30 45 60 -45 -co TFW=YES -co INTERLEAVE=PIXEL -of Gtiff source_images\NE2_land_only.jpg test.tif
>gdalwarp -t_srs "+proj=laea +lat_0=0 +lon_0=15 +x_0=0 +y_0=0" -r lanczos -co INTERLEAVE=PIXEL -co TFW=YES -of GTiff test.tif test2.tif

The result looks like LAEA. I needed to change projection to make it
match another map that I had. Will check how good the map is now.

--Alex


More information about the gdal-dev mailing list