WSPR GIS

Bringing WSPR data into the world of GIS!

Workflow

  1. Download & decompress zip from - http://www.wsprnet.org/drupal/downloads
  2. Pull call into new CSV
    cat wsprspots*.csv | grep call > call_wsprspots.csv
  3. Add fields to top of csv
    spotid,timestamp,reporter,reportergrid,snr,frequency,call,callgrid,power,drift,distance,azimuth,band,version,code
  4. Geocode 2x, once for CallGrid, once for ReporterGrid. Outputs are reporterIsMe and callerIsMe, respectively.
  5. Strip geocoder fields
  6. Add i_am field to both.
  7. Field calculate: reporterIsMe.i_am = reporter ; callerIsMe.i_am = caller
  8. Merge reporterIsMe and callerIsMe
  9. Add fields for: timedate, time, date, day_of_week, time_of_day, band
  10. - timdate - calculate from epoch time:
  11. - test
wspr_gis.txt · Last modified: 2024/11/14 02:30 by 127.0.0.1
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0