Library for reading SLG or SL2 files created by 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
Installation
Using pip
pip install sllib
Cloning
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)
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
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.0.2.tar.gz
(3.4 kB
view details)
Built Distribution
sllib-0.0.2-py3-none-any.whl
(4.9 kB
view details)
File details
Details for the file sllib-0.0.2.tar.gz
.
File metadata
- Download URL: sllib-0.0.2.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ef871816bd72629e13efd4b3e32e9afcd706dbe7d2f4822932e73c229831f86 |
|
MD5 | 084d582fb333f8369af83ad2e0d95d4d |
|
BLAKE2b-256 | f663d9b1c4d01adf3e8e4a9bc3ff714d7dad336ae50e3086a6eeeedb42eee671 |
File details
Details for the file sllib-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: sllib-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4668449139d513a3beeb2ed644a47b4d6bc17f371711917d576ec5d036fdf50e |
|
MD5 | 75838ce842ad781d1e12c0cd880a9144 |
|
BLAKE2b-256 | f95f8598d814454f6b02f15b507c9a1b8eacd7de973ac95278cc4b17909b5b79 |