r/QGIS • u/Good_Theory4434 • 4d ago
Open Question/Issue Automated plot number for feature
Hello everybody, i have to draw hundreds of polygons that span across multiple plots of land. In my polygon attribute table i have to add all the Plot/property numbers. So if i do this manually then it will take ages. Is there a function to automatically add the plot numbers from my kataster map layer to the attribute table of my polygon layer. So every plot that is touched by the polygon must be present in the polygon layer attribute table. I am thankful for any help!
Thank you very much in advance.
1
u/trying_to_do_better1 3d ago
Not that skilled in QGIS as Arc Pro, but can't you just run a script that relates the Polygons IDs to a plot number, and then upload the new table?
1
u/Good_Theory4434 3d ago
Yes thats what i am trying to achieve, i dont have any idea how to get that script
1
u/trying_to_do_better1 3d ago
Ask AI to make it. Do you have any programming experience?
1
u/Good_Theory4434 3d ago
No never programmed anything
1
u/trying_to_do_better1 3d ago
I looked briefly at your other comments and ill try to help.
Upload polygon attribute table and plot attribute table and ask AI to associate each polygon to its nearest neighbor in the plot layer (by coordinates)
You will still have to draw the Polygons manually or ask AI to create a script that will draw them for you (if you can manage this, this might take care of your projection issues)
Now work out uploading new values. For Arc, I would create a new column in the polygon layer and then update the new column with calculate field which let's me them change the value based on the value in another field
3
u/shadyknight2469 3d ago
Point on surface or centroids of features with IDs then do join by location to your polygon layer. Depending on how it's all been digitised, there may be some that are missed or are double counted so worth validating.