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


Ignore:
Timestamp:
Feb 22, 2022, 3:36:47 PM (2 years ago)
Author:
chaedri
Comment:

--

Legend:

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

    v13 v14  
    107107}}}
    108108{{{#!td
    109 
    110 }}}
    111 {{{#!td
    112 
     109Fixed region handling for !InteractiveMap \\
     110Clean-up of interact_display.py \\
     111Update `grass_jupyter` Notebook with GRASS-folium
     112}}}
     113{{{#!td
     114Ok \\
     115Ok \\
     116Ok
    113117}}}
    114118|-----------------------
     
    194198* 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])
    195199
    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]
     200You 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]
    197201
    198202
     
    210214
    211215== Week 5 ==
    212 
     216Here's my weekly update on my Mini Project on improving `grass.jupyter`.
     217
     218**1) What did I accomplish over the past two weeks?**
     219* Fixed region handling for !InteractiveMap (now, it automatically zooms to the computation region or layer added!) and added tiles keyword argument so you can use a tile of your choice in the background by passing one of folium's defaults or a URL address (cool!) ([https://github.com/OSGeo/grass/pull/2208 view the PR])
     220* Docstrings, comments, Pylint cleanup, and tempfile clean-up of interact_display.py ([https://github.com/OSGeo/grass/pull/2208 view the PR])
     221* Update `grass_jupyter` Notebook to include GRASS-folium example ([https://github.com/OSGeo/grass/pull/2208 view the PR])
     222
     223You can test the restructured !InteractiveMap and GRASS-folium integration in Binder at [https://mybinder.org/v2/gh/chaedri/grass/GRASS-folium?urlpath=lab%2Ftree%2Fdoc%2Fnotebooks%2Fgrass_jupyter.ipynb in Binder].
     224
     225
     226**2) What do I plan to do next week?**
     227* Merge existing PRs
     228* Begin functions for viewing vector attributes in Pandas
     229
     230**3) Am I blocked on anything?**
     231* No, I'm not currently blocked on anything.
     232
     233Feedback, thoughts and comments welcome!
    213234
    214235== Week 6 ==