* GPS Coordinates
Last updated
Last updated
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.
GPS coordinates are defined by exactly 2 columns: 1 with sdtype latitude
and another with sdtype longitude
.
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.
Private GPS coordinate pairs by adding noise within predefined regions, for example +/- 10km away from the real location.
You can also use the the technique on GPS coordinates. Preserve the broader regions from your data while anonymizing precise locations only.
Create realistic latitude/longitude pairs within a specific set of countries.
Anonymize GPS coordinates by adding noise within a pre-determined radius.
Anonymize GPS coordinates within the overall metro area, using postal codes.
Create anonymous coordinates without considering any context or region.
*
*
* [In Beta!]