[gdal-dev] GSoC 2016

2016-05-03 Thread Dmitry Baryshnikov
Hello GSoC students! I created the section about GSoC 2016 (https://trac.osgeo.org/gdal/wiki/SoCProjects) in GDAL wiki. Please write your project texts as was done previous years and provide them to your mentors to publish them at appropriate wiki pages. Don't afraid some duplication the OSGeo

Re: [gdal-dev] GSoC 2016

2016-05-01 Thread Avyav Kumar
Hi all, I am Avyav Kumar, a third year student at BITS Pilani, KK Birla Goa Campus, India. I am working to build a Triangulated Surface, Polyhedral Surface and Triangle API for OGRGeometry [http://www.gdal.org/classOGRGeometry.html] as part of my GSoC 2016 proposal. If anyone has suggestions they'

Re: [gdal-dev] GSOC 2016

2016-04-06 Thread Dmitry Baryshnikov
Hi Sarthak, Thanks for submitting your proposal. Proposals are frozen at this point. Right now we're completing ranking and waiting for Google to assign slots. Best regards, Dmitry 06.04.2016 14:49, sarthak agarwal пишет: Hello Dmitry, As you know I did submit the proposal on the GSoC por

Re: [gdal-dev] GSOC 2016

2016-04-06 Thread sarthak agarwal
Hello Dmitry, As you know I did submit the proposal on the GSoC portal but there has been no discussion of any kind. I also completed my GSoC task(fixed the bug) on time. So I request you to kindly review my proposal once and provide your feedback. I will make the necessary changes or if you want

Re: [gdal-dev] GSOC 2016

2016-03-25 Thread sarthak agarwal
I have submitted the proposal, please check it once and provide your feedback. Sarthak On Fri, Mar 25, 2016 at 2:01 PM, Dmitry Baryshnikov wrote: > Hi Sarthak, > > Thank you for you note, but I already wrote: > > >Don't wait for anybody with proposal. The new GSoC site is right > place to d

Re: [gdal-dev] GSOC 2016

2016-03-25 Thread Dmitry Baryshnikov
Hi Sarthak, Thank you for you note, but I already wrote: >Don't wait for anybody with proposal. The new GSoC site is right place to discuss proposals. So I expected to see and comment, if needed, your proposal on this site. Let me remind you the site - https://summerofcode.withgoogle.com

Re: [gdal-dev] GSOC 2016

2016-03-25 Thread sarthak agarwal
The deadline is today. Sarthak On Thu, Mar 24, 2016 at 1:52 AM, sarthak agarwal wrote: > Hello Dmitry, > > I fixed the bug (I guess). > Now coming to my proposal for GSoC, So I was thinking of working on > project #4 *Auto-detection of EPSG codes from incomplete WKT.* > > What I understood from

Re: [gdal-dev] GSOC 2016

2016-03-23 Thread sarthak agarwal
Hello Dmitry, I fixed the bug (I guess). Now coming to my proposal for GSoC, So I was thinking of working on project #4 *Auto-detection of EPSG codes from incomplete WKT.* What I understood from the project is that we need to predict the EPSG code of certain files on the basis of some attributes

Re: [gdal-dev] GSoC 2016

2016-03-23 Thread Avyav Kumar
Hi all, I have submitted a proposal on the GSoC page which pertains to the support of new geometries (Polyhedral surfaces, triangulated surfaces and triangles) in OGR core and driver integration. If the mentors do check it out, I am open to any reviews or suggestions by them for the same. Regards

Re: [gdal-dev] GSOC 2016

2016-03-22 Thread sarthak agarwal
Hello Dmitry, I have made all the necessary changes and now the code is working as expected ie If we provide no dbname, it will take the username by default. Here is the https://github.com/OSGeo/gdal/commit/417f4ed2642c56729f93fdb959e2bf1b9f1fdfb1 to the fix. Regards, Sarthak ​ On Tue, Mar 22,

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

Re: [gdal-dev] GSoC 2016

2016-03-19 Thread Dmitry Baryshnikov
Hi Jürgen, There is several problems with libdxfrw: 1. The library have GPLv2 license which is incompatible with GDAL X/MIT 2. The library support only DWG from r14 to the last 2003 version 3. This is third party dependency for GDAL. 4. There is already the DXF driver in GDAL. The GPLv2 is ok fo

Re: [gdal-dev] GSoC 2016

2016-03-19 Thread Jürgen E . Fischer
Hi Alexander, On Wed, 16. Mar 2016 at 12:40:39 +, Борзых Александр Андреевич wrote: > 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 spatial data. I think > that current implementations of DWG s

Re: [gdal-dev] GSoC 2016

2016-03-19 Thread Even Rouault
On Wednesday 16 March 2016 12:40:39 Борзых Александр Андреевич wrote: > 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

Re: [gdal-dev] GSoC 2016

2016-03-19 Thread Blumentrath, Stefan
2016 13:41 To: gdal-dev@lists.osgeo.org Subject: [gdal-dev] GSoC 2016 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

Re: [gdal-dev] GSOC 2016

2016-03-15 Thread Dmitry Baryshnikov
Hi Sarthak, The first version is not working (do you test it?): https://github.com/sarthak-0415/gdal/commit/36344cc26f23202cb289390322c1d295697136bd#diff-31df0e62d00ca09f9f11ad2f29e94b54R2541 Here you try to get array value with index -1. You need to set ppszDbname = NULL no DB name present in

Re: [gdal-dev] GSOC 2016

2016-03-14 Thread Dmitry Baryshnikov
Hi Sarthak, 14.03.2016 00:36, sarthak agarwal пишет: On Sun, Mar 13, 2016 at 11:07 PM, Even Rouault mailto:even.roua...@spatialys.com>> wrote: On Sunday 13 March 2016 17:13:27 Dmitry Baryshnikov wrote: > Hi Sarthak, > > 1. The GDAL have 2 postgis drivers (raster and vector).

Re: [gdal-dev] GSOC 2016

2016-03-13 Thread sarthak agarwal
On Sun, Mar 13, 2016 at 11:07 PM, Even Rouault wrote: On Sunday 13 March 2016 17:13:27 Dmitry Baryshnikov wrote: > > Hi Sarthak, > > > > 1. The GDAL have 2 postgis drivers (raster and vector). > RIght now I am working on raster part, I still have to figure out which part of the code takes care of

Re: [gdal-dev] GSOC 2016

2016-03-13 Thread Even Rouault
On Sunday 13 March 2016 17:13:27 Dmitry Baryshnikov wrote: > Hi Sarthak, > > 1. The GDAL have 2 postgis drivers (raster and vector). > 2. You need to add some information to the doxygen comment of > GetConnectionInfo method about new functionality. > 3. Do you look at psql behaviour? It seems to m

Re: [gdal-dev] GSOC 2016

2016-03-13 Thread Dmitry Baryshnikov
Hi Sarthak, 1. The GDAL have 2 postgis drivers (raster and vector). 2. You need to add some information to the doxygen comment of GetConnectionInfo method about new functionality. 3. Do you look at psql behaviour? It seems to me the ticket author means to get the database name not only from env

Re: [gdal-dev] GSOC 2016

2016-03-12 Thread sarthak agarwal
Thank you for your reply Dmitry, Yesterday I was working on ticket 6294 but since you said it was controversial I started to look around at ticket 6316 , I figured out that we have to add a else statement after thi

[gdal-dev] GSOC 2016

2016-03-12 Thread Dmitry Baryshnikov
Hello GSoC students! Many of you wrote to different lists and directly for me. I tried to systematize your questions. 1. First of all each student need to subscribe to s...@lists.osgeo.org (the themes connected with organizing moments) and gdal-dev@lists.osgeo.org (the themes about ideas, ti

Re: [gdal-dev] GSOC 2016

2016-03-11 Thread sarthak agarwal
Hello Dmitry, I tried the bug/enhancement #6294 and succesfully compiled the code . Now I am trying to find the work related to the project and solve them . I have some doubts on the project and as well as code. Could you help me out with that. I would al