Re: [gdal-dev] GDAL in Citrix

2011-05-18 Thread Alexandre Gacon
Hi Paul, I don't know what do you mean but our product which uses the GDAL dll works well over CITRIX for a lot of customers. Regards, Alexandre Gacon 2011/5/18 Paul Bartschi > > Hello, > > I have received a request to deploy GDAL through Citrix. Are there any > known issues with running GDA

[gdal-dev] GDAL in Citrix

2011-05-18 Thread Paul Bartschi
Hello, I have received a request to deploy GDAL through Citrix. Are there any known issues with running GDAL over Citrix? Will GDAL function properly over Citrix? Thanks in advance. - Paul Bartschi United States Forest Service Geospatial S

Re: [gdal-dev] GDALPolygonize using float buffers

2011-05-18 Thread Frank Warmerdam
On 11-05-18 06:44 AM, Jorge Arévalo wrote: I'm using the AlmostEqual2sComplement function from http://www.cygnus-software.com/papers/comparingfloats/comparingfloats.htm to float comparison. Do you think it's a good approach? Jorge, The approach seems good though somewhat computationally expens

Re: [gdal-dev] Adding libKML

2011-05-18 Thread Brian Case
Paul You need libkml 1.3.0. this was only svn but i do not know if they have released since i last looked.\ Brian On Wed, 2011-05-18 at 11:35 +0200, Paul Meems wrote: > Hi list, > > I'm still struggling enabling new (at least for us) support for > certain file formats. > I'm working on Win7 wit

Re: [gdal-dev] GDALPolygonize using float buffers

2011-05-18 Thread Jorge Arévalo
Hello, On Fri, May 13, 2011 at 4:00 PM, Frank Warmerdam wrote: > On 11-05-13 06:51 AM, Jorge Arévalo wrote: >> >> Hello, >> >> Is there any reason to limit the GDALPolygonize function to read data >> in int32 buffers, instead of using 32b float or even 64b double ones? >> As I stated in ticket #

[gdal-dev] Adding libKML

2011-05-18 Thread Paul Meems
Hi list, I'm still struggling enabling new (at least for us) support for certain file formats. I'm working on Win7 with VS2008Pro I'm now struggling with libKML. I did as suggested at http://trac.osgeo.org/gdal/wiki/LibKML, but downloaded the tar ball (v1.2.0) I found the vs2008 files and modifie