Skip to content
Jake Steinberg edited this page Sep 12, 2017 · 7 revisions

VizHack

Welcome to the vizhack wiki! The description below was copied from https://github.com/geohackweek/ghw2017/tree/master/projects/VizHack, we can update it as the week progresses.

Add more possible tools below, or start a new wiki page with more information about a tool or a data set.

Project participants:

Github repository

https://github.com/geohackweek/vizhack will be used to develop and share code and datasets.

A sample notebook to select a transect and plot data is in notebooks/Interactive_Transects.ipynb.

The problem

Create a set of tools to visualize data that represents depth above topography (e.g. tsunami flow depth, landslide runout depth, glacier depth) that allows plotting both in plan view (e.g. color maps on top of topography contours, imagery, and/or maps) and in a 3D view (with topography and depth quantity plotted using different color maps), along with easy ways to explore the data (e.g. click a point to print the depth there, click two points to define a transect and have another plot pop up with the topography and depth along the contour, etc.). Ideally this would work well both in a Jupyter notebook and also for rendering in javascript on webpages (e.g. for emergency managers or the public to view and explore the data dynamically).

There are many possible extensions to more complicated situations, depending on the interests and needs of the project participants. For example:

  • Time-dependent data, e.g. flooding due to a tsunami, storm surge, dam break, or data from dynamic landslide models. Tools to make animations and interact with them, e.g. stop at one frame, zoom in, extract a transect, etc.

  • Visualizing and interacting with 3-dimensional data sets, e.g. a volcanic ash plume in the atmosphere, subsurface groundwater flow, seismic waves propagating in the earth.

Data

  • Sample data will be provided from tsunami models using obtained with the GeoClaw software, which can also be run to create additional data sets, time-dependent data, etc.

  • Landslide data and glacier data will also be provided.

  • Participants with datasets they would like to visualize with tools of this nature are encouraged to share them and help define the objectives for this project.

Possible tools

Clone this wiki locally