AircraftData

For general access to the Wolfram Knowledgebase, use entities of type Aircraft instead of AircraftData.

AircraftData[entity,property]

gives the value of the specified property for the aircraft entity.

AircraftData[{entity1,entity2,},property]

gives a list of property values for the specified aircraft entities.

AircraftData[entity,property,annotation]

gives the specified annotation associated with the given property.

Details

  • AircraftData[] gives a list of all aircraft entities.
  • AircraftData["Properties"] gives a list of available properties.
  • AircraftData["SampleEntities"] gives a list of sample entities.
  • The specified entity in AircraftData can be an Entity, EntityClass, entity canonical name, or list thereof.
  • The specified property can be an EntityProperty, EntityPropertyClass, property canonical name, or list of properties.
  • Properties that do not apply or are not known in a particular case are indicated by Missing[].
  • Properties include:
  • "Ceiling"operational ceiling
    "Crew"crew
    "CruiseSpeed"cruise speed
    "DesignedBy"name of designer
    "EmptyWeightPerBooster"empty weight per booster
    "Height"height
    "Image"image
    "Introduced"date of introduction
    "Length"length
    "LoadedWeight"loaded weight
    "MaidenFlight"date of first flight
    "Manufacturer"manufacturer
    "MaxSpeed"maximum speed
    "MaxWeight"maximum weight
    "Name"name
    "NumberBuilt"number of aircraft built
    "PowerPlant"engine
    "PowerPlantCount"number of engines
    "Range"range with maximum load
    "RateOfClimb"maximum climb rate
    "Status"status
    "Type"type
    "WingArea"area of wings
    "WingLoading"loading per wing area
    "Wingspan"wingspan

Examples

open allclose all

Basic Examples  (1)

Find properties of an aircraft:

Use for discovery:

Scope  (1)

Find sample entities:

Extract the canonical names:

Find available properties:

Examine properties of the first sample entity:

Wolfram Research (2014), AircraftData, Wolfram Language function, https://reference.wolfram.com/language/ref/AircraftData.html.

Text

Wolfram Research (2014), AircraftData, Wolfram Language function, https://reference.wolfram.com/language/ref/AircraftData.html.

CMS

Wolfram Language. 2014. "AircraftData." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/AircraftData.html.

APA

Wolfram Language. (2014). AircraftData. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/AircraftData.html

BibTeX

@misc{reference.wolfram_2023_aircraftdata, author="Wolfram Research", title="{AircraftData}", year="2014", howpublished="\url{https://reference.wolfram.com/language/ref/AircraftData.html}", note=[Accessed: 20-April-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_aircraftdata, organization={Wolfram Research}, title={AircraftData}, year={2014}, url={https://reference.wolfram.com/language/ref/AircraftData.html}, note=[Accessed: 20-April-2024 ]}