Re: [gdal-dev] Motion: Commit Rights for Dmitry Barishnikov (aka bishop)

2012-01-24 Thread Even Rouault
Le mardi 24 janvier 2012 20:49:28, Frank Warmerdam a écrit : > Motion: GDAL/OGR Commit rights are extended to Dmitry Barishnikov > /Дмитрий Барышников (userid: bishop). +1. I have integrated quite a few of Dmitry's patches in the past. I'd just like to invite him to discuss potentially non trivia

Re: [gdal-dev] ElasticSearch Driver

2012-01-24 Thread Even Rouault
Le mardi 24 janvier 2012 21:27:03, Adam Estrada a écrit : > All, > > I have been using ElasticSearch as a way to perform some advanced analysis > on feature attribute data. From my work with ElasticSearch came the > ogr2elasticsearch GDAL driver. The code can be found here. > http://code.google.co

Re: [gdal-dev] ElasticSearch Driver

2012-01-24 Thread Frank Warmerdam
On Tue, Jan 24, 2012 at 12:27 PM, Adam Estrada wrote: > All, > > I have been using ElasticSearch as a way to perform some advanced analysis > on feature attribute data. From my work with ElasticSearch came the > ogr2elasticsearch GDAL driver. The code can be found > here. http://code.google.com/p/

[gdal-dev] ElasticSearch Driver

2012-01-24 Thread Adam Estrada
All, I have been using ElasticSearch as a way to perform some advanced analysis on feature attribute data. From my work with ElasticSearch came the ogr2elasticsearch GDAL driver. The code can be found here. http://code.google.com/p/ogr2elasticsearch/ Every time I rebuild GDAL I have to add this d

[gdal-dev] Motion: Commit Rights for Dmitry Barishnikov (aka bishop)

2012-01-24 Thread Frank Warmerdam
Motion: GDAL/OGR Commit rights are extended to Dmitry Barishnikov /Дмитрий Барышников (userid: bishop). --- Folks, Dmitry has been providing patches for GDAL/OGR for several years now and has, in my opinion, demonstrated good understanding of the GDAL code base, and norms. I think it would be h

Re: [gdal-dev] Problem to compile in Lucid with Spatialite 3.0 and gdal 1.9

2012-01-24 Thread Thomas Gratier
Hello, Even, concerning the sqlite, it was a mistake from me when writing. The version was the 3.7.10 (and not the 3.3.10) It was done to check if a more recent of sqlite3 could solve my problem. At the end, the choosen solution I've done was the one recommended by Sandro I've reverted sqlite to

RE: [gdal-dev] Saving waypoints, tracks, and routes to a GPX file

2012-01-24 Thread Pouliot, Christopher (DNR)
Excellent. That worked. Thanks Even! -Original Message- From: Even Rouault [mailto:even.roua...@mines-paris.org] Sent: Tuesday, January 24, 2012 10:20 AM To: Pouliot, Christopher (DNR) Cc: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] Saving waypoints, tracks, and routes to a GPX fil

Re: [gdal-dev] Saving waypoints, tracks, and routes to a GPX file

2012-01-24 Thread Even Rouault
Selon "Pouliot, Christopher (DNR)" : There are elements in http://gdal.org/ogr/drv_gpx.html Bascially, you need to create different layers for each geometry types you want to write. And you need to create (and populate them) in the order described : waypoints, routes and tracks > Hello, > > I'm

[gdal-dev] Saving waypoints, tracks, and routes to a GPX file

2012-01-24 Thread Pouliot, Christopher (DNR)
Hello, I'm working in C# using the gdal c# wrappers and am trying to write multiple gps shape types (waypoints AND tracks AND routes) to a single GPX file. When creating a GPX layer I am required to define an shape type: layer = ds.CreateLayer(outputLayerName, sr,wkbGeometryType.wkbMultiLineS

Re: [gdal-dev] GDAL 1.7.3 java bindings on Centos 5 (64 bit)

2012-01-24 Thread Daniele Romagnoli
Hi Even, We was able to get it working using GDAL 1.8.1 and SWIG 1.3.40. Not sure which part fixed it (GDAL 1.8.1 or SWIG 1.3.40). Thanks for your suggestions. (In case we have some free time, we will probably try GDAL 1.7.3 with SWIG 1.3.40 just to understand which component fixed our issues). Be

Re: [gdal-dev] Problem to compile in Lucid with Spatialite 3.0 and gdal 1.9

2012-01-24 Thread a . furieri
HI Frank and Even, I confirm that Even is absolutely right: using the "amalgamation" on Linux is strongly discouraged, and may pose several problems if not properly handled. Just few technical clarifications: a) libspatialite expects to link an external lisqlite3; there is absolutely nothing ex

Re: [gdal-dev] Problem to compile in Lucid with Spatialite 3.0 and gdal 1.9

2012-01-24 Thread Even Rouault
Thomas, Your issue reminds me something that Tamas Szerekeres also hit when switching to spatialite 3.0 on Windows. There has been a change in spatialite 3.0 w.r.t spatialite 2.X regarding to how its "amalgamation" is done. In spatialite 3.0, the sqlite3.h that is included redefines the sqlite3_