@squawk
    Preparing search index...

    Interface AirportDataset

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

    interface AirportDataset {
        properties: AirportDatasetProperties;
        records: Airport[];
    }
    Index

    Properties

    Properties

    Metadata about the dataset build.

    records: Airport[]

    Airport records.