[gdal-dev] Motion: Add Kurt Schwehr to GDAL PSC

2015-10-07 Thread Even Rouault
Hi, I propose to add Kurt Schwehr to the GDAL project steering committee. Kurt has been a committer for 2 years, and over the last few months has substantially increased his level of involvment, mainly in the area of improving code quality, going through the Coverity Scan database of code

Re: [gdal-dev] combine two raster data

2015-10-07 Thread Ari Jolma
Dear Wangyal, Well, with the Perl bindings you could do something like this (note: not tested code!). I'm assuming many things: the rasters are similar size, they are not too big so they fit into memory, etc. use Modern::Perl; use Geo::GDAL; my ($admin,$lu) = @ARGV; my $ds_admin =

[gdal-dev] combine two raster data

2015-10-07 Thread Tsering W. Shawa
I am looking for a script to combine two raster data that have unique values. For example, one raster has administrative unit name and another has land cover data. I want to combine these two raster data to find a relationship between two data. I can do the same process in another GIS software

Re: [gdal-dev] Motion: Add Kurt Schwehr to GDAL PSC

2015-10-07 Thread Frank Warmerdam
Folks, I worked closely with Kurt at Google, and I am very supportive of adding him to the GDAL PSC. +1 Frank Best regards, Frank On Wed, Oct 7, 2015 at 4:54 PM, Even Rouault wrote: > Hi, > > I propose to add Kurt Schwehr to the GDAL project steering committee. >

Re: [gdal-dev] postgis OGRFeature crash QGIS

2015-10-07 Thread Even Rouault
Le mercredi 07 octobre 2015 12:51:05, Luca Delucchi a écrit : > Hi everybody, > > I'm fixing some problem with a QGIS plugin, and I'm fighting with a > problem with postgis OGRFeature that it crash QGIS for a > __GI___libc_free problem. The log of gdb is available here [0]. > > The error appear

[gdal-dev] postgis OGRFeature crash QGIS

2015-10-07 Thread Luca Delucchi
Hi everybody, I'm fixing some problem with a QGIS plugin, and I'm fighting with a problem with postgis OGRFeature that it crash QGIS for a __GI___libc_free problem. The log of gdb is available here [0]. The error appear at the end of write_layer_single function (line 204) during the return of

Re: [gdal-dev] postgis OGRFeature crash QGIS

2015-10-07 Thread Luca Delucchi
On 7 October 2015 at 13:18, Even Rouault wrote: > > Luca, > Hi Even, > I'm not completely sure if this is the reason, but there's at least something > to correct related to the use of: > > self.feat_defn.AddFieldDefn(style_field) > > Quoting

[gdal-dev] Python gdal catch ERROR 6

2015-10-07 Thread Luca Delucchi
Hi devs, PDF driver is actually supporting only 8 bit band, and if I try to create a layer using CreateCopy function with a dataset different from 8 bit I get "ERROR 6: PDF driver doesn't support data type UInt16. Only eight bit byte bands supported." I try to catch this error using try/except

Re: [gdal-dev] Dropping Windows-CE support?

2015-10-07 Thread Even Rouault
Le mardi 06 octobre 2015 23:07:41, Kurt Schwehr a écrit : > Hi all, > > Any objections to me removing Windows-CE support from GDAL svn-trunk head? No objections from me. There are also traces of WIN32CE in other files (such as port/cpl_strtod.cpp) > > -kurt > >