Changelog
AISCoT 7.3.0¶
- AIS-catcher style vessel styling (mapping & palette re-implemented from AIS-catcher's published behavior; no GPL assets copied):
- New
aiscot.shipclassmodule: MMSI + AIS ship type → ship class (tanker/cargo/passenger/special/highspeed/fishing/classb/aton/station/sartepirb). SHIPCLASS_COLORS(defaultTrue): CoT<color argb>marker color by ship class — tankers red, cargo spring green, passenger blue, etc.SHIPCLASS_ICONS(defaultFalse): CoT<usericon>from the new bundledais-ships-iconset.zipATAK iconset — dart when underway, circle when stopped, diamond for AtoN/base station/SART.COT_ICONstill wins.- New
scripts/build_ais_iconset.pyregenerates the iconset (pure stdlib). VESSEL_NAME_PREFIX(defaultTrue): conventional ship-type callsign prefixes —T/B Delores,P/V Golden Gate,M/V,M/T,F/V,S/V,SAR,A/P,L/E. Already-prefixed, bare-MMSI, and operator-curatedKNOWN_CRAFTcallsigns pass verbatim.UNDERWAY_ONLY(defaultFalse): drop parked hulls (SOG < 0.5 kts, or anchored/moored/aground when SOG is missing). SOG outranks nav status; AtoN, USCG SAR/CRS, SART/EPIRB/MOB distress beacons, andKNOWN_CRAFTvessels are exempt.- The NMEA receiver now caches Type 5/24 Static & Voyage data (shipname, shiptype) per MMSI and folds it into that vessel's position reports, so ship-class styling and name prefixes work on RF feeds — not just API feeds that join static data server-side.
- SOG handling: per-feed units (pyAISm raw 0.1-knot vs. AISHub/SeaVision
knots) and the AIS "SOG not available" sentinel (1023 / 102.3 kts) are now
respected in both the CoT
<track speed>and the underway logic. Track speeds from API feeds were previously 10x too low. IGNORE_ATONnow parses booleans properly (IGNORE_ATON=Falsepreviously behaved likeTrue).
AISCoT 7.2.1¶
- Use PyTAK shared CoT event, point, detail, remarks, and serialization helpers.
- Require
pytak >= 7.3.12.
AISCoT 7.2.0¶
- Add
SensorWorker: periodica-f-G-E-S-Esensor CoT heartbeat everySENSOR_KEEPALIVE_PERIODseconds (default 30). - Position sourced from system gpsd → static
SENSOR_LAT/SENSOR_LON/SENSOR_HAEconfig → null island fallback. - Add
gen_sensor_cot(): reusable CoT builder for sensor beacon events. - New constants:
DEFAULT_SENSOR_KEEPALIVE_PERIOD=30,DEFAULT_SENSOR_LAT/LON/HAE=0.0.
AISCOT 7.1.4¶
- Limit reported position precision to a maximum of 4 decimal places (~11 m).
AISCOT 7.1.0¶
- Happy New Year 2025!
- Performance Improvements.
AISCOT 6.1.0¶
- Added support for DOT's SeaVision.
- Dropped support for Python 3.6
AISCOT 6.0.0¶
- New for 2024.
- Updates for AryaSea (fka SeaTAK).
AISCOT 5.3.0¶
Added COT_ICON support.
AISCOT 5.2.0¶
1) Fixed GitHub workflows (revert to not-latest ubuntu, add py 3.10). 2) Reformatted & Cleaned-up README. 3) Updated copyright year. 4) Renamed 'AISHUB_URL' to 'FEED_URL'. 5) Added instructions for updating SHIP & MIB databases. 6) Removed broad function import in module's init. 7) Refactored AIS specific functions into ais_functions. 8) Added tests, tests, tests! Now at almost 100% for functions.
AISCOT 5.1.0¶
Added XML Declaration to output CoT XML.