Re: [gdal-dev] Utilizing GDAL for adding overviews layer in python language

2024-03-12 Thread Idan Miara via gdal-dev
o" > *Cc: *gdal-dev@lists.osgeo.org > *Sent: *Tuesday, March 12, 2024 12:41:25 PM > *Subject: *Re: [gdal-dev] Utilizing GDAL for adding overviews layer in > python language > > Hi, > > So you are saying that you used gdal buildoverview in Python to add > overviews to t

Re: [gdal-dev] Utilizing GDAL for adding overviews layer in python language

2024-03-12 Thread Rahkonen Jukka via gdal-dev
Mahato via gdal-dev Lähetetty: tiistai 12. maaliskuuta 2024 9.00 Vastaanottaja: gdal-dev@lists.osgeo.org Aihe: [gdal-dev] Utilizing GDAL for adding overviews layer in python language Dear Team, We are working on a project with Geo-spatial images using python language for our development

Re: [gdal-dev] Utilizing GDAL for adding overviews layer in python language

2024-03-12 Thread Idan Miara via gdal-dev
Hi, So you are saying that you used gdal buildoverview in Python to add overviews to the tiff file but it only uses CPU and not GPU. And you could use the other library to add overviews using GPU - can you share which library you used or what's the output format that you got? Maybe you can

[gdal-dev] Utilizing GDAL for adding overviews layer in python language

2024-03-12 Thread Pradeep Mahato via gdal-dev
Dear Team, We are working on a project with Geo-spatial images using python language for our development purpose. To visualize the images properly pyramid layer is necessary. GDAL buildoverview functionality of python, we are using to generate the overview but it is utilizing only the CPU. We