Changes between Version 17 and Version 18 of GSoC/2021/JupyterAndGRASS


Ignore:
Timestamp:
Aug 17, 2021, 6:48:47 PM (3 years ago)
Author:
chaedri
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2021/JupyterAndGRASS

    v17 v18  
    177177}}}
    178178{{{#!td
    179 - Write project summary
    180 }}}
    181 {{{#!td
    182 
     179- Finish InteractiveMap
     180- Example Notebooks
     181}}}
     182{{{#!td
     183Ok \\
     184Ok
    183185}}}
    184186|-----------------------
     
    189191{{{#!td style="background: #ddd"
    190192- Submit code and final evaluation.
     193- Example Notebooks
     194- Final docstring improvements
    191195}}}
    192196{{{#!td
     
    381385Happy last week of coding! Here's an update of my GSoC project, "Improved Integration of GRASS GIS and Jupyter Notebooks."
    382386
    383 ''') What did I accomplish this week?'''
     387'''1) What did I accomplish this week?'''
    384388* 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.
    385389* 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.
     
    400404
    401405== Week 10 ==
     406
    402407Last week of coding! Here's an update on how the project is progressing
    403408
    404 ''') What did I accomplish this week?'''
     409'''1) What did I accomplish this week?'''
    405410* 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.
    406411* Merged raster support in folium to main! It was a pretty substantial PR in the end [https://github.com/OSGeo/grass/pull/1769 PR]