|
1 | 1 | [general] |
2 | 2 | name=Date/Time Tools |
3 | 3 | 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.) |
5 | 5 | version=3.0.8 |
6 | 6 | author=C Hamilton |
7 | 7 | 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. |
9 | 10 |
|
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. |
11 | 12 | tracker=https://github.com/NationalSecurityAgency/qgis-datetimetools-plugin/issues |
12 | 13 | repository=https://github.com/NationalSecurityAgency/qgis-datetimetools-plugin |
13 | 14 | tags=time,conversion,sun,date,time zone,dawn,sunrise,noon,sunset,dusk,geocoder,weekday |
|
0 commit comments