Ais

Biggest ships in the Noordzee Kanaal

Volker Butterstein

This page lists the 50 biggest ships that passed the Noordzeekanaal in IJmuiden between Zeesluis IJmuiden and Pont IJmuiden since january 2021.

t2.seendate) WHERE t2.mmsi IS NULL order by laenge desc LIMIT 50; "; $result = mysqli_query($conn,$sql); if ($result->num_rows > 0) { echo ""; // output data of each row while($row = $result->fetch_assoc()) { $link="MT"; if ($row["headingh"] =="Nordsee") {$row["headingh"] = "North Sea";}; $time=strtotime($row["seendate"].'UTC'); echo ""; } echo "
TimeShip nameShip typeLengthDirectionAIS DestinationLink to Marinetraffic
" . date('d.m.Y G:i',$time). "" . $row["name"]. "" . $row["typ"]. "" .$row["laenge"]. " m" .$row["headingh"]. "" .$row["dest"]. "" .$link. "
"; } else { echo "0 results"; } $conn->close(); ?>

Most seen ships in the Noordzee Kanaal

Volker Butterstein

This page lists the 50 most seen ships that passed the Noordzeekanaal (North Sea Canal, Nordseekanal) in IJmuiden between Zeesluis IJmuiden and Pont IJmuiden since january 2021.

num_rows > 0) { echo ""; // output data of each row while($row = $result->fetch_assoc()) { echo ""; } echo "
Ship nameCount
" . $row["name"]. "" . $row["c"]. "
"; } else { echo "0 results"; } $conn->close(); ?>

Ship traffic in the Noordzee Kanaal

Volker Butterstein

This page lists the ships that passed the Noordzeekanaal (North Sea Canal, Nordseekanal) in IJmuiden between Zeesluis IJmuiden and Pont IJmuiden in the last 24 hours.

now() - interval 24 hour ORDER BY seendate DESC;"; $result = mysqli_query($conn,$sql); if ($result->num_rows > 0) { echo ""; // output data of each row while($row = $result->fetch_assoc()) { $link="MT"; $time=strtotime($row["seendate"].'UTC'); if ($row["headingh"] =="Nordsee") {$row["headingh"] = "North Sea";}; echo ""; } echo "
TimeShip nameShip typeLengthDirectionAIS DestinationMarinetraffic Database
" . date('d.m.Y G:i',$time). "" . $row["name"]. "" . $row["typ"]. "" .$row["laenge"]. " m" .$row["headingh"]. "" .$row["dest"]. "" .$link. "
"; } else { echo "0 results"; } $conn->close(); ?>