Changes between Version 12 and Version 13 of GSoC/2021/JupyterAndGRASS


Ignore:
Timestamp:
Jul 19, 2021, 5:59:22 AM (3 years ago)
Author:
chaedri
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2021/JupyterAndGRASS

    v12 v13  
    119119}}}
    120120{{{#!td style="background: #ddd"
    121 - Receive feedback and start second draft
    122 }}}
    123 {{{#!td
    124 
     121- Receive feedback and write evaluation
     122- Switch to temporary files and directories
     123- Continue working on folium functionality
     124}}}
     125{{{#!td
     126Ok\\
     127Ok\\
     128Ok
    125129}}}
    126130|-----------------------
     
    300304
    301305== Week 6 ==
     306Here's a weekly update on my GSoC project, Improved Integration of GRASS GIS and Jupyter Notebooks.
     307
     308'''1) What did I accomplish this week?'''
     309
     310* This week, I had two meetings with my mentor, Vaclav Petras. We've been discussing how to improve my workflow, best practices and conventions for GRASS and Python and questions that come up as I'm working.
     311* Instituted the use of temporary PNG files for displaying static/non-interactive maps [https://github.com/OSGeo/grass/pull/1727 PR] and temporary directories for passing vectors between GRASS and folium [https://github.com/chaedri/grass/blob/InteractiveMaps-add-temp-files/python/grass/jupyter/interact_display.py link (PR coming soon)].
     312* Continued to edit the InteractiveMap class and mapping GRASS vectors in folium [https://github.com/OSGeo/grass/pull/1710 PR]
     313* Created a shortcut for calling GRASS display modules using __getattr__ [https://github.com/OSGeo/grass/pull/1723 PR]
     314* Completed evaluation and received feedback.
     315
     316'''2) What do I plan to do next week?'''
     317* I have another meeting planning with Vaclav tomorrow.
     318* Finish and merge existing PRs
     319* Continue writing test module for Non-Interactive Vectors
     320* Support Raster display in folium map
     321* Clean-up function
     322
     323'''3) Am I blocked on anything?'''
     324* No, I'm not currently blocked on anything.
     325
     326Feedback, comments, questions and ideas welcome!
    302327
    303328== Week 7 ==