| 280 | Here is a weekly update on my project, Improved Integration of GRASS GIS and Jupyter Notebooks. |
| 281 | |
| 282 | '''1) What did I accomplish this week?''' |
| 283 | |
| 284 | * This week, I spent most of my time improving and editing a new class called `InteractiveMap` to display vectors interactively with folium. You can test the current functionality in [https://mybinder.org/v2/gh/chaedri/grass/interactive-vectors?urlpath=lab%2Ftree%2Fdoc%2Fnotebooks%2Fjupyter_integration.ipynb Binder]. |
| 285 | * I had a productive meeting with my mentor, Vaclav Petras on Thursday. We discussed several things that I was a little stuck on and had questions about. |
| 286 | * Updated `grass.jupyter` demonstration [https://mybinder.org/v2/gh/chaedri/grass/interactive-vectors?urlpath=lab%2Ftree%2Fdoc%2Fnotebooks%2Fjupyter_integration.ipynb Notebook]. |
| 287 | * Resolved merge conflicts with master - now, the interactive and non-interactive classes are functional together [https://github.com/OSGeo/grass/pull/1710 PR]. |
| 288 | * Found unexpected behavior in the legend display. Calling folium.map.LayerControl() adds a legend to the map but also seems to prevent further modification of the map. |
| 289 | |
| 290 | '''2) What do I plan to do next week?''' |
| 291 | * Meet with my mentors tomorrow. |
| 292 | * GSoC Evaluations. |
| 293 | * Finish and merge interactive vector methods. |
| 294 | * Begin interactive maps for rasters. |
| 295 | |
| 296 | '''3) Am I blocked on anything?''' |
| 297 | * No, I'm not currently blocked on anything. |
| 298 | |
| 299 | Feedback, comments, questions and ideas welcome! |