could you please help me solve how to batch process a large number of geometric shapes using QGIS?
The geometric shapes in the layer are offset from their correct positions, and I need to adjust them one by one. The shape does not need to be changed, but the position of the shapes needs to be changed. There are thousands of such shapes in my layer. Do you know how to quickly adjust these offset shapes to their correct positions? My layer has four fields, namely id, geome, xqid, update_date. update_date is the time when null becomes saved every time the graphic is manually moved to the correct position and saved.enter image description here
enter image description here
I have tried writing some code in the Python console of QGIS using the QGsProduct module, but I am not sure how to get started. This is my first time using this tool.
Please tell me in detail how to quickly complete these tasks?
子非鱼 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.