<div dir="ltr"><div><div><div><div><div><div><div><div><div>Hello,<br></div>Sorry for the late reply. I was busy with exams last week. <br><br></div><div>I compiled the code from source, read a tutorial on grass gis and I am fairly comfortable with grass environment.<br></div><div><br>I was looking into the Bug: "Quotes not preserved in command after pressing enter in GUI command console" and tried it out on my machine. I was trying to fix it and I think most probably it's some problem with regex search which is deleting the quotes from the command.<br></div>I was looking into the code for fixing the bug but couldn't find the relevant file to change. Could you please guide me with that.<br><br></div>Also for the enhancement: "Button, documentation and perhaps something more 
interactive for finding EPSG codes online rather then in GRASS GIS list" I was thinking of more interactive process of using EPSG - <br></div>1. We can merge <a href="http://epsg.io">epsg.io</a> code into our existing structure. <a href="http://epsg.io/">http://epsg.io/</a><br></div>2. We can add a button that will redirect users to <a href="http://epsg.io">epsg.io</a><br></div>I would like to have your suggestions on the same<br><br></div>I know I am running a bit late with the bug fixing but I can assure you I won't disappoint you during the course of project. <br></div><div>I am very interested in doing GSOC under grass org as it will be an added advantage to my ongoing research in computer science and spatial informatics. I would be thankful if you could help me with submitting GSOC proposal.<br></div><div><br></div>Regards<br></div>Jyoti<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 12, 2015 at 9:10 AM, Vaclav Petras <span dir="ltr"><<a href="mailto:wenzeslaus@gmail.com" target="_blank">wenzeslaus@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hello.<br><br>On Tue, Mar 10, 2015 at 3:46 PM, jyoti misra <<a href="mailto:jyotimisra.99@gmail.com" target="_blank">jyotimisra.99@gmail.com</a>> wrote:<br>><br>> Dear Sir/Madam,<br>><br>> Myself Jyoti currently working under Dr. KS Rajan as a research student in Spatial Informatics Lab, IIIT hyderabad . I am currently working in Land Use modelling of Barrack valley region. Previously i have worked on Billboard placement optimization problem considering the spatial ,temporal and traffic features.<br>><br>> I am interested in working with grass org under the project "GUI plugin system for GRASS GIS". The project is interesting and I have some idea of the technologies requires for the project as i have already worked in Python , c/c++.<br><br>Good. Now you should find some enhancements or bugs in GRASS GIS bug tracker [1] and implement or fix them before the application evaluation to show level of you proficiency [2, 3].<br><br></div><div>You can also select from this list:<br></div><div><br>Enhancement: Let users save/load SQL statements in wxGUI attribute table manager<br><a href="http://trac.osgeo.org/grass/ticket/1205" target="_blank">http://trac.osgeo.org/grass/ticket/1205</a><br><br>Bug: Quotes not preserved in command after pressing enter in GUI command console<br><a href="http://trac.osgeo.org/grass/ticket/1435" target="_blank">http://trac.osgeo.org/grass/ticket/1435</a><br><a href="http://trac.osgeo.org/grass/ticket/1437" target="_blank">http://trac.osgeo.org/grass/ticket/1437</a><br><br>Enhancement: Store map elements such as legend, text and scale bar in workspace file.<br><a href="http://trac.osgeo.org/grass/ticket/2484" target="_blank">http://trac.osgeo.org/grass/ticket/2484</a><br><br>Enhancement: Possibility to automatically load last used workspace when GRASS GIS GUI starts<br><a href="http://trac.osgeo.org/grass/ticket/2604" target="_blank">http://trac.osgeo.org/grass/ticket/2604</a><br><br>Enhancement: Store recently used workspaces and offer them in the menu<br><a href="http://trac.osgeo.org/grass/ticket/2604" target="_blank">http://trac.osgeo.org/grass/ticket/2604</a><br><br>Enhancement: Implement georeferenced image output for "Save display..." function in GUI and d.out.file module (and its wxGUI implementation)<br><a href="http://trac.osgeo.org/grass/ticket/977" target="_blank">http://trac.osgeo.org/grass/ticket/977</a><br><br>Bug: Undefined settings variable issue in bivariate scatterplot tool<br><a href="http://trac.osgeo.org/grass/ticket/2247" target="_blank">http://trac.osgeo.org/grass/ticket/2247</a><br><br>Enhancement: Button, documentation and perhaps something more interactive for finding EPSG codes online rather then in GRASS GIS list<br><a href="http://trac.osgeo.org/grass/ticket/26" target="_blank">http://trac.osgeo.org/grass/ticket/26</a><br><br>However, you can explore the open issues on GRASS GIS bug tracker yourself. Just keep in mind that this GSoC project would be in Python and wxPython. You can attempt to solve more of these tasks, the more the better. In any case, the thing you select and do should be in Python and should sufficiently represent your skills. Draft implementation of non-GUI (model) part of the plugin system would be helpful to understand the issues which you should address in the application.<br><br>In any case, start with compiling GRASS GIS from source code (trunk)  from<br>Subversion repository [4], reading tips for students [5] and going through instructions for other students [6, 7] (you can use Nabble [8] for that).<br><br></div>Also read Submitting rules [9] and how-to [10] for wxGUI development. Also learn how to do basic tasks in GRASS GIS graphical user interface (called wxGUI), use e.g. GRASS wiki or the manual as learning resource.<br><div><br></div><div>Please, always create a new thread on mailing list for distinct topics.<br></div><div><br></div><div>Best,<br></div><div>Vaclav<br></div><div><br>[1] <a href="https://trac.osgeo.org/grass/query" target="_blank">https://trac.osgeo.org/grass/query</a><br>[2] <a href="http://wiki.osgeo.org/wiki/Google_Summer_of_Code_Recommendations_for_Students" target="_blank">http://wiki.osgeo.org/wiki/Google_Summer_of_Code_Recommendations_for_Students</a><br>[3] <a href="http://lists.osgeo.org/pipermail/soc/2015-March/002908.html" target="_blank">http://lists.osgeo.org/pipermail/soc/2015-March/002908.html</a><br>[4] <a href="http://trac.osgeo.org/grass/wiki/DownloadSource" target="_blank">http://trac.osgeo.org/grass/wiki/DownloadSource</a><br>[5] <a href="http://trac.osgeo.org/grass/wiki/GSoC/2015#Tipsforstudents" target="_blank">http://trac.osgeo.org/grass/wiki/GSoC/2015#Tipsforstudents</a><br>[6] <a href="http://lists.osgeo.org/pipermail/grass-dev/2015-March/074420.html" target="_blank">http://lists.osgeo.org/pipermail/grass-dev/2015-March/074420.html</a><br>[7] <a href="http://lists.osgeo.org/pipermail/grass-dev/2015-March/074433.html" target="_blank">http://lists.osgeo.org/pipermail/grass-dev/2015-March/074433.html</a><br>[8] <a href="http://osgeo-org.1560.x6.nabble.com/Grass-Dev-f3991897.html" target="_blank">http://osgeo-org.1560.x6.nabble.com/Grass-Dev-f3991897.html</a><br>[9] <a href="http://trac.osgeo.org/grass/wiki/Submitting/wxGUI" target="_blank">http://trac.osgeo.org/grass/wiki/Submitting/wxGUI</a><br>[10] <a href="http://grasswiki.osgeo.org/wiki/WxGUI_Programming_Howto" target="_blank">http://grasswiki.osgeo.org/wiki/WxGUI_Programming_Howto</a><br><br>> Please guide me in the project and provide some docs and links where i can proceed with solving it. Also I want to know whether someone is already committed to this Project or not?<br>><br>> Regards,<br>> Jyoti Misra<br>> Btech and Ms by research in Spatial Informatics<br>> International Institute Of Information Technology ,Hyderabad<br>></div></div>
</blockquote></div><br></div>