# Geographic locations

The following generators produce values related to geographic locations.

Fabricate automatically correlates location values. For example, in a given record, the value in a city column is a city located in the state column.

Note that other generators specific to [air travel](https://docs.tonic.ai/fabricate/fabricate-api-and-cli/using-the-fabricate-api/data-model/api-column-attributes/api-air-travel), [healthcare](https://docs.tonic.ai/fabricate/fabricate-api-and-cli/using-the-fabricate-api/data-model/api-column-attributes/api-healthcare-insurance), and [finance](https://docs.tonic.ai/fabricate/fabricate-api-and-cli/using-the-fabricate-api/data-model/api-column-attributes/api-banking-finance) also produce some geographic values. For example, there are generators that produce city where a bank, airport, or hospital is located.

For more information about these generators and how to configure them in the application, go to [geographic-locations](https://docs.tonic.ai/fabricate/rule-based-tables-and-columns/table-columns/generator-reference/geographic-locations "mention") in the generator reference.

## City (Global)

Populates the column with the name of a city from anywhere in the world.

Uses the [general-column-configuration](https://docs.tonic.ai/fabricate/fabricate-api-and-cli/using-the-fabricate-api/data-model/api-column-attributes/general-column-configuration "mention").

## City (US)

Populates the column with the name of a city from within the United States.

Uses the [general-column-configuration](https://docs.tonic.ai/fabricate/fabricate-api-and-cli/using-the-fabricate-api/data-model/api-column-attributes/general-column-configuration "mention").

## Country (Global)

Populates the column with the name of a country from anywhere in the world.

Uses the [general-column-configuration](https://docs.tonic.ai/fabricate/fabricate-api-and-cli/using-the-fabricate-api/data-model/api-column-attributes/general-column-configuration "mention").

## Country (US)

Populates the column with the United States.

Uses the [general-column-configuration](https://docs.tonic.ai/fabricate/fabricate-api-and-cli/using-the-fabricate-api/data-model/api-column-attributes/general-column-configuration "mention").

## Country Code (Global, 3 Character)

Populates the column with a [3-character country code](https://www.iban.com/country-codes) for a country from anywhere in the world. For example, FRA, ESP, USA.

Uses the [general-column-configuration](https://docs.tonic.ai/fabricate/fabricate-api-and-cli/using-the-fabricate-api/data-model/api-column-attributes/general-column-configuration "mention").

## Country Code (Global)

Populates the column with a [2-character country code](https://www.iban.com/country-codes) for a country from anywhere in the world. For example, FR, ES, US.

Uses the [general-column-configuration](https://docs.tonic.ai/fabricate/fabricate-api-and-cli/using-the-fabricate-api/data-model/api-column-attributes/general-column-configuration "mention").

## Country Code (US)

Populates the column with the 2-character country code for the United States - US.

Uses the [general-column-configuration](https://docs.tonic.ai/fabricate/fabricate-api-and-cli/using-the-fabricate-api/data-model/api-column-attributes/general-column-configuration "mention").

## Full Address (Global)

Populates the column with a full mailing address from anywhere in the world.

Uses the [general-column-configuration](https://docs.tonic.ai/fabricate/fabricate-api-and-cli/using-the-fabricate-api/data-model/api-column-attributes/general-column-configuration "mention").

## Full Address (US)

Populates the column with a full mailing address from within the United States.

Uses the [general-column-configuration](https://docs.tonic.ai/fabricate/fabricate-api-and-cli/using-the-fabricate-api/data-model/api-column-attributes/general-column-configuration "mention").

## Latitude (Global)

Populates the column with a latitude value from anywhere in the world.

Uses the [general-column-configuration](https://docs.tonic.ai/fabricate/fabricate-api-and-cli/using-the-fabricate-api/data-model/api-column-attributes/general-column-configuration "mention").

## Latitude (US)

Populates the column with a latitude value from within the United States.

Uses the [general-column-configuration](https://docs.tonic.ai/fabricate/fabricate-api-and-cli/using-the-fabricate-api/data-model/api-column-attributes/general-column-configuration "mention").

## Longitude (Global)

Populates the column with a longitude value from anywhere in the world.

Uses the [general-column-configuration](https://docs.tonic.ai/fabricate/fabricate-api-and-cli/using-the-fabricate-api/data-model/api-column-attributes/general-column-configuration "mention").

## Longitude (US)

Populates the column with a longitude value from within the United States.

Uses the [general-column-configuration](https://docs.tonic.ai/fabricate/fabricate-api-and-cli/using-the-fabricate-api/data-model/api-column-attributes/general-column-configuration "mention").

## Postal Code (Global)

Populates the column with a postal code from anywhere in the world.

Uses the [general-column-configuration](https://docs.tonic.ai/fabricate/fabricate-api-and-cli/using-the-fabricate-api/data-model/api-column-attributes/general-column-configuration "mention").

## Postal Code (US)

Populates the column with a 5-digit postal code from within the United States.

Uses the [general-column-configuration](https://docs.tonic.ai/fabricate/fabricate-api-and-cli/using-the-fabricate-api/data-model/api-column-attributes/general-column-configuration "mention").

## State / Province (Global)

Populates the column with the name of a state or province from any country in the world. For example, Normandy or Ontario.

Uses the [general-column-configuration](https://docs.tonic.ai/fabricate/fabricate-api-and-cli/using-the-fabricate-api/data-model/api-column-attributes/general-column-configuration "mention").

## State / Province (US)

Populates the column with the name of a state in the United States. For example, Montana or New York.

Uses the [general-column-configuration](https://docs.tonic.ai/fabricate/fabricate-api-and-cli/using-the-fabricate-api/data-model/api-column-attributes/general-column-configuration "mention").

## State Abbreviation (Global)

Populates the column with the postal abbreviation of a state or province from anywhere in the world. For example, NOR or ONT.

Uses the [general-column-configuration](https://docs.tonic.ai/fabricate/fabricate-api-and-cli/using-the-fabricate-api/data-model/api-column-attributes/general-column-configuration "mention").

## State Abbreviation (US)

Populates the column with the postal abbreviation of a state in the United States. For example, MN or NY.

Uses the [general-column-configuration](https://docs.tonic.ai/fabricate/fabricate-api-and-cli/using-the-fabricate-api/data-model/api-column-attributes/general-column-configuration "mention").

## Street Address (Global)

Populates the column with a street address from anywhere in the world. For example, 10 Rue Morgue.

Uses the [general-column-configuration](https://docs.tonic.ai/fabricate/fabricate-api-and-cli/using-the-fabricate-api/data-model/api-column-attributes/general-column-configuration "mention").

## Street Address (US)

Populates the column with a street address from within the United States. For example, 15 Main Street.

Uses the [general-column-configuration](https://docs.tonic.ai/fabricate/fabricate-api-and-cli/using-the-fabricate-api/data-model/api-column-attributes/general-column-configuration "mention").
