Changes between Version 5 and Version 6 of GSoC/2021/JupyterAndGRASS/MiniGrant2022
- Timestamp:
- 01/24/22 12:51:13 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoC/2021/JupyterAndGRASS/MiniGrant2022
v5 v6 62 62 }}} 63 63 {{{#!td 64 Ok \\64 Ok 65 65 }}} 66 66 |----------------------- … … 139 139 140 140 1) 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].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]. 142 142 143 143 2) What do I plan to do next week?