Marinetraffic.com offers so much data about ships tracks history, state, statistics. I am intereseted in collecting similar data to develop an ETA prediction module.
Datasets about ships trips in the Seine river
73 Views Asked by Seifeddine At
2
There are 2 best solutions below
0

The Danish Maritime Authority publishes historical AIS data from Danish waters. Unfortunately not in NMEA format - but in a parsed CSV format. But the data are still based on AIS.
If that is ok, you can grab data here: ftp://ftp.ais.dk/ais_data/
If you want to collect AIS data yourself, you need:
You will then program your receiver to forward the traffic to a given IP by TCP, and then use a library such as libAIS to decode those messages.