Changes between Version 23 and Version 24 of GSoC/2021
- Timestamp:
- 03/10/21 08:45:57 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoC/2021
v23 v24 83 83 84 84 * Start of GRASS GIS inside a script or a notebook is currently too cumbersome. 85 * Rendering of maps requires what seems to be hacks from user perspective. 85 86 * Maps do not allow panning and other interactions. 86 87 * There are [https://grasswiki.osgeo.org/wiki/GRASS_GIS_Jupyter_notebooks examples] how to use Jupyter Notebooks with GRASS GIS, but they need to be improved. … … 90 91 * Rating: easy 91 92 * Expected Outcomes: IPython/Jupyter Notebooks related to grass; some new functions in grass library to show data/tables on IPython/Jupyter Notebooks 92 * Test of skills: Write a testsuite for a GRASS GIS command, more info [https://grass.osgeo.org/grass-devel/manuals/libpython/gunittest_testing.html here] 93 * Test of skills: 94 - Write a testsuite for a GRASS GIS command, more info [https://grass.osgeo.org/grass-devel/manuals/libpython/gunittest_testing.html here]. 95 - Finish [https://github.com/wenzeslaus/grass-zonal-of-solar zonal-of-solar notebook] or create a similar one for inclusion to [https://grass.osgeo.org/learn/tryonline/ Try GRASS GIS online]. 93 96 94 97 === Integrate testing framework with !GitHub Actions ===