* GPSNoiser
*SDV Enterprise Feature. This feature is available to our licensed users and is not currently in our public library. To learn more about the SDV Enterprise and its extra features, visit our website.
The GPSNoiser
creates realistic GPS coordinates from roughly the same areas as the real data. When transforming your data, it adds noise using a pre-defined distance to preserve privacy. When reverse transforming, it chooses from the noised data points.
Parameters
noise_km
: Add this argument to determine the overall magnitude of noise to add, in kilometers
(default) | Add roughly 10km noise to the real GPS coordinates, in any direction For reference, 10km is roughly the diameter of a city like Paris |
| A floating point value in the range |
Examples
This transformer takes exactly 2 columns as input. Make sure that you have 1 column with sdtype latitude
and 1 column with sdtype longitude
.
FAQs
Last updated