@squawk
    Preparing search index...

    Interface NavaidDataset

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

    interface NavaidDataset {
        properties: NavaidDatasetProperties;
        records: Navaid[];
    }
    Index

    Properties

    Properties

    Metadata about the dataset build.

    records: Navaid[]

    Navaid records.