Creates a stateless procedure resolver. The resolver accepts an array
of Procedure records at initialization (typically from
@squawk/procedure-data) and returns an object with query methods.
The resolver builds internal indexes at creation time for fast lookup
by identifier, by airport, by (airport, identifier), by type, and by
approach type.
Creates a stateless procedure resolver. The resolver accepts an array of Procedure records at initialization (typically from
@squawk/procedure-data) and returns an object with query methods.The resolver builds internal indexes at creation time for fast lookup by identifier, by airport, by (airport, identifier), by type, and by approach type.