echopype
echopype copied to clipboard
Add Simrad `.idx` and `.bot` content via `open_raw`
So far in converting Simrad data we only parse the .raw files. Since .idx and .bot files also contain useful information and the format is simple, let's also parse them and include the data into the EchoData object.
EK80 reference:
-
.idxfile: https://www.simrad.online/ek80/interface/ek80_interface_en_us.pdf#page=174 -
.botfile: https://www.simrad.online/ek80/interface/ek80_interface_en_us.pdf#page=178
Tasks
- [ ] add mechanisms to associate and parse
.idxand.botfiles inopen_raw- datagram parser already exists as part of ek_raw_parsers.py from PyEcholab
- [ ] store parsed data from these files into
EchoDataobject- content of
.botcan probably go toPlatformorVendor_specificgroup? - content of
.idx:- lat/lon overlaps with what's parsed from
.rawfile -- should we add postfix to variable names likelatitude_idx? - vessel distance can be stored in
Platformgroup
- lat/lon overlaps with what's parsed from
- content of