Convert geodetic coordinates to geomagnetic coordinates, using the UNENCRYPTED connection to IGRF web service: http://wdc.kugi.kyoto-u.ac.jp/igrf/gggm/index.html
python -m pip install -e .
Optional: If you wish to plot maps, consider installing CartoPy like:
conda install cartopy
This program reads coordinates from file or command line.
python GeomagConvert.py 2015 -c 65 -148 geomag
65.56 -96.46
python GeomagConvert.py 2015 -c 65.56 -96.46 geodetic
65.004 -147.994
Convert .KMZ file containing geodetic coordinates to geomagnetic coordinates:
python GeomagConvert.py 2015 -f tests/example.kml
or likewise with a CSV or XLS file.