The tracks on my local feed are rounded where as those shown on the ADSB-Exchange history are straight lines from point to point.
So, what is going on? Does dump1090-fa interpolate the curves between those dots or do those dots on the history page represent only a few of the data points that dump1090-fa uses to draw the paths taken by an aircraft?
Saving more granular data would take more space, slow down the database.
If you receive all packets, ADS-B from every aircraft provides you with 2 aircraft positions per second as far as i know.
dump1090-fa does no interpolation.
The dump1090-fa history when you first load the web page also is not as fine grained, i believe the data points are 30 seconds apart.
Even the live map doesn’t display all positions you receive (provided the altitude stays the same).
So you can make the tracks even more precise if you modify your web interface
I’ve also moved the thread into the Flight Tracking category.
So the dots on the ADSB are only showing selected based on some sort of algorithm. Per your explanation, there is a data point created every 2 seconds.
What I would hope then to do is:
A) Create my own database of positions received.
B) Create Flight History Displays using the data in my database.
With that in mind, I am hoping somebody can point me towards a tutorial, or a the right sections of code in dump1090-fa, or anything else that will help me deduce how to get started. My coding skills are such that I can usually figure out what to do but not how to get started.