AISCat is a fast, complete AIS NMEA decoder for Python, extracting vessel positions, metadata, and more from AIS messages. Version 0.68.12 supports Python >=3.9 and is actively developed on GitHub.
pip install aiscatNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Decode a single AIS NMEA sentence and print the result.
Change 'decoder.decode_nmea(sentence)' to 'decoder.decode(sentence)'.
Use Python 3.9 or newer.
Validate NMEA sentence format before passing to decode().
No dependency data recorded yet.