[Gdal-dev] Extent of a set of tiles

2009-09-21 Thread darrepac
Dear all, I have a set of tiles. I would like to know the polygon coordinates which describe the extent of this set of tiles. Is there a way to make this with GDAL? I saw the possibility to make a rectangular extent but here it is more a polygon (as the set of tiles doesn't represent necessary a

[Gdal-dev] Problem resampling with gdal_warp

2009-04-16 Thread darrepac
HEllo, I have a 45GB BIGTIFF file at 1m/pixel With gdal_warp I am trying to resample it to 2m/pixel. The process start but block at 0%. I have changed the lanczos resampling algo to cubic in order to go faster but the status, after more than 2 days of processing is still 0% and the output file

Re: [Gdal-dev] rgb2pct is creating grey image

2009-04-16 Thread darrepac
Forgot to mention, in case it has an effet, that my Tiff are BIGTIFF Hello, I was willing to transform a 24bits RGB Geotiff into a 8bits palette and so found that RGB2PCT was the tool to use. Unfortunately, it creates me a grey image with 2 colors in the palette...I have tried with the option

[Gdal-dev] rgb2pct is creating grey image

2009-04-16 Thread darrepac
Hello, I was willing to transform a 24bits RGB Geotiff into a 8bits palette and so found that RGB2PCT was the tool to use. Unfortunately, it creates me a grey image with 2 colors in the palette...I have tried with the options -n 256 but I got the same result. Any clue? thanks Pascal -- View

Re: [Gdal-dev] Changing a color in palette

2009-01-23 Thread darrepac
If I have to do a script in Python, I will do it! So yes please, I would like to see an example thanks Frank Warmerdam wrote: > > darrepac wrote: >> Hello >> >> I have a set of geotiff 8bits file. >> I would like to change 1 color of the palette: puting the

[Gdal-dev] Changing a color in palette

2009-01-23 Thread darrepac
Hello I have a set of geotiff 8bits file. I would like to change 1 color of the palette: puting the color 255,255,255 in the index 123 instead of color 255,0,255. While not touching anything else. Is there a way to do this? because I have a big set of files and I did not find any tool which per

Re: [Gdal-dev] Is Gdal2tiles working somewhere?

2008-10-21 Thread darrepac
Hello Klokan Klokan Petr Přidal wrote: > > > > In case you would like to only add WMS map to the generated OpenLayers > viewer with TMS tiles please check the OpenLayers project > documentation and the example > http://www.openlayers.org/dev/examples/spherical-mercator.html, which > includes

[Gdal-dev] Is Gdal2tiles working somewhere?

2008-10-19 Thread darrepac
Hello, Little bit provoking subject because I really like Gdal2tiles but I do not see any way to get rid of the pixel viewer in openlayers and be able to combine a non-world raster map layer created by Gdal2tiles and an other classical WMS layer... I never saw any example of this working. Even ex