| 379 | == Week 8 == |
| 380 | |
| 381 | Happy last week of coding! Here's an update of my GSoC project, "Improved Integration of GRASS GIS and Jupyter Notebooks." |
| 382 | |
| 383 | ''') What did I accomplish this week?''' |
| 384 | * I had a meeting with my mentors, Vaclav Petras and Helena Mitasova. We discussed some of the existing PR's and goals for the rest of the summer. |
| 385 | * Rasters reproject and display much faster now! You can test it out in [https://mybinder.org/v2/gh/chaedri/grass/interactive-rasters?urlpath=lab%2Ftree%2Fdoc%2Fnotebooks%2Fjupyter_integration.ipynb Binder]. As Vaclav pointed out, it was oversampling the raster when it reprojected - adding a method to estimate the resolution in target location fixed this. |
| 386 | * Re-arranged code for InteractiveMap and improved documentation [https://github.com/OSGeo/grass/pull/1769 PR] |
| 387 | * Added save as HTML method for InteractiveMap [https://github.com/OSGeo/grass/pull/1769 PR] |
| 388 | |
| 389 | '''2) What do I plan to do next week?''' |
| 390 | * I have a meeting with my mentors planned for today |
| 391 | * Add simple CRS option for raster display in folium |
| 392 | * Finish test script [https://github.com/OSGeo/grass/pull/1739 PR] |
| 393 | * Improve/finish GRASS-Jupyter Demonstration notebook |
| 394 | |
| 395 | '''3) Am I blocked on anything?''' |
| 396 | No, I'm not currently blocked on anything. |
| 397 | |
| 398 | Feedback, comments, questions and ideas welcome! |
| 399 | |