Re: [gdal-dev] Gdal 2.0 and Python Bindings

2015-03-04 Thread Ari Jolma
26.02.2015, 08:46, Nick Ves kirjoitti: Hi List, I am curious about the gdal v2 python bindings state. To be more specific im wondering if there is going to be any functional wrappings with an upcoming beta release and if so are there any documentation of the API or how to migrate exicting code t

Re: [gdal-dev] Adding Sync to CouchDB/Cloudant Driver

2015-03-04 Thread Norman Barker
On Wed, Mar 4, 2015 at 8:02 AM, Even Rouault wrote: > Norman, > > > > > the aim is to sync data between masters as per - > > http://dataprotocols.org/couchdb-replication/ An example would be using > > GDAL in QGIS and going offline to edit data and then coming back online, > > the user would need

Re: [gdal-dev] Adding Sync to CouchDB/Cloudant Driver

2015-03-04 Thread Even Rouault
Norman, > > the aim is to sync data between masters as per - > http://dataprotocols.org/couchdb-replication/ An example would be using > GDAL in QGIS and going offline to edit data and then coming back online, > the user would need to synchronize the dataset. As replication is a core > part of Co

Re: [gdal-dev] Adding Sync to CouchDB/Cloudant Driver

2015-03-04 Thread Norman Barker
Hi Even, the aim is to sync data between masters as per - http://dataprotocols.org/couchdb-replication/ An example would be using GDAL in QGIS and going offline to edit data and then coming back online, the user would need to synchronize the dataset. As replication is a core part of CouchDB I woul

Re: [gdal-dev] VFK driver: RFC 54

2015-03-04 Thread Martin Landa
Hi Even, 2015-03-04 15:21 GMT+01:00 Even Rouault : > Fixed by r28609 > "PG: fix regression caused by RFC 54 with ogr2ogr when creating several layers > that didn't exist in the PG database (trunk only)" thanks! It solves the problem. Martin -- Martin Landa http://geo.fsv.cvut.cz/gwiki/Landa htt

Re: [gdal-dev] VFK driver: RFC 54

2015-03-04 Thread Even Rouault
Le mercredi 04 mars 2015 14:47:00, Martin Landa a écrit : > Hi, > > I wonder if VFK driver needs to be updated to RFC54 (Dataset > transactions) or it's completely unrelated? Hi Martin, The VFK driver doesn't need updates, but it was a regression in the PG driver due to RFC54 indeed. Fixed by

[gdal-dev] VFK driver: RFC 54

2015-03-04 Thread Martin Landa
Hi, I wonder if VFK driver needs to be updated to RFC54 (Dataset transactions) or it's completely unrelated? Steps to reproduce: 1) download [1] $ unzip Export_vse.zip 2) create empty PostGIS database $ createdb test ; psql test -c"create extension postgis" 3) Import VFK to PostGIS $ ogr2og

[gdal-dev] Introductory mail for GSOC project proposal

2015-03-04 Thread sarthak agarwal
Dear Sir/Madam, Myself Sarthak currently working under Dr. KS Rajan as a research student in Spatial Informatics Lab, IIIT hyderabad . I am currently working in spatial databases by optimizing the performance of mongoDb for spatial databases. Previously i have worked on Billboard placement optimiz

Re: [gdal-dev] Adding Sync to CouchDB/Cloudant Driver

2015-03-04 Thread Even Rouault
Norman, I'm not familiar with what this "sync" is about, so please bear with the naive questions. Is it to synchronize all masters between them ? Why GetFeature() and/or not at the first GetNextFeature(), or at database opening ? What is the persistence you mention, and what is the connexion wit