RuiRojo / SimradEK80.jl

Read Simrad EK80 echo sounder RAW files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimradEK80.jl

Build Status

Coverage Status

codecov.io

Introduction

Based on SimradRaw.jl, this project reads and intepretes Simrad EK80 RAW files. WARNING it's little more than a prototype at the moment, and not nearly as mature as the EK60 sister project. The Sv calculations are WRONG!

Example

using SimradEK80

filename = "EK80_SimradEcho_WC381_Sequential-D20150513-T090935.raw"
ps = SimradEK80.load(filename)
ps[1]

About

Read Simrad EK80 echo sounder RAW files


Languages

Language:Julia 100.0%