Navigraph Docs Logo

Aerodrome Surface Routing Network (ASRN)

Documentation about the Aerodrome Surface Routing Network

An Aerodrome Surface Routing Network (ASRN) is a geographic graph network which can be used for generating taxi paths around airports. An ASRN is made up of two AMDB Layers:

Each AsrnEdge connects two AsrnNodes, these can be found using the node1ref and node2ref properties on the edge, which points to the id field on the AsrnNodes. Using only these properties, a pathfinding algorithm can find its way between any two nodes in a given airports ASRN.

ASRN Overview The ASRN for London Heathrow Airport (EGLL)

In this documentation, the AsrnNode layer is split into multiple pages for each nodetype as they have different properties, and have different implications.