wiki:GSoC/2021/JupyterAndGRASS/MiniGrant2022

Version 2 (modified by chaedri, 2 years ago) ( diff )

--

GRASS GIS Mini Project 2022: Space-Time Dataset Visualization and Improved Interactive Maps for grass.jupyter

Title: Space-Time Dataset Visualization and Improved Interactive Maps for grass.jupyter
Student Name: Caitlin Haedrich, North Carolina State University
Mentor Name: Vaclav Petras, Helena Mitasova, Stephan Blumentrath
GitHub Fork: View Repo
Proposal: View Proposal

Abstract

During GSoC 2021, we created “grass.jupyter”, a package that improves the integration of GRASS GIS and Jupyter with a set of functions for displaying GRASS data in Jupyter Notebooks. In its current state, “grass.jupyter” allows users to create static visuals and simple interactive maps. However, several additional features are needed to allow Jupyter users to fully and easily access the power GRASS, including space-time dataset visualization and more options for interactive mapping (such as color or vector attribute access).

Goal

This project had three main objectives:

  1. create a class for visualizing space time datasets allowing users to create interactive time-sliders and non-interactive animations such as GIFs.
  1. improve the integration of grass and folium, the library used for InteractiveMap, so that users can access all of folium’s functionality. Currently, InteractiveMap allows users to add rasters and vectors to folium maps. Users can toggle between layers and export the map in HTML. However, folium allows for much more sophisticated mapping as well: users can control color, vector symbology, create heatmaps (point density maps) and view vector attributes with a click or hover. I propose to create new grass-folium objects that allow users to directly call folium (thus avoiding the problem of needing to wrap the entire folium library and continue to update as folium features change, depreciate and expand).
  1. create a function to display vector attribute data in nicely-formatted Pandas or GeoPandas tables (as opposed to text output which is currently possible with “v.db.select”).

Timeline

Time Period

Milestones

Tasks

Status

January 10th - January 14th
Week 1

January 17th - January 21st
Week 2

January 24th - January 28th
Week 3

January 31st - February 4th
Week 4

February 7th - February 11th
Week 5

February 14th - February 18th
Week 6

February 21st - February 25th
Week 7

February 28th - March 4th
Week 8

Weekly reports

Week 1

Week 2

Week 3

Week 4

Week 5

Week 6

Week 7

Week 8

Final Report

Title: Title

Abstract:

The state of integration BEFORE the start of Mini Grant:

The state of integration AFTER Mini Grant:

Conclusion:

Future Work:

Attachments (2)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.