QGIS How to multiply (repeat n times) a point by field [duplicate]

المشرف العام

Administrator
طاقم الإدارة
This question already has an answer here:


I have a point layer in QGIS that has a field named "Amount" that stores an integer value for every point in the layer.

I want to create N points in the exact place of the feature that has N as value in the amount "field". I mean, if a point has in the amount field 16, I need to create 15 more points in that exact lat long (1+15 so that there are 16 in total) of that point.

After this process, the sum of "Amount" values in the starting layer should be equal to the sum of points in the new layer.

I need it to create a heatmap with the new layer. What is the easyest way of achiving this?

Regards



أكثر...
 
أعلى