Re: [gdal-dev] GDAL Speed Optimization

2010-06-10 Thread 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 being viewed. The resulting bitmap (not > compressed) is warped and displayed. Hhhhmmm. Personally, I think you're doing it wrong. I

Re: [gdal-dev] GDAL Speed Optimization

2010-06-10 Thread Frank Warmerdam
Stefano Moratto wrote: The performances are quite acceptable but when I try to print they are not. The drawing to be printed has a resolution larger of the screen (Screen : 1024x1024, Printer 4096 x 4094 in A4 and 9000 x 9000 in A3 approximately). I think tha the bottleneck could be found in:

Re: [gdal-dev] getting reason info when is_valid() returns false

2010-06-10 Thread Paul Meems
We're using GDAL and GEOS in MapWindow GIS and we use the GEOS version of IsValid(). I think it is the same GDAL is using. The latest version of GEOS has a IsValidReason, telling you what was wrong. I hope it helps, Thanks, Paul -- Paul Meems Release manager, configuration manager and forum mod

[gdal-dev] getting reason info when is_valid() returns false

2010-06-10 Thread Peter Freimuth
Hi List, i am working with python ogr api and i check features which the applications gets from esri shapefiles to match several criterias. if not xOgrGeometry.IsValid(): sMsg = "IsValid check failed! We have an invalid feature geometry!" wkt=xOgrGeometry.ExportToWkt

Re: [gdal-dev] ESRI file geodatabase support

2010-06-10 Thread Ragi Burhum
> From: Eduardo Kanegae > Subject: Re: [gdal-dev] ESRI file geodatabase support > To: gdal-dev@lists.osgeo.org > > Hi Ragi, > > You mean, unless I use this pre-built version you gave me ( > http://bit.ly/cNdrSr ) I´ll have to download GDAL sources + AO patches > and then build at Win box my own

Re: [gdal-dev] GDAL Speed Optimization

2010-06-10 Thread Seth Price
I'm on a Mac, so I normally use Shark for profiling. It's included with Apple's developer tools. I would definitely try running outside of a virtual machine environment. That might be your problem, but you won't know until you try. ~Seth On Jun 10, 2010, at 2:46 AM, stefano.mora...@gmail

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

2010-06-10 Thread stefano . moratto
I'm working on a VirtualMachine running on an usb hdd and my customer use iMac laptop so I can't change disk. The primary dataset is composed by a lot of jpeg download from internet and then cached to disk. I think the performance slowdown is caused after the creation of the virtual dataset

Re: [gdal-dev] GDAL Speed Optimization

2010-06-10 Thread Seth Price
>1) hw accelerated functions as IPP or GPU (e.g CUDA) This is my (ongoing) Google Summer of Code project, except I'm using OpenCL. :D What resampling algorithm are you using? ~Seth On Thu, June 10, 2010 1:49 am, Stefano Moratto wrote: > I use GDAL in my traffic optimization CAD program. > It is

[gdal-dev] GDAL Speed Optimization

2010-06-10 Thread Stefano Moratto
I use GDAL in my traffic optimization CAD program. It is a Win32 application written in DELPHI that uses GDAL "C" API - the binding was autogenerated by my SWIG module for object pascal. I use GDAL to download tiles (jpeg) from OpenstreetMap and to compose a bitmap of the area that is being viewed

Re: [gdal-dev] ESRI file geodatabase support

2010-06-10 Thread Peter J Halls
In October 2008 at the European, Middle East and Africa (EMEA) User Conference, Jack Dangermond announced that the FGB format would be published, 'as was the shapefile', at the 9.4 release, following the completion of developments to the structure. We were then told to expect 9.4 in summer 2009