-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8e1a22f
commit eff60f9
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
@@ -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. | ||
|