Update locationdata.py

This commit is contained in:
SpudGunMan
2024-06-26 13:35:16 -07:00
parent 148d694b81
commit f15d60e95a
+1 -1
View File
@@ -1,7 +1,7 @@
# helper functions to use location data
# K7MHI Kelly Keeton 2024
import json
import json # pip install json
from geopy.geocoders import Nominatim # pip install geopy
import maidenhead as mh # pip install maidenhead
import requests # pip install requests