New Features
Introducing PINGVerter v1.0.1
PINGVerter is a new Python-based convertor for sonar logs collected with consumer-grade fishfinders. PINGMapper
now uses PINGVerter as the primary processing engine for decoding sonar logs. It is designed to ease adding support for new sonar data acquisition platforms and filetypes. Find out more below...
Support for Lowrance®
It is now possible to process sl2 and sl3 files with PING-Mapper
. All of the processing features PING-Mapper
made possible for Humminbird® are now available for Lowrance®. This includes EGN corrections, shadow removal, depth detection, substrate mapping, etc.
Acknowledgments
Adding support for sl2/3 files would not have been possible without these incredible open-source projects and documentation:
- SL3Reader
- Halmai, Akos; Gradwohl Valkay, Alexandra; Czigany, Szabolcs; Ficsor, Johanna; Liptay, ZoltAn Arpad; Kiss, Kinga; Loczy, Denes and Pirkhoffer, Ervin. 2020. "Applicability of a Recreational-Grade Interferometric Sonar for the Bathymetric Survey and Monitoring of the Drava River" ISPRS International Journal of Geo-Information 9, no. 3: 149. https://doi.org/10.3390/ijgi9030149
- sonarlight - Kenneth Thoro Martinsen
- Navico (Lowrance, Simrad, B&G) Sonar Log File Format - Herbert Oppmann
Please report any issues with processing sl2 or sl3 files here
~1.3x Speedup
PINGVerter and PINGMapper
now feature an improved mechanism for reading sonar logs, inspired by sonarlight. This results in ~1.3x speedup when running the Small Dataset Test.
Recently released v2.1.0
The recently released v2.1.0 also had important improvements and bug fixes including:
- Sonar Log Filtering
- Coverage and Trackline Shapefile Export
- Fix to Bankline Shapefile Export
Read the details in the release.
What's Changed
- Merge pull request #126 from CameronBodine/dev by @CameronBodine in #127
- Kludge to fix tf.shape for shadow model #128 by @CameronBodine in #129
- Merge dev branch for v3.0.0-alpha by @CameronBodine in #130
Full Changelog: v2.1.0...v3.0.0-alpha