Changes between Version 1 and Version 2 of GSoC/2021
- Timestamp:
- 02/02/21 18:55:03 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoC/2021
v1 v2 15 15 </a> 16 16 <font size="+3"> @ </font> 17 <a href="https://wiki.osgeo.org/wiki/Google_Summer_of_Code_202 0" rel="nofollow">17 <a href="https://wiki.osgeo.org/wiki/Google_Summer_of_Code_2021" rel="nofollow"> 18 18 <img alt="OSGeo logo" src="/grass/raw-attachment/wiki/GSoC/2018/osgeo_logo.png" width="300" height="97" /></a> 19 19 </p> … … 21 21 22 22 23 = GRASS Google Summer of Code 202 0=23 = GRASS Google Summer of Code 2021 = 24 24 25 25 [[TOC]] … … 28 28 == About == 29 29 30 * [https://wiki.osgeo.org/wiki/Google_Summer_of_Code_202 0 The OSGeo GSoC 2020main page]30 * [https://wiki.osgeo.org/wiki/Google_Summer_of_Code_2021 The OSGeo GSoC 2021 main page] 31 31 * [https://summerofcode.withgoogle.com/ Official GSoC page at Google] 32 32 33 33 == Ideas == 34 34 35 ''Post your ideas here or to the [https://lists.osgeo.org/listinfo/grass-dev grass-dev mailing list] if you want to discuss them more. To edit this wiki, you need to [https://trac.osgeo.org/grass/login login] with an [https://www.osgeo.org/community/getting-started-osgeo/osgeo_userid/ OSGeo Userid]; read also some [wiki:TracLinks help] for using trac.''35 ''Post your ideas here or to the [https://lists.osgeo.org/listinfo/grass-dev grass-dev mailing list] if you want to discuss them more. To edit this wiki, you need to [https://trac.osgeo.org/grass/login login] with an [https://www.osgeo.org/community/getting-started-osgeo/osgeo_userid/ OSGeo Userid]; read also some [wiki:TracLinks help] for using Trac.'' 36 36 37 37 If you are a student you can suggest a new idea or pick up an existing one in any case write about it to [https://lists.osgeo.org/listinfo/grass-dev grass-dev mailing list]. … … 43 43 [wiki:/GSoC/2017 2017], 44 44 [wiki:/GSoC/2018 2018], 45 [wiki:/GSoC/2018 2019]) 45 [wiki:/GSoC/2019 2019], 46 [wiki:/GSoC/2020 2020]) 46 47 which have not yet been implemented. 47 48 You can also look at accepted GRASS GSoC [wiki:GSoC projects from previous years] for an idea of scope.'' … … 49 50 ''Include "GRASS GIS" in the title of our idea to easily distinguish ideas and projects inside OSGeo.'' 50 51 51 ''Some bigger ideas may have their own pages, so you can link them here. The pages can be either independent if the page already exists (e.g. `wxGUIDevelopment/SingleWindow`), or more preferably subpages of this page if the idea is (re-)developed for this GSoC. In the later case, use the word "idea" in the page name to distinguish the idea page (e.g. `GSoC/202 0/CoolGRASSProjectIdea`) from the possible student project page (e.g. `GSoC/2020/CoolGRASSProject`).''52 ''Some bigger ideas may have their own pages, so you can link them here. The pages can be either independent if the page already exists (e.g. `wxGUIDevelopment/SingleWindow`), or more preferably subpages of this page if the idea is (re-)developed for this GSoC. In the later case, use the word "idea" in the page name to distinguish the idea page (e.g. `GSoC/2021/CoolGRASSProjectIdea`) from the possible student project page (e.g. `GSoC/2021/CoolGRASSProject`).'' 52 53 53 54 … … 76 77 * Expected Outcomes: IPython/Jupyter Notebooks related to grass; some new functions in grass library to show data/tables on IPython/Jupyter Notebooks 77 78 * Test of skills: Write a testsuite for a GRASS GIS command, more info [https://grass.osgeo.org/grass72/manuals/libpython/gunittest_testing.html here] 78 79 === New Startup Window for GRASS GIS ===80 81 A new startup window (the first window you get when you start GRASS GIS) needs to be improved. There is already a detailed discussion at the [wiki:wxGUIDevelopment/New_Startup New Startup Trac Wiki page] with a well-defined roadmap in the [wiki:wxGUIDevelopment/New_Startup#PragueRoadmap Prague Roadmap] section.82 83 * Requirements: Python, wxPython, GUI design84 * Mentor: Anna Petrasova85 * Co-mentors: Vaclav Petras, Martin Landa86 * Proposed by: Vaclav Petras87 * Expected Outcomes: Streamlined and understandable startup using GUI88 * Test of skills: Implement any (smaller) part of [wiki:wxGUIDevelopment/New_Startup#PragueRoadmap Prague Roadmap] and submit as a PR on !GitHub89 * Other: Since there is already a detailed roadmap, the proposals are expected to provide additional information on top of that including precise timing, discussion of dependencies between individual steps, differences from the current state, and evaluation of the current source code.90 79 91 80 === Improved color management in GRASS GIS ===