Skip to content

Instantly share code, notes, and snippets.

@ejdoh1
Created April 8, 2022 07:57
Show Gist options
  • Save ejdoh1/1b58de3ccfcfeed1e84c29c35867dbe9 to your computer and use it in GitHub Desktop.
Save ejdoh1/1b58de3ccfcfeed1e84c29c35867dbe9 to your computer and use it in GitHub Desktop.
Kepler.gl sample trip data
{
"fields": [
{
"name": "tpep_pickup_datetime",
"format": "YYYY-M-D H:m:s",
"type": "timestamp"
},
{
"name": "pickup_longitude",
"format": "",
"type": "real"
},
{
"name": "pickup_latitude",
"format": "",
"type": "real"
}
],
"rows": [
[
"2015-01-15 19:05:39 +00:00",
-73.99389648,
40.75011063
],
[
"2015-01-15 19:05:39 +00:00",
-73.97642517,
40.73981094
],
[
"2015-01-15 19:05:40 +00:00",
-73.96870422,
40.75424576
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment