Skip to content

Commit 2675aa4

Browse files
committed
Update metadata.
1 parent 63ab4c9 commit 2675aa4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,4 @@ <h2><img src="images/tzAttributes.svg" width=24 height=24 alt="Add Time Zone Att
7676
<div style="text-align:center"><img src="doc/add_tz.png" alt="Add Time Zone Attributes"></div>
7777

7878
<p>From a point layer, this processing algorithm adds the time zone the point is in as well as the time zone offset if a date is give and <strong>Add option time zone offset for a particular date</strong> is selected. These are the attribute fields that are added.</p>
79-
<div style="text-align:center"><img src="doc/tz_attributes.png" alt="Time Zone Attributes"></div>
80-
</body>
79+
<div style="text-align:center"><img src="doc/tz_attributes.png" alt="Time Zone Attributes"></div></body>

metadata.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
[general]
22
name=Date/Time Tools
33
qgisMinimumVersion=3.14
4-
description=Tools to display and convert date, time, time zone, UNIX time (Epoch), Julian date, ISO8601, date differences, times and positions of the sun.
4+
description=Tools to display and convert date, time, time zone, UNIX time (Epoch), Julian date, ISO8601, date differences, times and positions of the sun. (Note Python library dependencies.)
55
version=3.0.8
66
author=C Hamilton
77
email=adenaculture@gmail.com
8-
about=This plugin requires 3 Python libraries not provided by the QGIS distribution. Open up the OSGeo4W Shell and type "pip install timezonefinder astral reverse_geocoder" or whatever method you use to install Python libraries. You don't need to be a system adminstrator to do this.
8+
about=
9+
This plugin requires 3 Python libraries not provided by the QGIS distribution. Open up the OSGeo4W Shell and type "pip install timezonefinder astral reverse_geocoder" or whatever method you use to install Python libraries. You don't need to be a system adminstrator to do this.
910

10-
This plugin contains four tools. 1)Conversion tools to display the local date, time, time zone, UNIX time (Epoch), Julian dates, ISO8601, calculate the difference between two dates, select a location and time zone by clicking on the map and display the closet location and sun statistics. 2) Time zone visualization and/or offset capture tool. 3) A processing tool that adds a time zone field and/or offset to a point layer. 4) A processing tool to add the sun times of dawn, sunrise, noon, sunset, and dusk to a point layer attribute table. NOTE: This plugin is large and is loaded at the time of first use. At first launch, it can take a few seconds to load.
11+
This plugin contains four tools. 1)Conversion tools to display the local date, time, time zone, UNIX time (Epoch), Julian dates, ISO8601, calculate the difference between two dates, select a location and time zone by clicking on the map and display the closet location and sun statistics. 2) Time zone visualization and/or offset capture tool. 3) A processing tool that adds a time zone field and/or offset to a point layer. 4) A processing tool to add the sun times of dawn, sunrise, noon, sunset, and dusk to a point layer attribute table.
1112
tracker=https://github.com/NationalSecurityAgency/qgis-datetimetools-plugin/issues
1213
repository=https://github.com/NationalSecurityAgency/qgis-datetimetools-plugin
1314
tags=time,conversion,sun,date,time zone,dawn,sunrise,noon,sunset,dusk,geocoder,weekday

0 commit comments

Comments
 (0)