Skip to main content
Filter by
Sorted by
Tagged with
Best practices
0 votes
2 replies
27 views

I am investigating how to record AIS data in a format for later use - eg retrieval and replay. Obviously needs time stamps added. The only references I have found to suitable file formats are CSV ...
Hoodoo's user avatar
  • 125
0 votes
0 answers
142 views

I'm trying to use websocket to connect to AIS data from AISstream.io but I keep getting a handle_read_frame error and I can't see anything in either the websocket documentation or the AISstream.io ...
BLP92's user avatar
  • 345
0 votes
1 answer
188 views

I am currently working in the new Logic Apps Data Mapper and I simply wanted to ask if there is anything similar to the old Looping Functoid we have seen in the BizTalk mapper. I currently have a ...
Joep Sales's user avatar
0 votes
0 answers
110 views

I'm working with an AIS dataset. The SOG (speed over ground) field has negative values, but the supported values are between 0 and 102.2 knots. How should I handle these values?
user avatar
1 vote
2 answers
935 views

I am trying to decode an AIS transmission and validate it by checking CRC code. However, I am not sure of the sequence of steps, nor the expected result. My question is, can anyone tell me the correct ...
stanged's user avatar
  • 41
2 votes
3 answers
700 views

I am currently working with AIS dataset containing fields MMSI, Timestamp, LAT, LON, SOG, COG, etc. Here, COG is course over ground, and supported COG value ranges from 0 to 360 degrees. But the ...
faring's user avatar
  • 105
0 votes
1 answer
459 views

I want to send a message to the server as per the AIS 140 standard. Please explain how to calculate the checksum. Find below the sample message format. $Header,iTriangle,KA01I2000,861693034634154,...
balakrishnnan's user avatar
0 votes
1 answer
248 views

I am trying to analyse a ships AIS data. I have a CSV with ~20,000 rows, with columns for lat / long / speed / time stamp. I have loaded the data in a pandas data frame, in a Jupyter notebook. What ...
Mhargr's user avatar
  • 1
0 votes
1 answer
277 views

What is regex to search and validate AIS NMEA sentences?
panoet's user avatar
  • 3,682
1 vote
1 answer
364 views

I would like to increase the density of my AIS or GPS data in order to carry out more precise analyses afterwards. During my research I came across different approaches like interpolation, filtering ...
Braveness's user avatar
2 votes
1 answer
4k views

I'm having trouble getting this to work: https://github.com/trendmicro/ais The software contains a GNURadio Companion flow graph that sends AIS Messages to a USRP. I've installed the included gr-...
cwittah's user avatar
  • 371
0 votes
1 answer
110 views

I am trying to read the AIS serial data on an Android device over WiFi by creating a TCP connection with the AIS Transponder. I am using the EM-Trak B360 AIS transponder and creating a socket on the ...
NadeemGul's user avatar
1 vote
1 answer
215 views

Data looks like this: ID Lat Long Time 1 3 3 00:01 1 3 4 00:02 1 4 4 00:03 2 4 3 00:01 2 4 4 00:02 2 4 5 00:03 3 5 2 00:01 3 5 3 00:02 3 5 4 00:...
bstrain's user avatar
  • 278
3 votes
0 answers
1k views

I'm working on decoding AIS messages in Rust using nom. AIS messages are made up of a bit vector; the various fields in each message are an arbitrary number of bits long, and they don't always align ...
squidpickles's user avatar
  • 1,847
0 votes
0 answers
98 views

Might not be the right Site to post this but I wonder if I can edit an older game files that are MSH , TEX , AIS and PLC formats. I've searched google about those formats but can't actually find solid ...
Gusto Pop's user avatar
0 votes
1 answer
1k views

We're trying to read data from a digital yacht AISnet base station on a linux box. From what I've read, Digital Yacht has drivers for both osx and windows (but not linux for this unit) and their job ...
Iain Duncan's user avatar
  • 1,772
1 vote
4 answers
2k views

The message format is !AIVDM,2,1,,B,177KQJ5000G?tO`K>RA1wUbN0TKH,0*5C The second field (in this case, 2), designates the number of parts in the AIS message and the third field (in this case, 1) ...
AAsk's user avatar
  • 1,491
0 votes
2 answers
993 views

anyone know how i can get the Data from a AIS site and view they in a QT Gui? Can i save them in a SQL database ? I would have the data from this site : http://www.aishub.net/ AIS : The Automatic ...
thelittlePanda's user avatar
1 vote
0 answers
220 views

I have this program running on my RPi(sudo ais_rx.tcp -d --tcp): https://github.com/chgans/gr-ais I have gotten it running and can create an output file. I can not get the TCP server option to ...
LrakWortep's user avatar
15 votes
4 answers
15k views

Is there an API or Web Service that can be used to read AIS data? Most links I read starting at Wikipedia (http://en.wikipedia.org/wiki/Automatic_Identification_System) say that AIS data is freely ...
James Cadd's user avatar
  • 12.2k