-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: Missing some statistics in the json files #211
Comments
These can be derived from aircraft.json
dump1090 doesn't maintain position history, this is a web-interface-side thing.
There's lots of message counters in existing stats output; differentiate those wrt time. |
Sorry, but I can´t see any payload in aircraft.json that will give me the number of "Total Aircraft" and "With Position". There ist only one object with a number of total messages and a array with aircraft informations. The only option ist to count the array length to get the number of airplanes. But these are all airplains with and without positions. Example output of the aircraft.json: |
Yes, that's exactly what you do: iterate through the aircraft array and classify the aircraft however you want. Here's an old example of doing just that: https://github.com/mutability/dump1090-tools/blob/master/collectd/dump1090.py#L199 (graphs1090 probably has more up to date code) |
I tried to find the following statistics in the JSON files.
Are they not available?
Could these statistics still be added?
Best Regards.
The text was updated successfully, but these errors were encountered: