Skip to main content

Library for reading SLG, SL2 and SL3 files from Lowrance fishfinders

Project description

SLLib

A python library for reading SLG or SL2 files created by Lowrance fishfinders. Only tested with python 3.6 and 3.7

Git Repostitory and homepage located at https://github.com/opensounder/python-sllib

example workflow

Until version 1.x.y every change to x will be a possible breaking change. Otherwise it should follow samever versioning principles.

Installation

Using pip

pip install sllib

Cloning from git

python3 setup.py install

Usage

python3
>>> import sllib
>>> with open('somefile.sl2', 'rb) as f:
...    reader = sllib.Reader(f)
...    header = reader.header
...    print(header.format)
...    for frame in reader:
...        print(frame.gps_speed)

Or have a look at https://github.com/opensounder/jupyter-notebooks

Examples

# this will create a file called `small.csv` in current directory
python ./examples/tocsv.py ./tests/sample-data-lowrance/Elite_4_Chirp/small.sl2

Development

git clone https://github.com/opensounder/python-sllib

cd python-sllib
python3 -m venv venv
. venv/bin/activate
pip install -e .
pip install -r dev-requirements.txt

# then to test in for example python 3.9 
# change to what fits your installation
tox -e py39

# before committing please run lint and fix any issues
tox -e lint

SLG information

Besides trial and error

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sllib-0.2.1.tar.gz (8.3 kB view details)

Uploaded Source

Built Distribution

sllib-0.2.1-py3-none-any.whl (8.2 kB view details)

Uploaded Python 3

File details

Details for the file sllib-0.2.1.tar.gz.

File metadata

  • Download URL: sllib-0.2.1.tar.gz
  • Upload date:
  • Size: 8.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.0.1 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0

File hashes

Hashes for sllib-0.2.1.tar.gz
Algorithm Hash digest
SHA256 8f0c5f7a84740ec97a43448d90030f791d735709e8e350fbb76d8d798f6dd15e
MD5 ef6af8f1c54a08a39b7c2fea19a9bdd1
BLAKE2b-256 fc22096d9ee0df87e6a9d41b3de102178e9d6c2943b710c0ba6e68503ff2d528

See more details on using hashes here.

File details

Details for the file sllib-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: sllib-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 8.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.0.1 pkginfo/1.6.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0

File hashes

Hashes for sllib-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 969598adbe8eb7fb884ba99bbfaacfbaf1382b0020ce1fd22c5e344d5f96bb9f
MD5 c6ce150a9a87b53cf80bc89371769101
BLAKE2b-256 3569e2508563b5df62124355ae4fde2b4be9428be69335e19250be03e50491b6

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page