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

2015-03-03 Thread Norman Barker
Hi, I am looking to add sync to the GDAL CouchDB driver. I would rather not add additional API functions to do this but to wrap it up in the usual GetFeature call. The first call to GetFeature would initiate a sync, but thoughts on this are appreciated. Sync is a useful function that is a key dif

[gdal-dev] Introduction

2015-03-03 Thread Faza Mahamood
Hi I am Faza Mahamood, undergraduate student at SASTRA University, India. I have used GDAL for my University project entitled "High resolution, multi-view image mosaic with automatic seamline" for working with Erdas Imagine .img format in c++. I would like to contribute to GDAL as part of GSOC.

[gdal-dev] Fwd: [SoC] OSGeo accepted to GSoC 2015 - overview of slot assignments

2015-03-03 Thread Even Rouault
-- Message transmis -- Sujet : [SoC] OSGeo accepted to GSoC 2015 - overview of slot assignments Date : mardi 03 mars 2015, 10:41:42 De : Margherita Di Leo À : OSGeo Discussions , "OSGeo-SoC" Dear All, it is our pleasure to announce that *OSGeo has been accepted as mentoring

[gdal-dev] Encoding transform data in Shapefile

2015-03-03 Thread Björn Piltz
Hi, I'm extracting contours in geo-referenced images and saving the results to shape files. At a later point I would like to read the shapefile and transform the contours into the original integer coordinate system of the original image. To be able to do this, I would have to save the "geo transfor

[gdal-dev] Python developement guidelines

2015-03-03 Thread Even Rouault
Hi, Just wanted to notify I've added the following section in http://trac.osgeo.org/gdal/wiki/rfc8_devguide """ Python code * All Python code in autotest, swig/python/scripts and swig/python/samples should pass OK with the Pyflakes checker (version used currently: 0.8.1). This is asserted

Re: [gdal-dev] Motion: Adopt RFC 54: Dataset transactions

2015-03-03 Thread Even Rouault
Le jeudi 26 février 2015 10:24:52, Even Rouault a écrit : > Hi, > > As no points have been raised, > > Motion : I move to adopt RFC 54: Dataset transactions > > http://trac.osgeo.org/gdal/wiki/rfc54_dataset_transactions > > Starting with my +1 Hi, I declare this motion passed with +1 from Juk

Re: [gdal-dev] gdal trunk compatibility

2015-03-03 Thread Vincent Schut
On 03/03/15 10:26, Even Rouault wrote: Le mardi 03 mars 2015 10:06:51, Vincent Schut a écrit : Hi folks, I'd like to revive this thread a bit, because I'm trying to compile rsgislib (https://bitbucket.org/petebunting/rsgislib, a c++ rs/gis library which links with gdal) against my trunk version

Re: [gdal-dev] reprojection issue

2015-03-03 Thread Robert Oehler
Thank you, using gdal.reprojectimage(..) brought the expected result. > Am 02.03.2015 um 18:43 schrieb David Strip : > > This result is not entirely unexpected, though it depends on the two > projections. A square box in one projection will map onto something entirely > different in many cases

Re: [gdal-dev] gdal trunk compatibility

2015-03-03 Thread Even Rouault
Le mardi 03 mars 2015 10:06:51, Vincent Schut a écrit : > Hi folks, > > I'd like to revive this thread a bit, because I'm trying to compile > rsgislib (https://bitbucket.org/petebunting/rsgislib, a c++ rs/gis library > which links with gdal) against my trunk version of gdal 2.0, which does > not w

Re: [gdal-dev] gdal trunk compatibility

2015-03-03 Thread Vincent Schut
Hi folks, I'd like to revive this thread a bit, because I'm trying to compile rsgislib (https://bitbucket.org/petebunting/rsgislib, a c++ rs/gis library which links with gdal) against my trunk version of gdal 2.0, which does not work. It does work with gdal 1.x, though. I'd like to get your op