From dc19fd6504c1a76d9b518838bb56074163bb4ab6 Mon Sep 17 00:00:00 2001 From: C Hamilton Date: Mon, 19 Dec 2022 18:43:01 +0000 Subject: [PATCH] update documentation --- index.html | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 2a30214..9d8e8e6 100644 --- a/index.html +++ b/index.html @@ -252,13 +252,15 @@

Styled heatmap Styled
  • Select color ramp - This is a list of the QGIS color ramps that will be applied to the layer.
  • Invert color ramp - When checked, the ordering of the color ramp is inverted.
  • -

    These are Advanced Parameters. -* Maximum width or height dimensions of output image - If the output image dimensions used to accumulate the heatmap results exceeds this value then the algorithm will generate an error. This is an error check to make sure excessively large images are not created. To fix this error, increase this value or the value of Cell/pixel dimension in measurement units. -* Kernel shape - This is the shape of the kernel density function. The options are Quartic, Triangular, Uniform, Triweight, and Epanechnikov. -* Decay ration (Triangular kernels only) - This is used with a triangular kernel shape. See the QGIS Heatmap documentation for more information. -* Interpolation - Options are Discrete, Linear, and Exact. -* Mode - Options are Continuous, Equal Interval, and Quantile. -* Number of gradient colors - Specifies the number of gradient color classes.

    +

    These are Advanced Parameters.

    +

    Styled Polygon density map Styled polygon density map

    Like the Styled Heatmap, this algorithm uses a raster image to accumulate the summation of rasterized polygon layers and then automatically style the results. Here is an example of the result of summing a cluster of polygons.

    Styled polygon density map
    @@ -340,4 +342,6 @@

    Settings Settings
  • Default color ramp - This setting will be used by the algorithms for the default color ramp.
  • Default number of color ramp classes - This is the default number of color ramp colors or classes that are used by the algorithms.
  • Default color ramp mode - This is the default color ramp mode used by the vector density maps for styling the output layer. The options are Equal Count (Quantile), Equal Interval, Logarithmic scale ,Natural Breaks (Jenks), Pretty Breaks, or Standard Deviation.
  • +
  • Line flash width - This is the width of the line flash marker lines used by the density hotspot explorer.
  • +
  • Line flash color - This is the color of the line flash marker lines used by the density hotspot explorer.