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