[gdal-dev] gdal2tiles

2012-06-09 Thread Yogesh Dahiya
The thing is I want to crate tiles (TMS format) from large map image using gdal c++ api (similar to what is done by gdal2tiles.py). So is there any particular api for that our I have to do it from scratch using base api (and I want tile creation to be optimized and parallelized). Any suggestion w

[gdal-dev] setting warp options to use opencl

2012-05-29 Thread Yogesh Dahiya
How to configure gdalwarpOptions to use openclkernel. Like I did warpOptions->papszWarpOptions=CSLSetNameValue(papszList,"USE_OPENCL","YES"); It compiled but I don't think so its using openclkernel. In gdalwarpkernel they are checking WarpOptions for selecting between GENERAL_CASE and OPENCL

[gdal-dev] Building gdal with opencl support on windows

2012-05-29 Thread Yogesh Dahiya
If anyone knows how to hack nmake.opt and alg/makefile.vc to build gdal with opencl support on windows, please do reply. ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] gdal opencl support

2012-05-28 Thread Yogesh Dahiya
Does gdal uses opencl for different resampling algorithms. If yes how can it be configured to use opencl? If No how can opencl be integrated in gdal? Thanks ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listin