| 334 | Here'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 | |
| 351 | Feedback, comments, questions and ideas welcome! |
| 352 | |