ARA OFFSHORE STORAGE TRACKERAutomated AIS Tanker Ingestion & Volume Estimation
|
| [ SPECIFICATIONS ] [ OVERVIEW ] [ MECHANICS ] [ DATA ARCHIVE ] [ INCIDENTS ] |
|
SYSTEM TYPE:AIS Floating Storage Pipeline
OPERATIONAL STATE:Active / Unattended Batch Process
TARGET REGION:Rotterdam / ARA (Amsterdam-Rotterdam-Antwerp)
MONITORED ZONES:2 Distinct Polygon Boundaries (Anchorage + Terminal)
DATA SOURCE:Public AIS Broadcast Stream
CORE LANGUAGE:Python 3.12 (asyncio)
DATABASE:PostgreSQL
HOST SERVER:Oracle Cloud VPS (Marseille Instance)
ARA Offshore Storage Tracker is an autonomous AIS tracking engine designed to compute crude oil floating storage volume buildup in the Rotterdam/ARA maritime hub. The pipeline continuously streams raw vessel signals, classifies positions into geographic geofences, and outputs weekly volumetric ranges. Rather than showing exact figures, outputs are rendered as probabilistic intervals estimated from draught variances and berth duration. Raw positioning data passes through four serial verification filters: [FILTER 01]Type Code Guard: Restricts tracking strictly to confirmed crude carriers (AIS 80–89).
[FILTER 02]Draught Ratio: Measures real time depth against historic hull capacities to classify laden status.
[FILTER 03]Dwell Boundary: Enforces a 15 day minimum anchorage stay to eliminate normal queuing noise.
[FILTER 04]Congestion Suppression: Temporarily suspends flags during regional traffic buildup.
Raw data log entries generated by the pipeline execution loop:
2026-07-20
[NO DATA]
Storage: —
Events: —
(Initialization run. Internal test metrics purged.)
2026-07-27
[NO DATA]
Storage: —
Events: —
(Vessel type filter missing. Non-tanker records discarded.)
2026-08-03
[DIRECTIONAL]
Storage: 0 t
Events: 0
(Type filter deployed. Database state reset to baseline.)
2026-08-10
[NO DATA]
Storage: —
Events: —
(Upstream stream outage confirmed. Reconnect loop idling.)
2026-08-17
[NO DATA]
Storage: —
Events: —
(Outage is resolved and data stream is back online. Accurate reports inbound.)
INCIDENT #01:
Unhandled Upstream Disconnect (HTTP 503)
The ingestion daemon crashed when the provider rejected initial handshake requests. FIX: Wrapped connection logic in exponential backoff loop with self healing PostgreSQL reconnection.
INCIDENT #02:
False Positive Bulk Carrier Signal
A Capesize dry bulk vessel in the terminal zone was misclassified as an oil tanker due to spatial overlap. FIX: Implemented hard vessel type validation checks. |
|
DRAUGHT SIGNAL SYSTEM — OPERATED INDEPENDENTLY [ LINKEDIN ] [ EMAIL ] |