| 356 | Here's a quick update on what I worked on this past week. I came down with a stomach bug this week and didn't get as much as I hoped done but I did wrap up some things I'd been working on for a while. |
| 357 | |
| 358 | '''1) What did I accomplish this week?''' |
| 359 | * I had a brief meeting with my mentor, Vaclav Petras. We discussed some of the existing PR's I had open and goals for the rest of the summer. |
| 360 | * Got rasters to display with folium (finally)! You can check out the functionality in Binder [https://mybinder.org/v2/gh/chaedri/grass/interactive-rasters?urlpath=lab%2Ftree%2Fdoc%2Fnotebooks%2Fjupyter_integration.ipynb here] and see the PR [https://github.com/OSGeo/grass/pull/1769 here]. It takes a while to reproject the raster (folium only excepts rasters in Pseudo-mercator). As Stefan recommended, I'm hoping to write a "simple CRS" option that won't require reproject and will be faster. But that's for next week... |
| 361 | * Merged shortcuts and temporary files for `GrassRenderer` ([https://github.com/OSGeo/grass/pull/1723 PR] and [https://github.com/OSGeo/grass/pull/1727 PR]). |
| 362 | * Continued working on test script for `GrassRenderer`, the non-interactive display class [https://github.com/OSGeo/grass/pull/1739 PR]. |
| 363 | |
| 364 | '''2) What do I plan to do next week?''' |
| 365 | * I have a meeting with my mentors planned for tomorrow |
| 366 | * Add simple CRS option for raster display in folium |
| 367 | * Edit and finish exiting PRs |
| 368 | * Add option to save/export folium map as HTML |
| 369 | |
| 370 | '''3) Am I blocked on anything?''' |
| 371 | * No, I'm not currently blocked on anything. |
| 372 | |
| 373 | Feedback, comments, questions and ideas welcome! |
| 374 | |