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.
>
> Kurt has been a committer f
+1
Tamas
2015-10-07 22:54 GMT+02:00 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
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 = Geo::GDAL
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
def
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 b
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
>
> https://trac.osgeo.org/gdal/tic
Le mercredi 07 octobre 2015 15:15:20, Luca Delucchi a écrit :
> 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
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 bu
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 OGRFeatureDefn::AddFieldDefn() documentation
> http:/
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 a
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 thi
11 matches
Mail list logo