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
- **Generate Callsign file**
- Outputs call sign data without duplicates from data read from an ADIF file as a text file. The text file will contain one callsign per line.
- If the ADIF file has not been read, i.e., `read_adi()` has not been performed, it returns the error `AdifParserError`.
- Call signature:
python
ADIFParser.call_to_txt(filepath)
- Parameter:
- `file_path`: str or path-like or binary file-like
- A path of output txt file
- Returns:
- `None`
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.
shell
pip install adiftools
shell
pip install -U adiftools
* When you got an error from subprocess, try to install `wheel` by `pip install wheel` command
Other
* Please report any issues with the release on the [adiftools issue tracker](issues).
* 日本語での説明はJS2IIUのブログをご覧ください:[アマチュア無線局JS2IIU](https://js2iiu.com)
Thank you, JS2IIU