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


Ignore:
Timestamp:
Jul 29, 2021, 9:50:40 AM (3 years ago)
Author:
chaedri
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2021/JupyterAndGRASS

    v13 v14  
    134134}}}
    135135{{{#!td
    136 - Revise and improve functions
    137 }}}
    138 {{{#!td
    139 
     136- Improve documentation and error handling
     137- Draft test module for non-interactive rendering
     138- Continue raster functions for folium
     139}}}
     140{{{#!td
     141Ok\\
     142Ok\\
     143Ok
    140144}}}
    141145|-----------------------
     
    328332== Week 7 ==
    329333
     334Here's a quick update on what I worked on this past week.
     335
     336'''1) What did I accomplish this week?'''
     337* This week, I had another two meetings with my mentor, Vaclav Petras. We've been discussing best practices and conventions for GRASS and Python and questions that come up as I'm working.
     338* Merged 'add_vector' method for InteractiveMaps in folium [2].
     339* Improved error handling and documentation on the shortcut for calling GRASS display modules for "GrassRenderer" [3].
     340* Wrote a test module for the "GrassRenderer" class - a class which displays GRASS maps in Jupyter Notebooks as PNG images. I haven't opened a PR since there are a couple things I need to add after some other PRs are merged.
     341* Continued to work on overlaying rasters in folium - this is taking me a while because the raster and raster bounds have to be reprojected since folium only takes WGS84 and Pseudo-Mercator projections.
     342
     343'''2) What do I plan to do next week?'''
     344* I have another meeting planning with Vaclav on Monday.
     345* Finish and merge existing PRs
     346* Continue writing test module for GrassRenderer
     347
     348'''3) Am I blocked on anything?'''
     349* No, I'm not currently blocked on anything.
     350
     351Feedback, comments, questions and ideas welcome!
     352
    330353== Week 8 ==
    331354