Skip to content

orphanlab/DeepSee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

DeepSee

license arxiv badge DOI:10.1145/3613904.3642001

Visualize 3D interpolations of deep ocean biogeochemical sediment samples overlaid on 2D seafloor maps!

🌊πŸ›₯οΈπŸ¦‘πŸ¦€πŸš

The DeepSee System

What is DeepSee?

Deep ocean researchers can now access 2D topographic maps and color photomosaics of the seafloor, allowing for the relation of point-source seafloor sample collections (e.g. sediment cores, rock, animal, and water samples) with their appropriate environmental context at centimeter to kilometer spatial scales. However, while 2D maps of spatial locations of samples are valuable, the field currently lacks visualization tools which extend into the 3rd dimension, i.e. within the subseafloor.

DeepSee is an interactive workspace for scientists to upload sediment core data and map images and see their sampling history displayed across multiple connected views simultaneously. Interactive maps of the seafloor between centimeter and kilometer resolution are labeled with information about previous dives as well as collected samples. Alongside these maps, DeepSee displays 2D visualizations that show parameter gradients as a function of depth and interactive 3D visualizations of data interpolations in the space between samples. The data interpolations can be run in real time, allowing scientists to "see" below the seafloor and determine the most likely places to collect high-value samples. To support decision making, DeepSee provides annotation tools on the maps for taking notes, useful for communicating findings and planning future dives. Finally, DeepSee is portable and requires no internet access, empowering scientists to use DeepSee on field expeditions in remote environments.

This code accompanies the research paper:

DeepSee: Multidimensional Visualizations of Seabed Ecosystems
Adam Coscia, Haley M. Sapers, Noah Deutsch, Malika Khurana, John S. Magyar, Sergio A. Parra, Daniel R. Utter, Rebecca L. Wipfler, David W. Caress, Eric J. Martin, Jennifer B. Paduan, Maggie Hendrie, Santiago Lombeyda, Hillary Mushkin, Alex Endert, Scott Davidoff, Victoria J. Orphan
ACM Conference on Human Factors in Computing Systems (CHI), 2024
| πŸ“– Paper | ▢️ Live Demo | 🎞️ Demo Video | πŸ§‘β€πŸ’» Code |

Features

πŸ—ΊοΈ Explore maps of the ocean floor overlaid with sampled cores from previous dives:
πŸ“Š Compare geochemical, physical, and biological attributes across horizons between cores:
🌐 Analyze interpolated core attributes in 3D between cores:

Demo Video

🎞️ Watch the demo video for a full tutorial here: https://youtu.be/HJ4zbueJ9cs

Live Demo

πŸš€ For a live demo, visit: https://www.its.caltech.edu/~datavis/deepsee/

Getting Started

βœ… You can try DeepSee locally on your own computer by downloading it as pre-built software!

Windows

  • Download DeepSee for Windows here: https://sourceforge.net/projects/deepsee/files/v0.1.0/deepsee.win.zip/download

  • Run DeepSee:

    1. Unzip the files to a new folder (e.g., named DeepSee)
    2. Inside the folder should be DeepSee.exe. Double-click that to run the visualizations interface
    3. Inside the folder should also be interpolations.exe. Double-click that to start the interpolations server
  • If you want to modify the data that DeepSee uses:

    1. Inside the folder navigate to resources\assets\
    2. Read the documentation for each of the sub-directories
    3. After you make changes to the data, simply reload the tool (e.g., in the open tool window, press CTRL+SHIFT+R)

MacOS / Linux

  • Download DeepSee for MacOS/Linux here: https://sourceforge.net/projects/deepsee/files/v0.1.0/deepsee.mac.zip/download

  • Run DeepSee:

    1. Unzip the files to a new folder (e.g., named DeepSee)
    2. Inside the folder should be DeepSee.app. Double-click that to run the visualizations interface
    3. Inside the folder should also be interpolations. Double-click that to start the interpolations server
  • If you want to modify the data that DeepSee uses:

    1. Right-click on DeepSee.app and select Show Package Contents
    2. Navigate to Contents/Resources/assets/
    3. Read the documentation for each of the sub-directories
    4. After you make changes to the data, simply reload the tool (e.g., in the open tool window, press COMMAND+SHIFT+R)

