awslabs / amazon-kinesis-data-generator

A UI that simplifies testing with Amazon Kinesis Streams and Firehose. Create and save record templates, and easily send data to Amazon Kinesis.
Apache License 2.0
200 stars 76 forks source link

Added implementation of address.nearbyGPSCoordinate from faker.js #31

Closed wmtaff closed 3 years ago

wmtaff commented 3 years ago

Issue #, if available:

Description of changes: Implemented address.nearbyGPSCoordinate from faker (https://github.com/Marak/faker.js/blob/91dc8a3372426bc691be56153b33e81a16459f49/lib/address.js). Helpful when mocking moving GPS sensors, other location based information. To invoke: {{address.nearbyGPSCoordinate({"coordinate": [61.2181, -149.9000], "radius": 50})}}

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.