Skip to content

Instantly share code, notes, and snippets.

@petersmythe
Created November 16, 2016 07:30
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/3c4e9c957ffe7f482ef6491f36448375 to your computer and use it in GitHub Desktop.
Save petersmythe/3c4e9c957ffe7f482ef6491f36448375 to your computer and use it in GitHub Desktop.
weather_storm_api_feed
{
"code": 200,
"result": {
"features": [{
"geometry": {
"coordinates": [[[23.0368,-33.5916],[23.0476,-33.5916],[23.0548,-33.5917],[23.0584,-33.595],[23.075,-33.6112],[23.075,-33.6225],[23.0409,-33.6583],[23.0276,-33.6584],[22.9941,-33.6584],[22.9808,-33.6583],[22.9751,-33.6583],[22.9584,-33.6225],[22.9582,-33.6132],[22.9582,-33.6034],[22.9583,-33.598],[22.9584,-33.5922],[22.9669,-33.5917],[22.974,-33.5916],[22.9849,-33.5916],[23.0054,-33.5915],[23.0368,-33.5916]]],
"type": "Polygon"
},
"properties": {
"age": 0,
"cellTop": 7.5,
"dbz": 33.0,
"direction": 90.0,
"latitude": -33.6225,
"longitude": 23.0108,
"majorAxis": 4.901,
"minorAxis": 3.71526,
"orientation": 89.0735,
"speed": 9.49383E-05,
"timestamp": "2016-11-14T06:36:00Z",
"instance": 0,
"distance": 5534.6
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [[[23.0368,-33.5916],[23.0476,-33.5916],[23.0548,-33.5917],[23.0584,-33.595],[23.075,-33.6112],[23.075,-33.6225],[23.0409,-33.6583],[23.0276,-33.6584],[22.9941,-33.6584],[22.9808,-33.6583],[22.9751,-33.6583],[22.9584,-33.6225],[22.9582,-33.6132],[22.9582,-33.6034],[22.9583,-33.598],[22.9584,-33.5922],[22.9669,-33.5917],[22.974,-33.5916],[22.9849,-33.5916],[23.0054,-33.5915],[23.0368,-33.5916]]],
"type": "Polygon"
},
"properties": {
"age": 0,
"cellTop": 7.5,
"dbz": 33.0,
"direction": 90.0,
"latitude": -33.6225,
"longitude": 23.0108,
"majorAxis": 4.901,
"minorAxis": 3.71526,
"orientation": 89.0735,
"speed": 9.49383E-05,
"timestamp": "2016-11-14T07:06:00Z",
"instance": 1,
"distance": 5534.6
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [[[23.0368,-33.5916],[23.0476,-33.5916],[23.0548,-33.5917],[23.0584,-33.595],[23.075,-33.6112],[23.075,-33.6225],[23.0409,-33.6583],[23.0276,-33.6584],[22.9941,-33.6584],[22.9808,-33.6583],[22.9751,-33.6583],[22.9584,-33.6225],[22.9582,-33.6132],[22.9582,-33.6034],[22.9583,-33.598],[22.9584,-33.5922],[22.9669,-33.5917],[22.974,-33.5916],[22.9849,-33.5916],[23.0054,-33.5915],[23.0368,-33.5916]]],
"type": "Polygon"
},
"properties": {
"age": 0,
"cellTop": 7.5,
"dbz": 39.0,
"direction": 90.0,
"latitude": -33.6225,
"longitude": 23.0108,
"majorAxis": 4.901,
"minorAxis": 3.71526,
"orientation": 89.0735,
"speed": 9.49383E-05,
"timestamp": "2016-11-14T07:36:00Z",
"instance": 2,
"distance": 5534.6
},
"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