Data Integrity

Mapping the Unknown.

Our engine fuses massive planetary datasets to provide hyper-accurate routing, but safety requires understanding our data boundaries.

πŸ—ΊοΈ

Horizontal Accuracy: OpenStreetMap

For razor-sharp boundary detection between land and water, we utilize OpenStreetMap (OSM) vector data. This prevents the routing engine from calculating paths that intersect coastlines, islands, or breakwaters. OSM provides the strict horizontal "binary" (water vs land) safety layer.

🌊

Vertical Depth: GEBCO Bathymetry

To prevent keel groundings, we fuse OSM with the GEBCO 15-arcsec grid (General Bathymetric Chart of the Oceans). Supported by the Nippon Foundation-GEBCO Seabed 2030 Project, this global bathymetry dataset provides depth profiles with roughly 450-meter resolution, enabling our engine to understand the vertical dimension of the ocean floor.

πŸ“Š

GEBCO TID (Type Identifier) Grid

Not all depth data is created equal. We leverage the GEBCO TID grid to understand the provenance of every single depth cell. It tells our engine whether a cell's depth was directly measured by multibeam echo sounders or merely interpolated/predicted. This is crucial for calculating the true confidence level of a given path.

measuredThroughout & weakestOrigin

As ArgoRoute calculates a path, it evaluates the TID value of every hexagon. If a route crosses an area that lacks direct acoustic sounding, the system flags the path as measuredThroughout = false and identifies the weakestOrigin (e.g., "Interpolated" or "Predicted").

In the UI, the captain is immediately alerted: "Not measured throughout β€” weakest link: Interpolated. Use your sounder."

The "Prudent Mariner" Confidence Limit

While ArgoRoute computes the mathematical optimum, we strictly classify our generated paths with a Confidence Level.

Because GEBCO averages depth across 450m cells, micro-reefs, isolated pinnacles, and sudden depth spikes may not be represented. In very shallow coastal regions or unmapped marinas, the confidence level drops, and the algorithm may warn of "Local Shallows".

Disclaimer: Under admiralty law, the Master of the vessel bears non-delegable responsibility for safety. ArgoRoute is a supplementary planning tool, not an ECDIS replacement.