Re: [gdal-dev] GPU support for GDAL

2025-01-15 Thread Pradeep Mahato via gdal-dev
geo.org To: gdal-dev@lists.osgeo.org Sent: Friday, November 8, 2024 6:38:14 PM Subject: Re: [gdal-dev] GPU support for GDAL Pradeep Mahato via gdal-dev writes: > In second approach i am facing issue in stacking and making it as one > ".ovr" file. So Pls help me in this regard. If you a

[gdal-dev] GPU support for GDAL

2024-11-07 Thread Pradeep Mahato via gdal-dev
HI, This is my project requirement to use GPU for pyramid layer generation. I have through for some solution 1. Using GDAL with GPU support => Not possible 2. Used cuda based library to generate the different layers of pyramid and then stack it and make one ".ovr" as GDAL gives In second app

[gdal-dev] GPU support for GDAL

2024-11-04 Thread Pradeep Mahato via gdal-dev
Hi, I am working on a project with Geo-spatial images using python language. To visualize the images properly pyramid layer is necessary. " buildoverview" functionality of GDAL library in python builds the pyramid(overview) layer utilizing the CPU compute only. As per project requirement , we a

[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 a