Initial Commit. Downloads latest wsprnet log, unzips the csv loads the records into pandas, filters sent and received by callsign, checks if record already exists and adds it to correct table if it doesn't. Also working on adding some post processing cleanup and logging. Also has bat file that activates correct venv and then runs the script.

This commit is contained in:
2021-04-07 17:39:53 -04:00
commit ccc68b64a5
3 changed files with 204 additions and 0 deletions

2
run.bat Normal file
View File

@@ -0,0 +1,2 @@
@echo off
cmd /k "cd /d C:\Users\ICYN3\Documents\dev\wspr\venv\Scripts & activate & cd /d C:\Users\ICYN3\Documents\dev\wspr & python main.py & exit"