Development

🌱 If you want to customize DeepSee for your own project, start here!

git clone git@github.com:orphanlab/DeepSee.git

# use --depth if you don't want to download the whole commit history
git clone --depth 1 git@github.com:orphanlab/DeepSee.git

Interface

Navigate to the interface folder:

cd interface

Install dependencies:

npm install

Then run DeepSee:

npm run serve

Navigate to localhost:8080. You should see DeepSee running in your browser :)

Server

  • A backend Python 3.9 Flask web app to process interpolations in the background
  • Additional details can be found in deepsee/server/README.md

Navigate to the server folder:

cd server

Install dependencies:

  • If you are running Windows:
# Start a virtual environment
py -3.9 -m venv venv

# Activate the virtual environment
.\venv\Scripts\activate

# Install dependencies
python -m pip install -r requirements-win.txt
  • If you are running MacOS / Linux:
# Start a virtual environment
python3.9 -m venv venv

# Activate the virtual environment
source venv/bin/activate

# Install dependencies
python -m pip install -r requirements-mac.txt

Then run the server:

python app.py

Credits

DeepSee is a result of a collaboration between visualization experts in human-centered computing, interaction design, scientific data visualization and art, as well as scientists and researchers with expertise in environmental microbiology, geochemistry and geology from Interlocking GT Georgia Tech, Caltech seal Caltech, Artcenter dot ArtCenter, MBARI logo Monterey Bay Aquarium Research Institute (MBARI), and NASA logo NASA Jet Propulsion Laboratory (JPL).

DeepSee is created by Adam Coscia, Haley M. Sapers, Noah Deutsch, Malika Khurana, John S. Magyar, Sergio A. Parra, Daniel R. Utter, Rebecca L. Wipfler, David W. Caress, Eric J. Martin, Jennifer B. Paduan, Maggie Hendrie, Santiago Lombeyda, Hillary Mushkin, Alex Endert, Scott Davidoff, and Victoria J. Orphan.

Data

  • AUV data archived from the Marine Geoscience Data System (MDGS) in the data compilation entitled PescaderoBasin_MBARI
  • GeoTIFF of combined 2015 and 2018 surveys can be found at doi 10.26022/IEDA/330830
  • The included map data were processed and kindly provided by the Seafloor Mapping Lab at MBARI
  • Geochemistry and microbial community composition data were selected from the data published in Speth et al. 2022

Citation

To learn more about DeepSee, please read our research paper (published at CHI '24).

@inproceedings{Coscia:2024:DeepSee,
  author = {Coscia, Adam and Sapers, Haley M. and Deutsch, Noah and Khurana, Malika and Magyar, John S. and Parra, Sergio A. and Utter, Daniel R. and Wipfler, Rebecca L. and Caress, David W. and Martin, Eric J. and Paduan, Jennifer B. and Hendrie, Maggie and Lombeyda, Santiago and Mushkin, Hillary and Endert, Alex and Davidoff, Scott and Orphan, Victoria J.},
  title = {DeepSee: Multidimensional Visualizations of Seabed Ecosystems},
  year = {2024},
  isbn = {979-8-4007-0330-0/24/05},
  publisher = {Association for Computing Machinery},
  address = {New York, NY, USA},
  url = {https://doi.org/10.1145/3613904.3642001},
  doi = {10.1145/3613904.3642001},
  booktitle = {Proceedings of the 2024 CHI Conference on Human Factors in Computing Systems},
  location = {Honolulu, HI, USA},
  series = {CHI '24}
}

Copyright

Copyright (c) 2022-23 California Institute of Technology (β€œCaltech”). U.S. Government sponsorship acknowledged.

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  • Neither the name of Caltech nor its operating division, the Jet Propulsion Laboratory, nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License

The software is available under the Apache-2.0 License.

Open Source License Approved by Caltech/JPL

APACHE LICENSE, VERSION 2.0

Contact

If you have any questions, feel free to open an issue or contact Adam Coscia.