-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.txt
33 lines (31 loc) · 2.35 KB
/
metadata.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[general]
name=Earth, Sun, Moon, and Planets
qgisMinimumVersion=3.14
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.)
version=3.1.4
author=Calvin Hamilton
email=adenaculture@gmail.com
about=
Enhance this plugin with two Python libraries not provided by the QGIS distribution. Open up the OSGeo4W Shell and type "pip install timezonefinder skyfield" or whatever method you use to install Python libraries. You don't need to be a system administrator to do this. Without adding in these libraries, the only algorithms available are the "Day/Night terminator" and "Sun position directly overhead"
This plugin provides tools to calculate the positions of the sun, moon, and planets when viewed directly overhead for a particular date and time. It displays solar and lunar information for a coordinate at the specified date and time. It will produce the day/night terminator line, and twilight polygons.
The plugin provides expressions to obtains the current date and time, solar zenith, moon zenith, moon phase, and other solar and lunar information from the field calculaor.
tracker=https://github.com/hamiltoncj/qgis-earthsunmoon-plugin/issues
repository=https://github.com/hamiltoncj/qgis-earthsunmoon-plugin
tags=time,conversion,sun,moon,planet,planets,date,dawn,sunrise,noon,sunset,dusk,weekday,mercury,venus,earth,mars,jupiter,saturn,uranus,neptune,pluto,terminator line,astornomical,civil,nautical,twilight,expression,field calculator
homepage=https://github.com/hamiltoncj/qgis-earthsunmoon-plugin
category=Plugins
icon=icon.png
experimental=False
deprecated=False
hasProcessingProvider=yes
changelog=
3.1.4 - Update metadata
3.1.3 - Move repo
3.1.2 - Fix season labeling in southern hemisphere
3.1.1 - Add ability to create a series of sun and moon positions
3.1.0 - Add expressions for lunar and solar information
3.0.4 - Fix typos
3.0.3 - Add day/night boundry lines and polygons
3.0.2 - Fix to allow qgis_process to function correctly.
3.0.1 - Fix exception when libraries are not installed
3.0.0 - First release