Changes between Version 17 and Version 18 of GSoC/2021/JupyterAndGRASS
- Timestamp:
- 08/17/21 18:48:47 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoC/2021/JupyterAndGRASS
v17 v18 177 177 }}} 178 178 {{{#!td 179 - Write project summary 180 }}} 181 {{{#!td 182 179 - Finish InteractiveMap 180 - Example Notebooks 181 }}} 182 {{{#!td 183 Ok \\ 184 Ok 183 185 }}} 184 186 |----------------------- … … 189 191 {{{#!td style="background: #ddd" 190 192 - Submit code and final evaluation. 193 - Example Notebooks 194 - Final docstring improvements 191 195 }}} 192 196 {{{#!td … … 381 385 Happy last week of coding! Here's an update of my GSoC project, "Improved Integration of GRASS GIS and Jupyter Notebooks." 382 386 383 ''' ) What did I accomplish this week?'''387 '''1) What did I accomplish this week?''' 384 388 * 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 389 * 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. … … 400 404 401 405 == Week 10 == 406 402 407 Last week of coding! Here's an update on how the project is progressing 403 408 404 ''' ) What did I accomplish this week?'''409 '''1) What did I accomplish this week?''' 405 410 * I had a meeting with my mentors, Vaclav Petras and Stephan Blumentrath. We discussed goals for the rest of the summer and decided to leave the simple CRS for future work. 406 411 * Merged raster support in folium to main! It was a pretty substantial PR in the end [https://github.com/OSGeo/grass/pull/1769 PR]