Changes between Version 5 and Version 6 of GSoC/2021/JupyterAndGRASS/MiniGrant2022


Ignore:
Timestamp:
Jan 24, 2022, 12:51:13 PM (2 years ago)
Author:
chaedri
Comment:

--

Legend:

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

    v5 v6  
    6262}}}
    6363{{{#!td
    64 Ok \\
     64Ok
    6565}}}
    6666|-----------------------
     
    139139
    1401401) What did I accomplish this week?
    141 I started on visualization functions for space time datasets (strds and stvds). I created a `grass.jupyter` class called `TimeSeries` that will eventually have two methods: `TimeSlider()` for creating an interactive time slider where users can scroll through the rendered maps and `animate()` for creating animations of the space time datasets. I have a draft version of the `TimeSlider` working - currently, users have to switch through the maps with a drop down menu instead of a slider (or scroll with arrow keys) . You can test it out on Binder [https://mybinder.org/v2/gh/chaedri/grass/Jupyter-Timeseries?urlpath=lab%2Ftree%2Fdoc%2Fnotebooks%2FTemporal.ipynb  here] and view the PR [https://github.com/OSGeo/grass/pull/2010 on GitHub].
     141I started on visualization functions for space time datasets (strds and stvds). I created a `grass.jupyter` class called `TimeSeries` that will eventually have two methods: `TimeSlider` for creating an interactive time slider where users can scroll through the rendered maps and `animate` for creating animations of the space time datasets. I have a draft version of the `TimeSlider` working - currently, users have to switch through the maps with a drop down menu instead of a slider (or scroll with arrow keys) . You can test it out on Binder [https://mybinder.org/v2/gh/chaedri/grass/Jupyter-Timeseries?urlpath=lab%2Ftree%2Fdoc%2Fnotebooks%2FTemporal.ipynb  here] and view the PR [https://github.com/OSGeo/grass/pull/2010 on GitHub].
    142142
    1431432) What do I plan to do next week?