Frank, Yes! Thank you. Greg
On Jul 5, 2010, at 7:25 PM, Frank Warmerdam wrote:
> Greg Coats wrote:
>> Following Frank's suggestion, and in accordance with the web page GDAL
>> Utilities http://www.gdal.org/gdal_utilities.html Creating New Files
>> I issued these GDAL commands
>> $ gdal_translate
Greg Coats wrote:
Following Frank's suggestion, and in accordance with the web page GDAL
Utilities http://www.gdal.org/gdal_utilities.html Creating New Files
I issued these GDAL commands
$ gdal_translate --version
GDAL 1.7.2, released 2010/04/23
$ gdal_translate -of GTiff -ot Uint16 -a_srs NAD8
Following Frank's suggestion, and in accordance with the web page GDAL
Utilities http://www.gdal.org/gdal_utilities.html Creating New Files
I issued these GDAL commands
$ gdal_translate --version
GDAL 1.7.2, released 2010/04/23
$ gdal_translate -of GTiff -ot Uint16 -a_srs NAD83_UTM18N.wkt in.tif
Frank, I did that, and now gdalinfo shows the gdal_translate output GeoTiff
does have the same values as those of the GeoTiff with the desired UTM
projection for PROJCS to AUTHORITY
Coordinate System is:
PROJCS["NAD83 / UTM zone 18N",
GEOGCS["NAD83",
DATUM["North_American_Datum_1983",
Greg Coats wrote:
gdal_translate -a_srs provides for the output file to be in a different
projection than the input file.
What is the syntax for telling gdal_translate -a_srs to use the projection
shown by gdalinfo to be used in the GeoTiff below, which is NAD 1983, UTM Zone
18N?
Greg,
One
gdal_translate -a_srs provides for the output file to be in a different
projection than the input file.
What is the syntax for telling gdal_translate -a_srs to use the projection
shown by gdalinfo to be used in the GeoTiff below, which is NAD 1983, UTM Zone
18N?
Greg
$ gdalinfo dcua_reduce7.tif