cogger v0.0.5 now supports .ovr external overviews. It will automatically set
the output cog to bigtiff if required, so your use-case should now be covered.
Oh that’s great, thank you!
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osg
cogger v0.0.5 now supports .ovr external overviews. It will automatically
set the output cog to bigtiff if required, so your use-case should now be
covered.
--
Thomas
Le lun. 14 juin 2021 à 22:12, a écrit :
> > You can create external overviews with the -ro switch
>
> Yeah, I have those. I was
On Mon, 14 Jun 2021, matt.wil...@yukon.ca wrote:
Your initial test.tif file needs to be a bigtiff, i.e. have been
created with -co "BIGTIFF=YES". you can then drop the bigtiff
config arguments of your gdaladdo call.
Ahh, thanks Thomas, that indeed is the problem.
Unfortunately for me it means
> You can create external overviews with the -ro switch
Yeah, I have those. I was trying to create internal ones instead in order to
use cogger ;-)
(And behind all of this, a weeping and wailing and gnashing of teeth at the
upstream person or persons who decided that creating jpegs and throwing
Matt,
You can create external overviews with the -ro switch
Even
Le 14/06/2021 à 21:12, matt.wil...@yukon.ca a écrit :
Your initial test.tif file needs to be a bigtiff, i.e. have been
created with -co "BIGTIFF=YES". you can then drop the bigtiff
config arguments of your gdaladdo call.
Ahh, th
> Your initial test.tif file needs to be a bigtiff, i.e. have been
> created with -co "BIGTIFF=YES". you can then drop the bigtiff
> config arguments of your gdaladdo call.
Ahh, thanks Thomas, that indeed is the problem.
Unfortunately for me it means in this case I'm stuck, as the original is
Your initial test.tif file needs to be a bigtiff, i.e. have been
created with -co "BIGTIFF=YES". you can then drop the bigtiff config
arguments of your gdaladdo call.
--
thomas
On Wed, Jun 9, 2021 at 5:39 PM wrote:
>
> I am getting tiff file size exceeded error but am using bigtiff creation
> o
I am getting tiff file size exceeded error but am using bigtiff creation
options.
~~~
$ gdaladdo -r gauss ^
--config COMPRESS_OVERVIEW WEBP ^
--config PHOTOMETRIC_OVERVIEW YCBCR ^
--config INTERLEAVE_OVERVIEW PIXEL ^
--config QUALITY 87 ^
--config BIGTIFF YES ^
--config BIGTIFF_OVERVIEW YES ^
tes