The following Python packages need to be installed (see also requirements.txt):
- activesoup required: version 0.3.0 or greater
- apscheduler
- aprslib
- beautifulsoup4
- expiringdict
- geopy
- iso3166
- maidenhead
- pymgrs Note: this is not a pip package; download the mgrs.py file and save it in the src directory
- requests
- skyfield
- timezonefinder
- unidecode
- us
- utm
- xmltodict
If you install MPAD and its components on a Raspberry Pi, the skyfield package requires you to install apt-get install libatlas-base-dev as a separate dependency.
- aprs.fi - thank you Hessu!
- aprs-is - thank you Steve Loveall!
- findu.com - thank you Steve Dimse!
- openweathermap.org
Both aprs.fi and openweathermap.org require an API access key which needs to be added to the program's configuration file - see installation instructions