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


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

--

Legend:

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

    v4 v5  
    4646}}}
    4747{{{#!td
    48 
     48Project Intro Email \\
     49Start TimeSeries class
    4950}}}
    5051{{{#!td
    51 
     52Ok \\
     53Ok
    5254}}}
    5355|-----------------------
     
    5759}}}
    5860{{{#!td
    59  
     61Draft of TimeSlider method
    6062}}}
    6163{{{#!td
    62 
     64Ok \\
    6365}}}
    6466|-----------------------
     
    131133
    132134== Weekly reports ==
    133 == Week 1 ==
    134 
    135135
    136136== Week 2 ==
    137137
     138Here's a quick update of what I worked on last week for my Mini Project on improving grass.jupyter.
     139
     1401) What did I accomplish this week?
     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].
     142
     1432) What do I plan to do next week?
     144* Switch from a dropdown menu to a SelectionSlider for the TimeSlider visualization
     145* Create more robust ways to add background and overlay layers to the TimeSlider
     146* Start the TimeSeries.animate() function for animating space time datasets
     147
     1483) Am I blocked on anything?
     149No, I'm not currently blocked on anything.
     150
     151Feedback, thoughts and comments welcome!
    138152
    139153== Week 3 ==