| 262 | With week 4 wrapping up, here is a brief update of what I've been working on. Per usual, you can try proposed changes out in the Binder link in the description of each PR. |
| 263 | |
| 264 | '''1) What did I accomplish during Week 1?''' |
| 265 | * I had a productive meeting with my mentors: Vaclav Petras, Helena Mitasova and Stefan Blumentrath. We discussed how environments work and the purpose of copying the environment each time an instance of GrassRenderer is called. |
| 266 | * I finished and merged a class called GrassRenderer for non-interactive map displays [https://github.com/OSGeo/grass/pull/1668 PR]. |
| 267 | * I continued to work on interactive mapping with folium. In particular, I changed how data is passed to folium so that it is first reprojected to WGS84 (required by folium/leaflet) in a new location/mapset [https://github.com/OSGeo/grass/pull/1710 PR]. |
| 268 | |
| 269 | '''2) What do I plan on doing next week?''' |
| 270 | * Continue to work on interactive functions with folium. |
| 271 | |
| 272 | '''3) Am I blocked on anything?''' |
| 273 | * No, I'm not blocked on anything at the moment. |
| 274 | |
| 275 | Any suggestions and feedback welcome! |
| 276 | |