Re: [gdal-dev] Building GDAL 2.0.0 without ogr on Linux fails

2016-03-20 Thread Kurt Schwehr
I didn't see any objections, so I'm going to go ahead and start removing the option and the #if cpp stuff. On Thu, Mar 17, 2016 at 10:55 AM, Dmitry Baryshnikov wrote: > Hi Kurt, > > I think, that it's time to do this. > > Best regards, > Dmitry > > 17.03.2016 19:19, Kurt Schwehr пишет: > > I

Re: [gdal-dev] GSOC 2016

2016-03-20 Thread sarthak agarwal
Hello to all, Sorry for taking too long (exams and travelling). After running few tests - - In my opinion, in Both the codes the error is not in GetConnectionInfo function. if you replace return true with return false at the last of the function it won’t fail in both cases. - If you

[gdal-dev] GSoC 2016

2016-03-20 Thread Борзых Александр Андреевич
Hello everyone I am a second year student at Saint-Petersburg ITMO University, Russia. For GSoC 2016 I would like to work on DWG support in GDAL. Overall idea DWG is very wide-spread format and it seems like there is a lot of requests for a good conversion tools from DWG to more common spatia

[gdal-dev] Map algebra

2016-03-20 Thread Ari Jolma
Folks, I played around a bit with the map algebra idea and came up with something that could work nicely as a plugin. The initial code is at https://github.com/ajolma/gdal/tree/trunk/gdal/map_algebra The idea is based on processing raster bands block by block and calling a given function on

Re: [gdal-dev] Google Summer of Code

2016-03-20 Thread Tanuj Kumar
Hello Dmitry, Sorry for the long delay, my exams had the better of me, but now they're over :) . I have updated libpng 1.6.21 and i have created a pull request after removing files from original libpng 1.6.21 that I think would not be required as a library in GDAL. All test on travis have been pass