Skip to content

Latest commit

 

History

History
68 lines (50 loc) · 2.09 KB

File metadata and controls

68 lines (50 loc) · 2.09 KB

CSEM Data Collection Visualization and Navigation Analysis

A web application for visualizing and analyzing Controlled Source Electromagnetic (CSEM) data collection. Interactive time series visualizations and spatial representations of position data will be helpful for understanding the data, data processing, and navigation.

See demo here

image

image (Figure credit: Key and Constable, 2021)

Usage

  1. The application will load ship and receiver data automatically on startup (data is loaded from csv files in public/data; example data is provided in public/data/ship_data_demo.csv and public/data/Rx_forearc.csv)
  2. Use the datetime slider to select specific time ranges for analysis
  3. View different visualizations in each panel:
    • Time series
      • Depth (transmitter, ATET, and Vulcan)
      • Transmitter Altitude
      • Antenna Altitude
      • Ship Heading
      • ATET compass
      • Vulcan compass
      • Velocity
      • Range time
    • Map view position
      • Ship
      • Receiver
      • Starboard and Port Transponders (Barracudas)
      • Transmitter
      • Antenna
    • Profile (X:Distance to the Trench)
      • Depth (transmitter, ATET, and Vulcan)
      • Velocity
      • Receiver
      • Most time series data can also be visualized in the profile view

For more information about the navigation, please refer to the paper Inverted long‑baseline acoustic navigation of deep‑towed CSEM transmitters and receivers (Key and Constable, 2021).

Try it out

Prerequisites

  • Node.js (v14 or higher recommended)
  • bun

Installation

  1. Clone the repository

    git clone https://github.com/ycli0536/csemNVA.git
    cd csemNVA
  2. Install dependencies

    bun install
  3. Start the development server

    bun run dev
  4. Open your browser and navigate to http://localhost:5173 (or the port shown in your terminal)