Update solarconditions.py

This commit is contained in:
SpudGunMan
2024-06-13 00:38:37 -07:00
parent 1103de77c6
commit fafd7d5af8
+3
View File
@@ -1,3 +1,6 @@
# helper functions to get HF band conditions, DRAP X-ray flux, and sunrise/sunset times
# some code from https://github.com/Murturtle/MeshLink
import requests # pip install requests
import xml.dom.minidom
from datetime import datetime # pip install datetime