Skip to main content

A comprensive software collection for nmea manipulation

Project description

nmeatoolkit

Build Status PyPI version PyPI - License

A comprensive software collection for nmea manipulation; it includes a library and a collections of command line tools.

Library

  • pipes: converts nmea sentence to other nmea sentences
  • translators: converts nmea sentence stream to other format
  • inputs: sources for nmea sentences
  • output: output helpers

Tools

  • nmea2gpx: converts nmea sentences to gpx (with extensions)
  • stalk2nmea: converts $STALK to native nmea sentences
  • nmea2polar: extracts polars from nmea
  • nmeatk: the raw toolkit

All commands has the same input/output interface as follows:

cat *.nmea > stalk2nmea -i -- > mod.nmea

stalk2nmea -i tcp://localhost:1011 > mod.nmea

stalk2nmea -i udp://localhost:1011 > mod.nmea

stalk2nmea -i path/file.nmea > mod.nmea

stalk2nmea -i path/file.nmea -o mod.nmea

stalk2nmea -i tcp://localhost:1011 -o udp://localhost:1012

Every command can receive a list of pipes to run, in order:

# Convert seatalk $STALK to nmea and add true wind sentences
stalk2nmea -i test.nmea -p truewind -o output.nmea

A pipe can receive parameters as follow:

# Convert seatalk $STALK to nmea, add true wind sentences, get only wind info
stalk2nmea -i test.nmea -p truewind,filter[bytype:wind] -o output.nmea

Every dedicated command can be performed by nmeatk:

nmeatk -i data.nmea -p truewind -o output.gpx -f gpx

Pipes

Filter

Crop

Seatalk

Truewind

License

MIT License

Copyright (c) 2021 - 2025 Davide Gessa

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

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

nmeatoolkit-0.2.tar.gz (12.0 kB view details)

Uploaded Source

Built Distribution

nmeatoolkit-0.2-py3-none-any.whl (32.5 kB view details)

Uploaded Python 3

File details

Details for the file nmeatoolkit-0.2.tar.gz.

File metadata

  • Download URL: nmeatoolkit-0.2.tar.gz
  • Upload date:
  • Size: 12.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for nmeatoolkit-0.2.tar.gz
Algorithm Hash digest
SHA256 554d832d1bf958b2f7b43f32d7c7e20896e20365e5476f2411370fb7f64f729b
MD5 cc2322aa4a1034ad09a9c1040cca2575
BLAKE2b-256 22889d24136ac24ba800b8162eec8db13658917768c0962f77ebfd735651ca62

See more details on using hashes here.

File details

Details for the file nmeatoolkit-0.2-py3-none-any.whl.

File metadata

  • Download URL: nmeatoolkit-0.2-py3-none-any.whl
  • Upload date:
  • Size: 32.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for nmeatoolkit-0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 ae7c746e8116032feb03f2b418cf106aed2707be88fff09969c745cf126ed502
MD5 20329d74dfc0b4c6f8dc499490088835
BLAKE2b-256 584974e6fe18f34e770f759eae05bbcf9bfceaf415d9c3737a27d96aa61edfeb

See more details on using hashes here.

Supported by

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