Changes between Version 12 and Version 13 of GSoC/2021/JupyterAndGRASS/MiniGrant2022
- Timestamp:
- 02/14/22 14:37:55 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoC/2021/JupyterAndGRASS/MiniGrant2022
v12 v13 78 78 {{{#!td 79 79 January 31st - February 4th \\ 80 ''Break'' 81 }}} 82 {{{#!td 83 -- 84 }}} 85 {{{#!td 86 -- 87 }}} 88 |----------------------- 89 {{{#!td 90 February 7th - February 11th \\ 80 91 ''Week 4'' 81 92 }}} 82 93 {{{#!td 83 84 }}} 85 {{{#!td 86 87 }}} 88 |----------------------- 89 {{{#!td 90 February 7th - February 11th \\ 94 Docstrings and comments for time_slider and animate \\ 95 Solution for varying timesteps in !TimeSeries \\ 96 Started GRASS-folium 97 }}} 98 {{{#!td 99 Ok \\ 100 Ok \\ 101 Ok 102 }}} 103 |----------------------- 104 {{{#!td 105 February 14th - February 18th \\ 91 106 ''Week 5'' 92 107 }}} … … 99 114 |----------------------- 100 115 {{{#!td 101 February 14th - February 18th \\116 February 21st - February 25th \\ 102 117 ''Week 6'' 103 118 }}} … … 109 124 }}} 110 125 |----------------------- 111 {{{#!td 112 February 2 1st - February 25th\\126 {{{#!td 127 February 28th - March 4th\\ 113 128 ''Week 7'' 114 129 }}} 115 {{{#!td 116 117 }}} 118 {{{#!td 119 120 }}} 121 |----------------------- 122 {{{#!td 123 February 28th - March 4th\\130 {{{#!td 131 132 }}} 133 {{{#!td 134 135 }}} 136 |----------------------- 137 {{{#!td 138 March 7th - March 11th\\ 124 139 ''Week 8'' 125 140 }}} … … 171 186 172 187 == Week 4 == 173 188 Here's an update on what I've been working on over the last two weeks for my Mini Project on improving `grass.jupyter`. 189 190 **1) What did I accomplish over the past week?** 191 * Took a week off to catch up on other work 192 * Made minor edits, cleaned-up and wrote docstrings for !TimeSeries visualizations ([https://github.com/OSGeo/grass/pull/2010 view the PR]) 193 * Addressed visualizations issues with datasets that have varying time steps ([https://github.com/OSGeo/grass/pull/2010 view the PR]) 194 * Started improving GRASS-folium integration for interactive mapping by restructuring interact_display.py and adding classes that can be passed to folium ([https://github.com/OSGeo/grass/pull/2208 view the PR]) 195 196 You can test it out the !TimeSeries visualizations (animate and time_slider) [https://mybinder.org/v2/gh/chaedri/grass/Jupyter-Timeseries?urlpath=lab%2Ftree%2Fdoc%2Fnotebooks%2FTemporal.ipynb in Binder] 197 198 199 **2) What do I plan to do next week?** 200 * Work on cleaning up temporary files created by grass.jupyter 201 * Region handling for !InteractiveMap (as you can see in the [https://mybinder.org/v2/gh/chaedri/grass/GRASS-folium?urlpath=lab%2Ftree%2Fdoc%2Fnotebooks%2Fgrass_jupyter.ipynb Binder], the map is no longer automatically zoomed to the computation region) 202 * Docstrings, comments, cleanup interact_display.py 203 * Update grass_jupyter Notebook to include GRASS-folium example 204 * Begin functions for viewing vector attributes in Pandas 205 206 **3) Am I blocked on anything?** 207 * No, I'm not currently blocked on anything. 208 209 Feedback, thoughts and comments welcome! 174 210 175 211 == Week 5 ==