@squawk
    Preparing search index...

    Interface AirwayDataset

    A pre-processed array of Airway records with attached metadata about the build provenance and NASR cycle.

    interface AirwayDataset {
        properties: AirwayDatasetProperties;
        records: Airway[];
    }
    Index

    Properties

    Properties

    Metadata about the dataset build.

    records: Airway[]

    Airway records.