[gdal-dev] gdal_translate produces tif with different colors as original

2013-11-06 Thread Moses.Gone
Hello List, I am using SDE as my raster data source with the ultimate goal to tile this dataset: I am running the following gdal_translate command to generate the initial VRT: gdal_translate -projwin 390605 5588320 410128 5568805 -a_srs EPSG:25832 -a_nodata none -of vrt SDE:server,5153,db,us

Re: [gdal-dev] gdal_translate produces tif with different colors as original

2013-11-06 Thread Jukka Rahkonen
t-systems.com> writes: > > > > Hello List, > I am using SDE as my raster data source with the ultimate goal  to tile this dataset: I am running the following  gdal_translate command to generate the initial VRT:  >   > gdal_translate  -projwin 390605 5588320 410128 5568805 -a_srs EPSG:25832 -

Re: [gdal-dev] gdal_translate produces tif with different colors as original

2013-11-07 Thread Andre Joost
Am 06.11.2013 21:32, schrieb Jukka Rahkonen: You're advised to preprocess your rasters with other tools, such as pct2rgb.py or gdal_translate -expand RGB to operate gdalbuildvrt on RGB rasters instead." I proposed that, but have a look at the color palette of the VRT:

Re: [gdal-dev] gdal_translate produces tif with different colors as original

2013-11-08 Thread Marius Jigmond
n off stretching, both histogram/gamma, results are nearly identical to original. -marius > To: gdal-dev@lists.osgeo.org > From: andre+jo...@nurfuerspam.de > Date: Thu, 7 Nov 2013 16:54:32 +0100 > Subject: Re: [gdal-dev] gdal_translate produces tif with different colors as > origina

Re: [gdal-dev] gdal_translate produces tif with different colors as original

2013-11-11 Thread Moses.Gone
0 > Subject: Re: [gdal-dev] gdal_translate produces tif with different colors as > original > > Am 06.11.2013 21:32, schrieb Jukka Rahkonen: > > > You're advised to preprocess your rasters with other > > tools, such as pct2rgb.py or gdal_translate -expand RGB to o