[gdal-dev] Problems with gdalwarp re-projecting from lat-long to Lambert Conformal

Markus Neteler neteler at osgeo.org
Tue Mar 2 02:50:38 EST 2010


On Mon, Mar 1, 2010 at 7:12 PM, Bill Hudspeth <wbhk at unm.edu> wrote:
...
> When I try to re-project the exported AAIGrid to another projection, I
> use:
>
> gdalwarp -s_srs EPSG:4326 -t_srs '+proj=lcc +lat__1=33n +lat_2=45n
> +lon_0=97w' MODIS_output_latlong.asc MODIS_output_lambert.asc

Note that without -of format] you generate a GeoTIFF file...

> While the resultant projection information looks correct,
>
> Driver: GTiff/GeoTIFF
   ^^^^^^^^^^^^^^^^^^^^^^^

> The resultant text file has only the following on the top line:

... it is binary, not a text file. check

 gdalwarp --formats

for the available formats.

Markus


More information about the gdal-dev mailing list