Changes between Version 1 and Version 2 of GSoC/2020


Ignore:
Timestamp:
Feb 2, 2020, 1:22:07 PM (4 years ago)
Author:
annakrat
Comment:

add jupyter

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2020

    v1 v2  
    6262* Other:
    6363
    64 === Integration of PDAL into GRASS GIS ===
    65 
    66 * Fully replace LibLAS.
    67 * Expose the rich PDAL functionality.
    68 * Use PDAL [https://github.com/PDAL/CAPI C API].
    69 * Share code with modules such as v.in.lidar (libLAS-based) and r.in.xyz for easy future maintenance.
    70 * Optional (depending on time) or as a separate topic: v.external and `@PDAL` pseudo-mapset for point clouds
    71 * Requirements: C, C++
     64=== Seamless integration of GRASS GIS and Jupyter Notebooks ===
     65
     66* Start of GRASS GIS inside a script or a notebook is currently too cumbersome.
     67* Maps do not allow panning and other interactions.
     68* There are examples how to use Jupyter Notebooks with GRASS GIS, but they need to be improved.
     69* Requirements: Basic knowledge of GRASS GIS scripting and IPython/Jupyter Notebooks, Python, !JavaScript
    7270* Mentor: Vaclav Petras
    73 * Co-mentors: Doug Newcomb (non-coding part), Martin Landa
    74 * Rating: medium
    75 * Expected Outcomes: r.in.lidar, v.in.lidar functionality
    76 * Test of skills: take already existing v.in.pdal, and use PDAL C API (only demonstrating minimum functionality - grab points)
     71* Co-mentor:
     72* Rating: easy
     73* Expected Outcomes:  IPython/Jupyter Notebooks related to grass; some new functions in grass library to show data/tables on IPython/Jupyter Notebooks
     74* Test of skills: Write a testsuite for a GRASS GIS command, more info [https://grass.osgeo.org/grass72/manuals/libpython/gunittest_testing.html here]
    7775
    7876=== Improved color management ===