Skip to content

Instantly share code, notes, and snippets.

@dragomirtitian
Last active October 16, 2019 15:33
Show Gist options
  • Save dragomirtitian/c9ced8552dcd825f2d637c85238fe8c6 to your computer and use it in GitHub Desktop.
Save dragomirtitian/c9ced8552dcd825f2d637c85238fe8c6 to your computer and use it in GitHub Desktop.
[
{
"license": "ABC123",
"type": "drone",
"model": "Amazon 1250",
"airTimeHours": "6050",
"base": "New York",
"latLong": "40.775596 -73.97461"
},
{
"license": "XYZ456",
"type": "drone",
"model": "Amazon 1550",
"airTimeHours": "2100",
"base": "New York",
"latLong": "40.771956 -73.97853"
},
{
"license": "QRS678",
"type": "drone",
"model": "Google 3800",
"airTimeHours": "300",
"base": "New York",
"latLong": "40.779423 -73.96941"
},
{
"license": "AT9900",
"type": "car",
"make": "Tesla",
"model": "Quick Transport",
"miles": "15600",
"latLong": "40.773272 -73.96887"
},
{
"license": "AT2000",
"type": "car",
"make": "Uber",
"model": "Auto Taxi Plus",
"miles": "400",
"latLong": "40.778878 -73.96843"
},
{
"license": "AT2020",
"type": "car",
"make": "Uber",
"model": "Zip Trip",
"miles": "12200",
"latLong": "40.778984 -73.96226"
},
{
"license": "AT4000",
"type": "car",
"make": "Lyft",
"model": "Pick U Up",
"miles": "400",
"latLong": "40.774036 -73.96731"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment