Skip to content

Instantly share code, notes, and snippets.

@cswiger
Created November 3, 2020 21:09
Show Gist options
  • Save cswiger/a3ec898a0d10c808d6b08ae251f6ee5f to your computer and use it in GitHub Desktop.
Save cswiger/a3ec898a0d10c808d6b08ae251f6ee5f to your computer and use it in GitHub Desktop.
First test smartCar Amps data by location
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"timestamp": "20201103T205247",
"amps": "-0.7"
},
"geometry": {
"type": "Point",
"coordinates": [
-81.687217,
38.353772
]
}
},
{
"type": "Feature",
"properties": {
"timestamp": "20201103T205320",
"amps": "-13.2"
},
"geometry": {
"type": "Point",
"coordinates": [
-81.687205,
38.354173
]
}
},
{
"type": "Feature",
"properties": {
"timestamp": "20201103T205344",
"amps": "-0.4"
},
"geometry": {
"type": "Point",
"coordinates": [
-81.686498,
38.354755
]
}
},
{
"type": "Feature",
"properties": {
"timestamp": "20201103T205412",
"amps": "-4.9"
},
"geometry": {
"type": "Point",
"coordinates": [
-81.684602,
38.354478
]
}
},
{
"type": "Feature",
"properties": {
"timestamp": "20201103T205441",
"amps": "11.5"
},
"geometry": {
"type": "Point",
"coordinates": [
-81.683737,
38.355002
]
}
},
{
"type": "Feature",
"properties": {
"timestamp": "20201103T205509",
"amps": "19.9"
},
"geometry": {
"type": "Point",
"coordinates": [
-81.685703,
38.355752
]
}
},
{
"type": "Feature",
"properties": {
"timestamp": "20201103T205538",
"amps": "-12.7"
},
"geometry": {
"type": "Point",
"coordinates": [
-81.686453,
38.356908
]
}
},
{
"type": "Feature",
"properties": {
"timestamp": "20201103T205606",
"amps": "-5.9"
},
"geometry": {
"type": "Point",
"coordinates": [
-81.689177,
38.355697
]
}
},
{
"type": "Feature",
"properties": {
"timestamp": "20201103T205635",
"amps": "-25.2"
},
"geometry": {
"type": "Point",
"coordinates": [
-81.688613,
38.353902
]
}
},
{
"type": "Feature",
"properties": {
"timestamp": "20201103T205704",
"amps": "-20.4"
},
"geometry": {
"type": "Point",
"coordinates": [
-81.687568,
38.353147
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment