Changes between Version 12 and Version 13 of GSoC/2021/JupyterAndGRASS/MiniGrant2022


Ignore:
Timestamp:
Feb 14, 2022, 2:37:55 PM (2 years ago)
Author:
chaedri
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2021/JupyterAndGRASS/MiniGrant2022

    v12 v13  
    7878{{{#!td
    7979January 31st - February 4th \\
     80''Break''
     81}}}
     82{{{#!td
     83--
     84}}}
     85{{{#!td
     86--
     87}}}
     88|-----------------------
     89{{{#!td
     90February 7th - February 11th \\
    8091''Week 4''
    8192}}}
    8293{{{#!td
    83 
    84 }}}
    85 {{{#!td
    86 
    87 }}}
    88 |-----------------------
    89 {{{#!td
    90 February 7th - February 11th \\
     94Docstrings and comments for time_slider and animate \\
     95Solution for varying timesteps in !TimeSeries \\
     96Started GRASS-folium
     97}}}
     98{{{#!td
     99Ok \\
     100Ok \\
     101Ok
     102}}}
     103|-----------------------
     104{{{#!td
     105February 14th - February 18th \\
    91106''Week 5''
    92107}}}
     
    99114|-----------------------
    100115{{{#!td
    101 February 14th - February 18th \\
     116February 21st - February 25th \\
    102117''Week 6''
    103118}}}
     
    109124}}}
    110125|-----------------------
    111 {{{#!td 
    112 February 21st - February 25th \\
     126{{{#!td
     127February 28th - March 4th\\
    113128''Week 7''
    114129}}}
    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
     138March 7th - March 11th\\
    124139''Week 8''
    125140}}}
     
    171186
    172187== Week 4 ==
    173 
     188Here'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
     196You 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
     209Feedback, thoughts and comments welcome!
    174210
    175211== Week 5 ==