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.1.tar.gz
(3.4 kB
view details)
Built Distribution
sllib-0.0.1-py3-none-any.whl
(4.9 kB
view details)
File details
Details for the file sllib-0.0.1.tar.gz
.
File metadata
- Download URL: sllib-0.0.1.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 | 53a1b41abd07a85caaefacb76e78aec1a7340684ff8efd25bf0d87f191ee86f4 |
|
MD5 | e1e34025b148746f919941068cad7759 |
|
BLAKE2b-256 | 1c46cb3aa4ef5401f096eabc5567ee8697d2c99a0a6741bbf4b8f22e5b5417f0 |
File details
Details for the file sllib-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: sllib-0.0.1-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 | 53228b3766446227c89621395a7b167bf5e9123fb9acbe4fe628c0247d89a99c |
|
MD5 | 5f828cb971dc63521f7d223d8b425551 |
|
BLAKE2b-256 | a3246513cec47375b7d439f3f4f8e16ee7442f3eb75d9a87a835cad57604941f |