Skip to content

Commit

Permalink
Add license
Browse files Browse the repository at this point in the history
  • Loading branch information
hamiltoncj committed Jan 23, 2024
1 parent c87b415 commit bf44b54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PLUGINNAME = densityanalysis
PLUGINS = "$(HOME)"/AppData/Roaming/QGIS/QGIS3/profiles/default/python/plugins/$(PLUGINNAME)
PY_FILES = __init__.py densityanalysis.py densityanalysisprocessing.py densitygrid.py geohash.py geohashdensity.py geohashdensitymap.py geohashmultidensity.py geohashmultidensitymap.py graduatedstyle.py h3density.py h3densitymap.py h3grid.py h3multidensity.py h3multidensitymap.py heatmap.py polygondensity.py polyvectordensity.py provider.py randomstyle.py rasterstyle.py settings.py style2layers.py styledkde.py styledpolygondensity.py styledpolyvectordensity.py utils.py
EXTRAS = metadata.txt icon.png
EXTRAS = metadata.txt icon.png LICENSE

deploy:
mkdir -p $(PLUGINS)
Expand Down
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=2023.10.19
version=2024.1.23
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=
2024.1.23 - Add license
2023.10.19 - Add polygon vector density algorithms
2023.9.21 - Avoid potential closeEvent problem
2023.9.8 - Fix typo in graduated style
Expand Down

0 comments on commit bf44b54

Please sign in to comment.