adiftools release v0.1.3
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
- Calculate distance from two places' latitude and longitude
- Call signature
adiftools.get_dist(lat1, lon1, lat2, lon2)
- Parameters:
lat1– latitude of the first point in degreeslon1– longitude of the first point in degreeslat2– latitude of the second point in degreeslon2– longitude of the second point in degrees
- Returns:
- the distance from the first point to the second in meters
- Reference
- Call signature
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 adiftoolspip install -U adiftools- When you got an error from subprocess, try to install
wheelbypip install wheelcommand
Other
- Please report any issues with the release on the adiftools issue tracker.
- 日本語での説明はJS2IIUのブログをご覧ください:アマチュア無線局JS2IIU
Thank you, JS2IIU