wellenvogel / avnav

using the raspberry pi as a nav computer
MIT License
85 stars 26 forks source link

AIS Targets additional information lines #373

Open c-graeser opened 3 weeks ago

c-graeser commented 3 weeks ago

Chosing CPA as second line of information beside Name/MMSI the lines mix up under the condition when the vessel sends COG 360 degrees. This seems to happen frequently when moored. IMG_3138

wellenvogel commented 2 weeks ago

Do you have any test data available that contains this situation? You could just create an NMEA log with all filters removed at the logger and the interval set to 0.

c-graeser commented 2 weeks ago

Hello, attached you find AIS Data. 20240913-AIS.txt Hope it helps.

c-graeser commented 2 weeks ago

Maybe stupid question: How can I test your changes? I have no file "aislayer.js" in my raspberry system. Is it somhow compiled?

c-graeser commented 2 weeks ago

AIS-Targets Here is mor logfile with all data including GPS 2024-09-13-AIS-v2.txt

wellenvogel commented 2 weeks ago

I have no file "aislayer.js" in my raspberry system. Is it somhow compiled?

Yes it's compiled. So you would need a nodejs environment (or just Java and start with the global gradle build). But it requires some skills... So the easiest solution will be to wait for the next daily build.

c-graeser commented 1 week ago

Super Arbeit! Jetzt werden die Daten der AIS Ziele korrekt dargestellt. Vielen lieben Dank!