You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.iface.messageBar().pushMessage("", "The ephemeris file does not cover the selected date range. Go to Settings and download and select an ephemeris file that contains your date range.", level=Qgis.Critical, duration=6)
225
+
self.iface.messageBar().pushMessage("", "The ephemeris file does not cover the selected date range. Go to Settings and download and select an ephemeris file that contains your date range.", level=Qgis.MessageLevel.Critical, duration=6)
Copy file name to clipboardExpand all lines: metadata.txt
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
1
[general]
2
2
name=Earth, Sun, Moon, and Planets
3
3
qgisMinimumVersion=3.14
4
+
qgisMaximumVersion=4.99
4
5
description=Tools to calculate the positions of the sun, moon, and planets when viewed directly overhead for a particular date and time. Create day/night terminator vector layers. Display solar and lunar information for a coordinate at the specified date and time. It provides expression functions to access solar and lunar information. (Note the Python library enhancements.)
5
-
version=3.1.5
6
+
version=3.1.6
6
7
author=Calvin Hamilton
7
8
email=adenaculture@gmail.com
8
9
about=
@@ -21,6 +22,7 @@ experimental=False
21
22
deprecated=False
22
23
hasProcessingProvider=yes
23
24
changelog=
25
+
3.1.6 - Qt5/Qt6 compatibility
24
26
3.1.5 - Use a custom date/time widget to include seconds
0 commit comments