Local Machine#
Welcome to this beginner-friendly notebook that guides you through the process of using echodataflow to process EK60 data from the SH1707 survey. echodataflow is a powerful tool for ocean acoustics data processing. In this notebook, we’ll walk through the following steps:
Setting Up: Importing necessary libraries and setting up the configuration paths for the dataset and pipeline.
Getting Data: Using
glob_urlto retrieve a list of URLs matching the specified pattern of raw EK60 data files.Preparing Files: Extracting file names from URLs and creating a file listing for the transect.
Processing with echodataflow: Starting the echodataflow processing using the specified configurations.
Results: Displaying the first entry from the processed data.
Let’s get started!