# ＊ 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="/files/QteYaUe5TeHWlUCjChim" 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**](/rdt/resources/use-cases/contextual-anonymization.md) 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="/pages/1yDxyYfmFNTsI0hqAMNk"><strong>RandomLocationGenerator</strong></a></td><td>Create realistic latitude/longitude pairs within a specific set of countries.</td></tr><tr><td>＊ <a href="/pages/FkdTN77vahJyPrJpcPkt"><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="/pages/pRl92tmCLGmsDFHe2xBH"><strong>MetroAreaAnonymizer</strong></a></td><td>Anonymize GPS coordinates within the overall metro area, using postal codes.</td></tr><tr><td><a href="/pages/9QnYHT40028wrumuonUY"><strong>AnonymizedFaker</strong></a></td><td>Create anonymous coordinates without considering any context or region.</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sdv.dev/rdt/transformers-glossary/deep-data-understanding/gps-coordinates.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
