Tools to analyze data from wsprnet.org. Requires python3.
All settings are done within the file settings.json. Afterwards the analysis can be started.
A map will be downloaded from wikimedia (public domain by NASA) All links are listed in the resulting image. Grids with RX, TX or both are colored.
To plot the grid call: python3 plotGrid.py
Plot all grid locator fields with WSPR activity in the configured time
python3 plotCompleteGrid.py
For generation call: python3 statistics.py
the zip file is downloaded from http://wsprnet.org/drupal/downloads format of url: 'http://wsprnet.org/archive/wsprspots-' + year and month + '.csv.zip'
extracts to 'wsprspots-' + year and month + '.csv'
the csv files are filtered. therefore the csv is parsed and if the reporter or the sender is within the call sign list, it is stored in a new csv file. the naming scheme for this is: call + '_' year and month + '.csv' these files will stay on the disk. the zip file and the extracted csv file will be deleted if the cleanup is set within the settings file
if the filtered file for one call within the call sign list is not present, the zip file for the corresponding month is downloaded if neccessary, and extracted if neccessary.