Re: [gdal-dev] GDAL COG - Problem with Overviews

2021-11-26 Thread Robert Coup
Hi Nicole, On Fri, 26 Nov 2021 at 11:31, Nicole Kamp wrote: > Thanks a lot, > I was able to solve the problem with gdalinfo. > It might be helpful for others who find your message in the future and who are struggling with a similar problem to hear what your solution was? https://xkcd.com/979/

Re: [gdal-dev] GDAL COG - Problem with Overviews

2021-11-26 Thread Nicole Kamp
jukka.rahko...@maanmittauslaitos.fi> wrote: > > Hi, > > > > Maybe the band list be zero based? Try [0,1,2]. > > > > -Jukka Rahkonen- > > > > *Lähettäjä:* gdal-dev *Puolesta *Nicole > Kamp > *Lähetetty:* torstai 25. marraskuuta 2021 14.44 > *Vastaanottaja:*

Re: [gdal-dev] GDAL COG - Problem with Overviews

2021-11-25 Thread Rahkonen Jukka (MML)
Vastaanottaja: Rahkonen Jukka (MML) Aihe: Re: [gdal-dev] GDAL COG - Problem with Overviews Hello! Thanks. I tried it with 0,1,2 - it did not work. On Thu, Nov 25, 2021 at 1:49 PM Rahkonen Jukka (MML) mailto:jukka.rahko...@maanmittauslaitos.fi>> wrote: Hi, Maybe the band list be zero base

Re: [gdal-dev] GDAL COG - Problem with Overviews

2021-11-25 Thread Rahkonen Jukka (MML)
Hi, Maybe the band list be zero based? Try [0,1,2]. -Jukka Rahkonen- Lähettäjä: gdal-dev Puolesta Nicole Kamp Lähetetty: torstai 25. marraskuuta 2021 14.44 Vastaanottaja: gdal-dev@lists.osgeo.org Aihe: [gdal-dev] GDAL COG - Problem with Overviews Dear GDAL Developers, I have an overview

[gdal-dev] GDAL COG - Problem with Overviews

2021-11-25 Thread Nicole Kamp
Dear GDAL Developers, I have an overview problem with my Cloud Optimized GeoTIFF. I tried to translate a 16 bit, 4 bands ortho image to a COG 8bit, 3 bands image with JPEG compression. That is the original image. That is the result.