ChristofferB
EF2
- Joined
- Aug 27, 2009
- Messages
- 197
This might be a longshot but I am playing around with the SpotterNetwork API and I am currently struggling with understanding how to determine if a chaser is "active" or not. The data available is the following:
{
"report_at": "2021-06-17 11:04:31",
"lat": "39.3040733",
"lon": "-96.6366043",
"elev": null,
"dir": null,
"gps": "0",
"callsign": null,
"email": "christoffer@w*.se",
"phone": "",
"ham": "",
"ham_show": "0",
"freq": "",
"note": "",
"im": "",
"twitter": "stormchasingusa",
"web": "Storm / tornado chasing tours - Compare Prices & Reviews",
"unix": "1623927871",
"first": "Christoffer",
"last": "Bjorkwall",
"marker": "38839"
},
The "report_at" it seems to be a "ping" that tells if the storm spotter has reported a position or not. I do not have my storm spotter account broadcasting (the above example was manually set) so I am not sure how that works (please enlighten me!).
I would like to determine how to make sure if a Spotter is "active" or not. Just the fact that you have a recent "report_at" timestamp cannot possibly mean that someone is chasing, I checked it yesterday and there were spotters reporting from all over the US (and the world in fact). Or is that the only information to use?
One could use "dir" (travel direction, I assume) to see if the person is in fact driving but as we all know, chasing is not always about driving.
Have anyone of you played around with this API and have some input?
Edit: I guess it all comes down to. When do this automatic "report" to SpotterNetwork happen? Note that this is not a STORM report, but just some sort of "location ping". Do you have to turn it on actively or is more about having the software running on your laptop, and as such broadcasting where you are?
{
"report_at": "2021-06-17 11:04:31",
"lat": "39.3040733",
"lon": "-96.6366043",
"elev": null,
"dir": null,
"gps": "0",
"callsign": null,
"email": "christoffer@w*.se",
"phone": "",
"ham": "",
"ham_show": "0",
"freq": "",
"note": "",
"im": "",
"twitter": "stormchasingusa",
"web": "Storm / tornado chasing tours - Compare Prices & Reviews",
"unix": "1623927871",
"first": "Christoffer",
"last": "Bjorkwall",
"marker": "38839"
},
The "report_at" it seems to be a "ping" that tells if the storm spotter has reported a position or not. I do not have my storm spotter account broadcasting (the above example was manually set) so I am not sure how that works (please enlighten me!).
I would like to determine how to make sure if a Spotter is "active" or not. Just the fact that you have a recent "report_at" timestamp cannot possibly mean that someone is chasing, I checked it yesterday and there were spotters reporting from all over the US (and the world in fact). Or is that the only information to use?
One could use "dir" (travel direction, I assume) to see if the person is in fact driving but as we all know, chasing is not always about driving.
Have anyone of you played around with this API and have some input?
Edit: I guess it all comes down to. When do this automatic "report" to SpotterNetwork happen? Note that this is not a STORM report, but just some sort of "location ping". Do you have to turn it on actively or is more about having the software running on your laptop, and as such broadcasting where you are?