Re: [gdal-dev] [NEW] Multi-threaded warping

2012-06-10 Thread Seth Price
If you tell OpenCL to target the CPU, it will produce a multiprocessor implementation instead of GPU. ~Seth via iPhone On Jun 10, 2012, at 3:52 PM, Even Rouault wrote: > Le dimanche 10 juin 2012 23:44:54, Yogesh Dahiya a écrit : >> As far I know gdal1.9 has integrated opencl so we can paralle

Re: [gdal-dev] [NEW] Multi-threaded warping

2012-06-10 Thread Etienne Tourigny
Even - good stuff! Can you comment on the usage of openmp for multi-threading? Is the multi-threading in gdal entirely based on pthreads (in linux)? It's my understanding that openmp is much easier to manage but offers less fine-grained control - is that required for multi-thread warping? Of cou

Re: [gdal-dev] [NEW] Multi-threaded warping

2012-06-10 Thread Even Rouault
Le dimanche 10 juin 2012 23:44:54, Yogesh Dahiya a écrit : > As far I know gdal1.9 has integrated opencl so we can parallelize by > setting it right. > So what exactly is your addition. > By the way I tried opencl case and was able to get 16x over general case > for lanczos for image of 16000*16000

[gdal-dev] [NEW] Multi-threaded warping

2012-06-10 Thread Even Rouault
Hi, I've just commited in trunk the capability of doing multi-threaded warping. There was already a -multi option of gdalwarp that was used to parallelize I/O operations and warping computations. There's now a NUM_THREADS warping option that can be used to set the number of threads to paralleli

Re: [gdal-dev] gdal2tiles

2012-06-10 Thread G. Allegri
I'm not confusing them. What Petr was referring to is maptiler.com (MapTiler Cluster), which doesn't seem to be open source. giovanni 2012/6/10 Mateusz Loskot > On 10 June 2012 21:33, G. Allegri wrote: > > Hi Petr, > > AFAICS Maptiler is not open source, right? > > You may be confusing > > htt

Re: [gdal-dev] gdal2tiles

2012-06-10 Thread Mateusz Loskot
On 10 June 2012 21:33, G. Allegri wrote: > Hi Petr, > AFAICS Maptiler is not open source, right? You may be confusing http://www.klokantech.com/maptiler/ with http://www.maptiler.org/ http://code.google.com/p/maptiler/ The latter is FOSS. Best regards, -- Mateusz Loskot, http://mateusz.losk

Re: [gdal-dev] gdal2tiles

2012-06-10 Thread G. Allegri
Hi Petr, AFAICS Maptiler is not open source, right? giovanni ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] How to get some special metadata of HDF5 Cosmo-Skymed file

2012-06-10 Thread xiaomi
hi Alex, I am a beginner to learn gdal. I have a problem to read the metadata of hdf5 file of Cosmo-skymed. I am working on visual studio 2010 in C# using gdal dotnet dll. I want to get some metadata item from the hdf5 dataset, the method like "GetMetadataItem(string pszName, string pszD

Re: [gdal-dev] gdal2tiles

2012-06-10 Thread klo...@gmail.com
Dear Yogesh, we have developed highly optimized tiling and merging utility in C++ on top of GDAL. It is parallelized (multi-core CPUs) and can even run on a cluster of computers with MPI. It is also producing tiles with minimal size in PNG8/PNG8a or in JPEG. It has been used on very large datasets