mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-04-05 14:35:49 +00:00
updated documentation
This commit is contained in:
parent
3af6edd1d0
commit
6ae47d1442
5 changed files with 21 additions and 13 deletions
|
|
@ -15,11 +15,11 @@ PyHamTools 0.5.0
|
|||
* improved callsign decoding alogrithm [CallInfo]
|
||||
|
||||
* added special case to decode location of VK9 callsigns [CallInfo]
|
||||
|
||||
* added handling of special callsigns which can't be decoded properly inside a separate callsign exception file (e.g. 7QAA) [CallInfo]
|
||||
|
||||
* added ValueError when LOTW data from file contains too many errors [qsl]
|
||||
|
||||
* added handling of special callsigns which can't be decoded properly inside a separate
|
||||
callsign exception file (e.g. 7QAA)
|
||||
|
||||
PyHamTools 0.4.2
|
||||
================
|
||||
|
|
|
|||
|
|
@ -16,14 +16,20 @@ with some modules and classes which are frequently needed:
|
|||
|
||||
- Locator based calculations (distance, heading, sunrise/sunset, Locator to Lat/Long conversion)
|
||||
|
||||
- Checking frequencies against the IARU bandplan or
|
||||
- Checking frequencies against the IARU bandplan
|
||||
|
||||
- Parsing Amateur Radio callsigns using Clublog.org_'s or AD1C's Country-Files.com_ database
|
||||
- Parsing Amateur Radio callsigns using Clublog.org_'s, AD1C's Country-Files.com_ or QRZ.com_ database
|
||||
|
||||
- Download list of current eQSL_ or LOTW_ users
|
||||
|
||||
PyHamTools is used in production at the DXHeat.com DXCluster_, performing several thousand lookups and calculations per day.
|
||||
PyHamTools is used in production at the DXHeat.com DXCluster_, performing several thousand lookups and
|
||||
calculations per day.
|
||||
|
||||
.. _Clublog.org: https://secure.clublog.org/
|
||||
.. _Country-Files.com: http://www.country-files.com/
|
||||
.. _QRZ.com: http://qrz.com
|
||||
.. _eQSL: http://eqsl.cc
|
||||
.. _LOTW: http://www.arrl.org/logbook-of-the-world
|
||||
|
||||
.. _DXCluster: https://dxheat.com
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue