# ＊ GPS Coordinates

{% hint style="info" %}
**＊SDV Enterprise Feature.** This feature is available to our licensed users and is not currently in our public library. For more information, visit our page to [Explore SDV](https://docs.sdv.dev/sdv/explore/sdv-enterprise/compare-features).
{% endhint %}

GPS coordinates represent precise locations around the world, for a particular building or marker in forest. GPS coordinates are defined by a latitude and longitude value.

GPS coordinates can be a type of PII data because they are precise. A key consideration is that **you do not want the exact coordinates of your dataset to leak** because they represent private locations. However, you may want to **create realistic coordinates in similar regions**.

<figure><img src="https://2225246359-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVGX92M819eIp0rMg5elc%2Fuploads%2Fmy7uFxARHJXxDcFzksoA%2FGPS%20Graphic.png?alt=media&#x26;token=78a96a4a-0e67-4cbc-a982-2ed9d54e8b56" alt=""><figcaption></figcaption></figure>

## Key Features

:earth\_americas: Create random, **realistic coordinates from anywhere in the world**. When you do this, the combination of latitude and longitude coordinates will identify GPS locations that make sense for your data.

:notes: Private GPS coordinate pairs by **adding noise within predefined regions**, for example +/- 10km away from the real location.

:unlock: You can also use the the [**Contextual Anonymization**](https://docs.sdv.dev/rdt/resources/use-cases/contextual-anonymization) technique on GPS coordinates. Preserve the broader regions from your data while **anonymizing precise locations only**.

## Supported sdtypes

GPS coordinates are defined by exactly 2 columns: 1 with sdtype `latitude` and another with sdtype `longitude`.

{% hint style="info" %}
Currently only the decimal representation of GPS coordinates are accepted with latitude ranging from -90.0 to +90.0 and longitude ranging from -180 to +180.0.
{% endhint %}

## Browse Transformers

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td>＊<a href="gps-coordinates/randomlocationgenerator"><strong>RandomLocationGenerator</strong></a></td><td>Create realistic latitude/longitude pairs within a specific set of countries.</td></tr><tr><td>＊ <a href="gps-coordinates/gpsnoiser"><strong>GPSNoiser</strong></a></td><td>Anonymize GPS coordinates by adding noise within a pre-determined radius.</td></tr><tr><td>＊ [In Beta!]  <a href="gps-coordinates/metroareaanonymizer"><strong>MetroAreaAnonymizer</strong></a></td><td>Anonymize GPS coordinates within the overall metro area, using postal codes.</td></tr><tr><td><a href="../generic-pii-anonymization/anonymizedfaker"><strong>AnonymizedFaker</strong></a></td><td>Create anonymous coordinates without considering any context or region.</td></tr></tbody></table>
