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
(Figure credit: Key and Constable, 2021)
- The application will load ship and receiver data automatically on startup (data is loaded from csv files in
public/data
; example data is provided inpublic/data/ship_data_demo.csv
andpublic/data/Rx_forearc.csv
) - Use the datetime slider to select specific time ranges for analysis
- 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
- Time series
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).
- Node.js (v14 or higher recommended)
- bun
-
Clone the repository
git clone https://github.com/ycli0536/csemNVA.git cd csemNVA
-
Install dependencies
bun install
-
Start the development server
bun run dev
-
Open your browser and navigate to
http://localhost:5173
(or the port shown in your terminal)