Skip to content

Instantly share code, notes, and snippets.

@petersmythe
Created November 16, 2016 10:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save petersmythe/f6a0cad754050eb2de1707cac852738f to your computer and use it in GitHub Desktop.
Save petersmythe/f6a0cad754050eb2de1707cac852738f to your computer and use it in GitHub Desktop.
weather_storm_api_details
{
"code": 200,
"result": {
"features": [{
"geometry": {
"coordinates": [[[23.2504,-33.6749],[23.2914,-33.6976],[23.2919,-33.7095],[23.2917,-33.7335],[23.2916,-33.746],[23.2897,-33.7584],[23.2401,-33.7585],[23.1963,-33.7584],[23.0864,-33.7416],[22.9917,-33.7238],[22.9917,-33.6952],[23.0456,-33.6583],[23.0941,-33.6581],[23.1043,-33.6585],[23.2504,-33.6749]]],
"type": "Polygon"
},
"properties": {
"age": 0,
"cellTop": 11.5,
"dbz": 43.5,
"direction": 0.0,
"latitude": -33.7095,
"longitude": 23.1553,
"majorAxis": 14.5733,
"minorAxis": 4.49674,
"orientation": 96.0363,
"speed": 0.0,
"timestamp": "2016-09-16T13:42:00Z",
"instance": 0,
"distance": 0.0
},
"type": "Feature"
}],
"type": "FeatureCollection"
},
"source": "weather.tstorms.api"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment