Comment by ~jeffpc on ~jeffpc/hlog
The code already has support for a bool type and HLQ1 header (IOW, not writing the timestamp).
Ticket created by ~jeffpc on ~jeffpc/hlog
Expand the existing HLQ0 format:
- remove timestamp from first line (it is redundant with debug.written)
- support complete/incomplete info
- support SIGs (#4)
- support ARRL sections (#40)
- support station altitude (#41)
- support QSL info (#3)
Because these changes are incompatible with existing HLQ0 parsers, we have to add them to a new version of the format and make the parser handle it.
~jeffpc assigned ~jeffpc to #25 on ~jeffpc/hlog
Comment by ~jeffpc on ~jeffpc/hlog
- updated to 3.1.2 in 2d8abfd9ad3a
- updated to 3.1.3 in 173984184fe9
- switched to
wwff_ref
/my_wwff_ref
in 944cbe34c69b
Ticket created by ~jeffpc on ~jeffpc/hlog
This is not entirely trivial since there are different ways of defining altitude. After some discussion, ADIF punted on flexibility and just uses meters above mean sea level - without providing an exact definition of MSL. The ADIF fields are
altitude
andmy_altitude
.