MedadRufus / aircraft-tracking-WSPR

Dedicated to tracking aircraft with WSPR data from WSPRnet
MIT License
0 stars 0 forks source link

Build a map showing paths and abnormalies #1

Open MedadRufus opened 2 years ago

MedadRufus commented 2 years ago

The basis of Richard Godfrey approach is: If an aircraft passes through the propagation path between a TX station and RX station, there will be an abnormally in SNR and Signal drift(Hz/second). If this abnormally can be seen at the same time in multiple propagation paths between different tx and rx stations, then the plane is likely in the intersection point between all these paths.

WSPRnet records the location of transmitter and receiver, Timestamp of transmission and SNR and Drift of transmission. This information could be enough to detect obstacles in the paths.

MedadRufus commented 2 years ago

Use a map like this: image Source: https://chart-studio.plotly.com/~empet/14813.embed

MedadRufus commented 2 years ago

Use px.line_geo().

Example: https://plotly.com/python/lines-on-maps/

image

MedadRufus commented 2 years ago

Activate environment with:

$ conda activate wspr_propogation
MedadRufus commented 2 years ago

download wspr data from here: https://www.wsprnet.org/drupal/downloads

MedadRufus commented 2 years ago

SNR between two very most busy links image

Drift observered between two very most busy links image

There is some periodicity over course of the day. The 2 stations are around 600 km apart. Data shown for a period of 3 days. image

I don't see distinct abnormalities. Just a lot of noise in the SNR.

MedadRufus commented 2 years ago

SNR and drift between a transmiter and receiver in America and Europe, 7248 km circle distance.

image

image

image