havatv / qgislinedirectionhistogramplugin

A QGIS plugin to create a histogram of line directions
GNU General Public License v2.0
0 stars 0 forks source link

Generate a layer of rose histograms based on a provided (polygon) tile layer #10

Closed havatv closed 7 years ago

havatv commented 7 years ago

A user would like to generate separate rose diagrams for different parts of the map, and present the rose diagrams over the corresponding part of the map (as a new layer). The parts could be provided using a polygon layer. The result would look like this:

image

havatv commented 7 years ago

The user can now supply a polygon layer that define the "tiles" (could be overlapping). For each tile, a rose diagram (stored as an SVG file) is generated. The rose diagrams are used to style a point layer created from the polygon tile layer.

havatv commented 7 years ago

Support for tiles was added in 34c941626a1fef4beb7a6309b6487cb9e3465923.