Re: [gdal-dev] Using SWIG from a Driver

2012-02-23 Thread Stefano Moratto
This driver should be viewed as an abstract driver. The "concrete" driver is implemented by a swig generated class that calls you java code implementing the virtual functions you declared in you ".i file". Regards, Stefano Dr.Eng. Stefano Moratto stefano.mora...@gmail.com stef

Re: [gdal-dev] RasterIO in paralel

2011-02-09 Thread Stefano Moratto
Thanks for the suggestion but I'm developing a Win32 app. I will take in consideration your previous answer because the app can read images from other sources. Regards, Stefano -- Dr.Eng. Stefano Moratto stefano.mora...@gmail.com stefano.mora...@csiat.it http://www.csiat.it - Tr

Re: [gdal-dev] RasterIO in paralel

2011-02-08 Thread Stefano Moratto
billy I should allign the block to the tile's boundary Stefano -- Dr.Eng. Stefano Moratto stefano.mora...@gmail.com stefano.mora...@csiat.it http://www.csiat.it - Traffic Optimization Software On Tue, Feb 8, 2011 at 10:48 PM, Even Rouault wrote: > Le mardi 08 février 2011 22:41:50, Stef

[gdal-dev] RasterIO in paralel

2011-02-08 Thread Stefano Moratto
band g. Regards, Stefano -- Dr.Eng. Stefano Moratto stefano.mora...@gmail.com stefano.mora...@csiat.it http://www.csiat.it - Traffic Optimization Software ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal

Re: [gdal-dev] Interrupt long operation

2011-02-03 Thread Stefano Moratto
check of the state variable (eg.: if (terminate) then return). Very simple!! I should have think about it by myself. Now my app can browse without blocking the openstreetmap dataset. Best regards. Stefano - Dr.Eng. Stefano Moratto stefano.mora...@gmail.com stefano.mora...@csiat.it http

[gdal-dev] Interrupt long operation

2011-01-31 Thread Stefano Moratto
Dr.Eng. Stefano Moratto stefano.mora...@gmail.com stefano.mora...@csiat.it http://www.csiat.it - Traffic Optimization Software ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] GDAL Speed Optimization

2010-06-17 Thread Stefano Moratto
download the tiles to compose the final image. Stefano On Fri, Jun 11, 2010 at 6:17 PM, Frank Warmerdam wrote: > Stefano Moratto wrote: > >> Frank, >>The source images are a sequence of tiles from openstreetmaps. >> Every tiles has a fixed size (256 x 256)

Re: [gdal-dev] GDAL Speed Optimization

2010-06-11 Thread Stefano Moratto
0, 0, size.cx, size.cy,'Bilinear', 0.0 ); and hDataset = GDALOpen( ... "openstreet.xml" ) Can you suggest some other parameters? Thanks, Stefano On Thu, Jun 10, 2010 at 4:53 PM, Frank Warmerdam wrote: > Stefano Mo

Re: [gdal-dev] GDAL Speed Optimization

2010-06-11 Thread Stefano Moratto
an a3 bitmap). Have you experience of mapnik on windows? Regards, Stefano 2010/6/11 Iván Sánchez Ortega > El día Thursday 10 June 2010 09:49:01, Stefano Moratto dijo: > > I use GDAL to download tiles (jpeg) from OpenstreetMap and to compose a > > bitmap of the area that is be

Re: Re: [gdal-dev] GDAL Speed Optimization

2010-06-10 Thread stefano . moratto
e. ~Seth On Thu, June 10, 2010 2:26 am, Stefano Moratto wrote: > Seth, > > You have been choosen a very interesting project. > > > I use the following : > > hWarp := GDALAutoCreateWarpedVRT (hSized, > nil, > PChar(FMapSRSWk

[gdal-dev] GDAL Speed Optimization

2010-06-10 Thread Stefano Moratto
) parallel alghorithms that takes advantage from multicore CPU Has someone already approched these problems? Regards, Stefano -- Dr.Eng. Stefano Moratto stefano.mora...@gmail.com stefano.mora...@csiat.it http://www.csiat.it - Traffic Optimization Software __

R:[gdal-dev] Re: GDAL/WMS and Proxy

2009-12-02 Thread stefano . moratto
hkonen ha scritto: Stefano Moratto gmail.com> writes: > I set proxy information as described but It did not work. Have you tried to set proxy in the Windows command window first? I believe the command is SET http_proxy=server:port It would be good to have an option to set it

[gdal-dev] GDAL/WMS and Proxy

2009-12-02 Thread Stefano Moratto
t find any code that set the proxy option for lib_curl. Is this feature planned for a future release? I have a osgeo id (moratto) and I'm a committer (I'm working on the delphi binding). I can add this feature and commit the code. Regards, Stefano ---------- Dr.Eng. Ste