Changes between Version 1 and Version 2 of GSoC/2021


Ignore:
Timestamp:
Feb 2, 2021, 6:55:03 PM (3 years ago)
Author:
wenzeslaus
Comment:

Update and cleanup fdor 2021

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2021

    v1 v2  
    1515</a>
    1616<font size="+3"> @ </font>
    17 <a href="https://wiki.osgeo.org/wiki/Google_Summer_of_Code_2020" rel="nofollow">
     17<a href="https://wiki.osgeo.org/wiki/Google_Summer_of_Code_2021" rel="nofollow">
    1818<img alt="OSGeo logo" src="/grass/raw-attachment/wiki/GSoC/2018/osgeo_logo.png" width="300" height="97" /></a>
    1919</p>
     
    2121
    2222
    23 = GRASS Google Summer of Code 2020 =
     23= GRASS Google Summer of Code 2021 =
    2424
    2525[[TOC]]
     
    2828== About ==
    2929
    30  * [https://wiki.osgeo.org/wiki/Google_Summer_of_Code_2020 The OSGeo GSoC 2020 main page]
     30 * [https://wiki.osgeo.org/wiki/Google_Summer_of_Code_2021 The OSGeo GSoC 2021 main page]
    3131 * [https://summerofcode.withgoogle.com/ Official GSoC page at Google]
    3232
    3333== Ideas ==
    3434
    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.''
    3636
    3737If 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].
     
    4343[wiki:/GSoC/2017 2017],
    4444[wiki:/GSoC/2018 2018],
    45 [wiki:/GSoC/2018 2019])
     45[wiki:/GSoC/2019 2019],
     46[wiki:/GSoC/2020 2020])
    4647which have not yet been implemented.
    4748You can also look at accepted GRASS GSoC [wiki:GSoC projects from previous years] for an idea of scope.''
     
    4950''Include "GRASS GIS" in the title of our idea to easily distinguish ideas and projects inside OSGeo.''
    5051
    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/2020/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`).''
    5253
    5354
     
    7677* Expected Outcomes:  IPython/Jupyter Notebooks related to grass; some new functions in grass library to show data/tables on IPython/Jupyter Notebooks
    7778* 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 design
    84 * Mentor: Anna Petrasova
    85 * Co-mentors: Vaclav Petras, Martin Landa
    86 * Proposed by: Vaclav Petras
    87 * Expected Outcomes: Streamlined and understandable startup using GUI
    88 * Test of skills: Implement any (smaller) part of [wiki:wxGUIDevelopment/New_Startup#PragueRoadmap Prague Roadmap] and submit as a PR on !GitHub
    89 * 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.
    9079
    9180=== Improved color management in GRASS GIS ===