Dupes suddenly not zero anymore
Rob Robinett
FYI… ---------- Forwarded message --------- From: Phil <phil@...> Date: Fri, Oct 29, 2021 at 3:38 PM Subject: Re: Dupes suddenly not zero anymore To: Rob Robinett <rob@...> CC: John Huggins <john.huggins.ee@...>, <wsprdaemon@groups.io> Hi Rob, John. All the 60m data we get from WSPRnet's API for the 60m band is a mixture of 5.2Mhz and 5.3MHz spots. Thus Arne's db can only be queried on the basis of band = 5 and the WD database where wd_band = '60' and both dbs return a mixture of 5.2Mhz and 5.3MHz spots. There is a solution using advanced search based on frequency. For wsprd.vk7jj.com (accessing the WD Postgres db) you should select 60m from the band menu and then use either and "MHz" < '5.3' or and "MHz" > '5.3' as per the screen shot below. For wspr.rocks (accessing Arne's ClickHouse db) the syntax is different and frequency < '5300000' or and frequency > '5300000' The same works for the 4m band or for different segments of the 2m band or for 27MHz, though in those cases the band menu should be set to "all bands". The queries can be combined, eg for 70MHz the Spanish allocation is 70.150 to 70.200 ref. https://www.wsprnet.org/drupal/node/4836 and frequency > '70100000' and frequency < '70200000' Regards Phil.
--
|
|