Skip to content

adiftools release v0.1.2

Choose a tag to compare

@JS2IIU-MH JS2IIU-MH released this 10 Jan 14:23
· 61 commits to main since this release

This is an official release version.

Functions

  • Read adif file into Pandas DataFrame.
  • Generate basic Matplotlib plots from adif data.
  • Utility tool to calculate Grid Locator from/to geographic coordinate.

New

  • Check JA call sign
    • Call signature
      adiftools.is_ja(call_sign)
    • Parameter:
      • call_sign call sign as string
    • Returns:
      • True: JA call, False: other

Install

adiftools can now officially pip install from PyPI. If you have already installed a previous version, please update it with the following command All previous functions can still be used with this update.

pip install adiftools
pip install -U adiftools
  • When you got an error from subprocess, try to install wheel by pip install wheel command

Other

Thank you, JS2IIU