magicbug / Cloudlog

Web based amateur radio logging application built using PHP & MySQL supports general station logging tasks from HF to Microwave with supporting applications to support CAT control.
http://www.cloudlog.co.uk
MIT License
467 stars 192 forks source link

ADIF Export Frequency #196

Closed thenorthcore closed 8 years ago

thenorthcore commented 8 years ago

Hej hej, according to ADIF 3.0.4 (http://www.adif.org/304/ADIF_304.htm) the FREQ field contains the frequency in MHz. Right now export seems to be in Hertz. We might need to change the export for compatibility reasons (e.g. TQSL).

73s de Jens, M0INN

magicbug commented 8 years ago

Correct Jens the ADIF export needs a tweak to be MHz.

magicbug commented 8 years ago

Tagged wrong code commit, but now doing hertz / 1000000 to generate correct MHz for ADIF

However, seems i've some wrongly logged freqs in my log hah.. would appear these are N1MM imports so guess need to check out ADIF import stuff too

magicbug commented 8 years ago

Closer inspection its for things like 14081011 aka 14.081011 LoTW doesn't like that so throws an error

thenorthcore commented 8 years ago

I'll have a look the next time I'm exporting for LOTW. Last time I've manually fixed the exported files via search and replace. ;)

magicbug commented 8 years ago

It might actually be semi working in the latest codebase, I really need to sit down and start thinking about Version 2 and finding a suitable system to support PHP7 and beyond :)

thenorthcore commented 8 years ago

Are you around for the upcoming Camb-Hams trip? We could do a small session on Cloudlog NG ideas. :)

magicbug commented 8 years ago

I will be 😀

Peter On 16 May 2016 13:15, "Jens Abraham" notifications@github.com wrote:

Are you around for the upcoming Camb-Hams trip? We could do a small session on Cloudlog NG ideas. :)

— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/magicbug/Cloudlog/issues/196#issuecomment-219411327