RE: [gdal-dev] Writing data to "CreateCopy" files

2011-07-21 Thread Cole, Derek
I think I may have tried to go down this road before, but perhaps someone can elighten me. I am using CreateCopy on this file so that I get a copy of the file on disk with all the same metadata and projection info, etc. Is it possible for me to spawn CreateCopy in another thread which would p

[gdal-dev] Re: Motion: Commit Access for Paul Ramsey

2011-07-21 Thread Paul Ramsey
Thanks Even, et al, great to be part of the team! P On Thu, Jul 21, 2011 at 6:57 AM, Even Rouault wrote: >> Motion: Extend GDAL/OGR Commit Access to Paul Ramsey >> > > I declare this motion passed with support from PSC members AndreyK, DanielM, > EvenR, FrankW, HowardB and TamasS and with non-PSC

Re: [gdal-dev] Re: Saving 16 bit image

2011-07-21 Thread Even Rouault
Selon el_inca : > I just mean..Is it necessary to do manipulations with scanline (byte array > corresponding to 8 bit image) to save it with RasterIO to 16 bit depth ? You *can* use a byte array to write the scanline of a 16-bit image, but of course in that case, the values written in the 16-bit

[gdal-dev] Re: Motion: Commit Access for Paul Ramsey

2011-07-21 Thread Even Rouault
> Motion: Extend GDAL/OGR Commit Access to Paul Ramsey > I declare this motion passed with support from PSC members AndreyK, DanielM, EvenR, FrankW, HowardB and TamasS and with non-PSC member Andreas Neumann. Paul, I'll let Frank deal with the practical details to enable you as a committer. Welc

[gdal-dev] Re: Saving 16 bit image

2011-07-21 Thread el_inca
I just mean..Is it neсessary to do manipulations with scanline (byte array corresponding to 8 bit image) to save it with RasterIO to 16 bit depth ? -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Saving-16-bit-image-tp6606613p6606792.html Sent from the GDAL - Dev mailing

[gdal-dev] Re: Motion: Commit Access for Paul Ramsey

2011-07-21 Thread Andrey Kiselev
On Wed, Jul 20, 2011 at 11:11:14PM +0200, Even Rouault wrote: > Motion: Extend GDAL/OGR Commit Access to Paul Ramsey +1 -- Andrey V. Kiselev ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Saving 16 bit image

2011-07-21 Thread Chaitanya kumar CH
pavkiz, You are using GDT_Byte in the RasterIO function call. If you want to write the date with 16bit depth you need to use GDT_Int16 or GDT_UInt16. Check the translation with the GDAL utility gdal_translate [1] with the -ot option. [1]: http://www.gdal.org/gdal_translate.html On Thu, Jul 21,

[gdal-dev] Saving 16 bit image

2011-07-21 Thread el_inca
Hi, Can anybody help me with saving TIFF images? I need to save 8 bit image to 16 bit image. Raster data is keeping in Byte array. When i save from 8 bit to 8 bit it works good. But when i save from 8 to 16 bit Gdal creates an image, that i can read after with this library, but not with another pro

Re: [gdal-dev] Motion: Commit Access for Paul Ramsey

2011-07-21 Thread Daniel Morissette
On 11-07-20 05:11 PM, Even Rouault wrote: Motion: Extend GDAL/OGR Commit Access to Paul Ramsey +1 Daniel -- Daniel Morissette http://www.mapgears.com/ Provider of Professional MapServer Support since 2000 ___ gdal-dev mailing list gdal-dev@lists.os

[gdal-dev] ESA Summer of Code In Space

2011-07-21 Thread Julien Malik
Hello all, As you may know, ESA, the European Space Agency, has launched their Summer of COde In Space (SOCIS), much like Google does with the Google Summer of Code. The list of mentoring organizations is published here : http://sophia.estec.esa.int/socis2011/?q=node/13 Students can apply unti