En vrac pour l’instant...
brancher http://marine.kupaia.fr sur une autre source de données que marinetraffic ? monter une station AIS ? trouver des flux ouverts ?
data
Repo collaboratif AIS
http://www.aishub.net/aiscoverage.php
Site de la station de réception AIS de l’UBS à Vannes
http://ais.univ-ubs.fr
Geographic Information Systems for the Monitoring of Maritime Traffic
http://www.itst2007.eurecom.fr/site/var/html/h1053/file1208.pdf
Un AIS Hub pour la Bretagne
http://www.plaisance-pratique.com/un-ais-hub-pour-la-bretagne?lang=fr
La page d’une station brestoise
http://f4fkj.free.fr/
Discussion toute fraîche sur hisseetoh où intervient fulup
https://www.hisse-et-oh.com/forums/navigation/messages/1938847-suivi-ais-par-le-web
Autre discussion ou fulup donne l’adresse de son flux
tcp://sinagot.net/5121 ou gpsd://sinagot.net:2947
https://www.hisse-et-oh.com/forums/navigation/messages/1919259-envoie-position-ais-directement-depuis-un-telephone-mobile
Le site de fulup & son github
http://sinagot.net/
https://github.com/fulup-bzh
https://github.com/fulup-bzh/GeoGate
Autre piste, le site myshiptracking.com permet d’accéder aux données JSON, mais sans préciser les conditions d’utilisation
http://forum.openseamap.org/viewtopic.php?id=2188
Pas mal d’infos à propos des VHF dans ce forum
http://www.ybw.com/forums/forumdisplay.php?87-Forum
tools
Quelques liens que j’avais posté sur seenthis
http://seenthis.net/tag/ais?follow=b_b
AisWatcher
AisWatcher builds and runs on most linux platfroms including BeagleBone, Raspberry Pi and Mac together with a RTL2832U (RTL SDR usb stick).AisWatcher decodes the radio data and converts it to AIS ascii data strings.This code is based on a rework of aisdecoder from aishub.net (http://forum.aishub.net/ais-decoder/ais-decoder-beta-release/) to include rtl-sdr (http://sdr.osmocom.org/trac/wiki/rtl-sdr) to run as a single command and diplay ships live on a google map.
https://github.com/electricpocket/aiswatcher
AISDecoder
http://www.aishub.net/aisdecoder-via-sound-card.php
Welcome to the ais-on-sdr wiki ! / Installing AISDecoder on Ubuntu
https://github.com/freerange/ais-on-sdr/wiki
AiS + RPi : liste de liens utiles
http://readlists.com/cac13c08/
Command-line viewer for AIS data through GPSD.
Install python-urwid python-gps
packages and run the script :
python ais-viewer.py --host sinagot.net --port 2947
https://github.com/IvanSanchez/gpsd-ais-viewer
Show gpsd outpout :
(echo '?WATCH={"class":"WATCH","enable":true,"json":true};'; read X) | nc sinagot.net 2947
PHP Client for GPSD service
https://github.com/nykopol/gpsd-client
API for Online AIS Message Decoder (sources on github)
http://ais.tbsalling.dk/
AIS Extension for leaflet-tracksymbol It displays AIS Contacts on the Map.
https://github.com/PowerPan/leaflet-ais-tracksymbol
AIS to GeoJSON
Plusieurs pistes pour convertir un flux AIS vers du JSON ou GeoJSON :
- le module ggencoder du package de fulup https://github.com/fulup-bzh/GeoGate/tree/master/encoder
- gpsd — a GPS service daemon http://catb.org/gpsd/
- gpsdecode — decode GPS, RTCM or AIS streams into a readable format http://www.catb.org/gpsd/gpsdecode.html
- GNU AIS - Automatic Identification System for Linux http://gnuais.sourceforge.net/