Skip to content

Releases: NationalSecurityAgency/qgis-datetimetools-plugin

Date/Time Tools 3.0.12

18 Jan 16:03
Compare
Choose a tag to compare

This just adds the LICENSE to the output plugin as required.

Date/Time Tools 3.0.11

20 Sep 14:26
Compare
Choose a tag to compare

Replaced pytz libraries with the native python 3.9 timezone support using zoneinfo.

Date/Time Tools 3.0.10

05 May 16:45
Compare
Choose a tag to compare

This is a fix that allows the command line qgis_processing to function properly.

Date/Time Tools 3.0.9

01 May 13:29
Compare
Choose a tag to compare
  • Changed Python dependencies missing message.
  • Fixed typos.

Date/Time Tools 3.0.8

24 Apr 11:45
Compare
Choose a tag to compare

This release no longer ships the Python library dependencies with the plugin due to changes with timezonefinder. You will now need to open up the QGIS OSGeo4W Shell and manually install the libraries as follows:

pip install timezonefinder astral reverse_geocoder

You don't need to be an system administrator to run this - at least on Windows.

Date/Time tools 3.0.7

19 Apr 18:56
Compare
Choose a tag to compare

Add the dialog box with iface.addDockWidget

Date/Time tools 3.0.6 Release

14 Apr 14:46
Compare
Choose a tag to compare

Updated documentation and metadata.

Date/Time tools 3.0.5 Release

31 Mar 14:44
Compare
Choose a tag to compare

Contains a bug fix when unloading the plugin.

Date/Time Tools 3.0.4 Release

29 Mar 14:27
Compare
Choose a tag to compare

This release requires QGIS 3.14+. It adds three new tools.

  1. Time Zone Capture - With this tool selected, as the mouse moves across the canvas the time zone and/or time offset is display in the lower left info box and the time zone is highlighted on the canvas.

  2. Add Sun Attributes - This is a processing tool that for a point layer and a given date, calculates the time of dawn, sunrise, noon, sunset, and dusk and adds them to the attribute table and creates a new layer.

  3. Add Time Zone Attributes - From a point layer, this processing algorithm adds the time zone each point is in as well as the time zone offset for a particular date if selected.

Date/Time Tools 3.0.3 Release

26 Feb 16:43
Compare
Choose a tag to compare
use svg rather than png icons