Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hamiltoncj committed Feb 2, 2023
1 parent 8e1a22f commit eff60f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name=Density Analysis
qgisMinimumVersion=3.12
description=This plugin automates the creation of density heatmaps in QGIS with a heatmap explorer to examine the areas of greatest concentrations. It includes H3, geohash, and polygon density map algorithms along with several styling algorithms. It can paste a style onto all selected layers.
version=2022.12.19
version=2023.2.2
author=C Hamilton
[email protected]
about=This plugin adds six new density heatmap algorithms to QGIS including geohash, H3, and polygon density maps. It adds a vector density heatmap explorer to examine the areas of greatest concentrations. It wraps the QGIS Heatmap algorithm into a new version that automatically styles the layer and allows the user to specify the cell size in various units of measure and not just the units of the layer's CRS. It provides an algorithm to create a raster density map of polygons. It has three processing algorithms to create a gradient style, random style, and raster pseudocolor style so that they can be used in QGIS models. Another tool allows a copied style or a .qml file to be pasted onto all selected layers. The plugin can be extended by installing the H3 library for blazing fast hexagon density maps.
Expand All @@ -16,6 +16,7 @@ hasProcessingProvider=yes
experimental=False
deprecated=False
changelog=
2023.2.2 - Added multi layer input to geohash and H3 algorithms and rearranged algorithms.
2022.12.19 - Added the ability to set the color and line width of density hotspot explorer marker.
2022.9.14 - Algorithm parameters simplified and common default parameter settings added to Settings dialog.
2022.8.25 - In the density map explorer a pan+flash mode was added.
Expand Down

0 comments on commit eff60f9

Please sign in to comment.