Changes between Version 9 and Version 10 of GSoC/2021/JupyterAndGRASS/MiniGrant2022


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

--

Legend:

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

    v9 v10  
    152152
    153153== Week 3 ==
    154 Here's a quick update on my Mini Project for improving grass.jupyter.
     154Here's a quick update on my Mini Project for improving `grass.jupyter`.
    155155
    156156**1) What did I accomplish this week?**
    157 * Switched from a Dropdown menu to a SelectionSlider for the time_slider visualization. I found a bug in ipywidgets which slowed me down a bit this week. I ended up [opening an issue on GitHub](https://github.com/jupyter-widgets/ipywidgets/issues/3363) and it was quickly addressed (go ipywidgets!).
    158 * Wrote TimeSeries.animate() function for animating space time datasets You can [test it out on Binder](https://mybinder.org/v2/gh/chaedri/grass/Jupyter-Timeseries?urlpath=lab%2Ftree%2Fdoc%2Fnotebooks%2FTemporal.ipynb) and [view the PR](https://github.com/OSGeo/grass/pull/2010).
     157* Switched from a Dropdown menu to a !SelectionSlider for the `time_slider` visualization. I found a bug in ipywidgets which slowed me down a bit this week. I ended up [https://github.com/jupyter-widgets/ipywidgets/issues/3363 opening an issue on GitHub] and it was quickly addressed (go ipywidgets!).
     158* Wrote `TimeSeries.animate()` function for animating space time datasets You can [https://mybinder.org/v2/gh/chaedri/grass/Jupyter-Timeseries?urlpath=lab%2Ftree%2Fdoc%2Fnotebooks%2FTemporal.ipynb test it out on Binder] and [https://github.com/OSGeo/grass/pull/2010 view the PR].
    159159
    160160