LogoLogo
Release notesDocs homeFabricateTonic.ai
  • Tonic Fabricate User Guide
  • Fabricate workflow
  • Tutorial videos
  • Fabricate account
    • Getting started with Fabricate
    • Fabricate license plans
    • Managing your Fabricate account and profile
    • Managing users in your account
  • Databases
    • Supported database types
    • Creating and managing databases
  • Backing up and restoring the database definition
  • Configuring database variables
  • Exporting data from a database
  • Tables and columns
    • Managing database tables
      • Configuring table settings
      • Adding a table to a database
      • Removing a table from a database
      • Attaching static data to a table
      • Regenerating table data
  • Managing table columns
    • Adding and removing columns
    • Configuring a column
    • Generator reference
      • Calculated or related values
      • Unstructured Data
      • Data type and specific values
      • Names and other identifying information
      • Telephone numbers and email addresses
      • Geographic locations
      • Air travel
      • Natural science
      • Networks and files
      • Banking and finance
      • Dates and times
      • Vehicles
      • Companies and products
      • Healthcare and health insurance
      • Languages
      • Movies
      • Education
    • Fabricate custom SQLite functions
  • Views
    • Creating and managing views
    • Views reference
  • Workspaces
    • About workspaces
  • Creating and managing workspaces
  • Database mock API
    • About mock APIs
    • Defining a mock API
    • Creating and querying database snapshots
  • Mock API reference
  • Fabricate API and CLI
    • Managing Fabricate API keys
    • Daily limits on generated data
    • Using the Fabricate API
      • Authentication for the API
      • Data model
        • Database attributes
        • Entity (table) attributes
        • Constraint attributes
        • Column attributes
          • General column configuration
          • Calculated or related values
          • Unstructured Data
          • Data type and specific values
          • Names and other identifying information
          • Telephone numbers and email addresses
          • Geographic locations
          • Air travel
          • Natural science
          • Networks and files
          • Banking and finance
          • Dates and times
          • Vehicles
          • Companies and products
          • Healthcare and health insurance
          • Languages
          • Movies
          • Education
      • Managing databases from the API
      • Generating data from the API
    • Using the Fabricate CLI
      • Setting up CLI access
      • Using the CLI to load data
  • Self-hosted Fabricate
    • Fabricate architecture
    • Setting up the Fabricate components
    • Limiting login attempts
    • Starting a Fabricate instance
    • Upgrading a Fabricate instance
Powered by GitBook
On this page
  • Airport Code
  • Airport Continent
  • Airport Country Code
  • Airport Elevation (Feet)
  • Airport GPS Code
  • Airport Latitude
  • Airport Longitude
  • Airport Municipality
  • Airport Name
  • Airport Region Code
  • Flight Airline
  • Flight Arrival Airport
  • Flight Arrival Airport Code
  • Flight Arrival City
  • Flight Arrival Country
  • Flight Departure Airport
  • Flight Departure Airport Code
  • Flight Departure City
  • Flight Departure Country
  • Flight Departure Time
  • Flight Duration Hours
  • Flight Number
Export as PDF
  1. Fabricate API and CLI
  2. Using the Fabricate API
  3. Data model
  4. Column attributes

Air travel

The following generators produce values related to airports and flights.

For more information about these generators and how to configure them in the application, go to Air travel in the generator reference.

Airport Code

Populates the column with an airport code. For example, SFO or CDG.

Uses the General column configuration.

Airport Continent

Populates the column with the name of a continent.

Uses the General column configuration.

Airport Country Code

Populates the column with a 2-character country code.

Uses the General column configuration.

Airport Elevation (Feet)

Populates the column with a number intended to represent the elevation where an airport is located.

Uses the General column configuration.

Airport GPS Code

Populates the column with an airport code from the International Civil Aviation Organization (ICAO) code. For example, LFPG or KJFK.

Uses the General column configuration.

Airport Latitude

Populates the column with a latitude value.

Uses the General column configuration.

Airport Longitude

Populates the column with a longitude value.

Uses the General column configuration.

Airport Municipality

Populates the column with the name of a city or metropolitan area where an airport is located.

Uses the General column configuration.

Airport Name

Populates the column with the name of an airport. For example, John F Kennedy Airport or Heathrow Airport.

Uses the General column configuration.

Airport Region Code

Populates the column with a 2-character code to represent the region where the airport is located.

Uses the General column configuration.

Flight Airline

Populates the column with the name of a commercial airline. For example, Delta Airlines or Lufthansa.

Uses the General column configuration.

Flight Arrival Airport

Populates the column with the name of an airport.

Uses the General column configuration.

Flight Arrival Airport Code

Populates the column with a 3-character airport code.

Uses the General column configuration.

Flight Arrival City

Populates the column with the name of a city.

Uses the General column configuration.

Flight Arrival Country

Populates the column with the name of a country.

Uses the General column configuration.

Flight Departure Airport

Populates the column with the name of an airport.

Uses the General column configuration.

Flight Departure Airport Code

Populates the column with a 3-character airport code.

Uses the General column configuration.

Flight Departure City

Populates the column with the name of a city.

Uses the General column configuration.

Flight Departure Country

Populates the column with the name of a country.

Uses the General column configuration.

Flight Departure Time

Populates the column with a timestamp in 24-hour format. For example, for 1:15 PM, the generated value would be 13:15.

Uses the General column configuration.

Flight Duration Hours

Populates the column with a decimal number to indicate the number of hours in a flight. For example, 2.5.

Uses the General column configuration.

Flight Number

Populates the column with a value representing a flight number. For example, LH1234.

Uses the General column configuration.

Last updated 4 days ago