Converting N polygons (with attributes) into N points which are all inside their polygon

274
1
Jump to solution
10-05-2023 08:34 AM
MaxenceMELIN
New Contributor II

Hi,

I would like, from a layer with N polygons (with attributes) to get N points which are all inside their polygon.

I wanted to use the centroid with it can be outside the polygon (ex : polygon with shape of a banana => I have many of them...).

I tried with create-random-points (1 point) with constraining_feature_class = my layer with polygon but it doesn't create me one point per polygon keeping the attribute data...

I just want to get a point per poygon inside its polygon (wherever it is inside the polygon) + keeping the attributes values...

Do you have any idea how to do that ? 

Thank u 🙂

0 Kudos
1 Solution

Accepted Solutions
MaxenceMELIN
New Contributor II
0 Kudos
1 Reply
MaxenceMELIN
New Contributor II
0 Kudos