Opened 18 years ago

Last modified 17 years ago

#1257 closed defect

prob w/gdalwarp automatically using the nodata value for the input file. — at Initial Version

Reported by: jjorgenson@… Owned by: warmerdam
Priority: highest Milestone: 1.5.0
Component: GDAL_Raster Version: unspecified
Severity: normal Keywords:
Cc:

Description

problem with gdalwarp automatically using the nodata value for the input file.

this gives a very washed out looking image
--- gdalwarp  -of GTIFF -t_srs '+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs' w001001.adf w001001LL2.tif

on FrankW's advice, I entered this:
--- gdalwarp  -of GTIFF -t_srs '+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs' w001001.adf w001001LL2.tif -srcnodata -32768 -dstnodata -600

and the result was exactly what i wanted.

Change History (0)

Note: See TracTickets for help on using tickets.