Hi,<br><br>I'm going to have to do a series of actions about 20 times, so I'd like to automate the process, but I don't know how to get started. What to import? What functions to call?<br><br>Here's what I need to do:<br>
<br>Add Vector Layer<br>  File/Latin1/ -> 2 layers<br><br>One layer has points with address information, the other has polygons of building shapes<br><br>Vector/Analysis Tools/Point in Polygon<br><br>-> PNTCNT<br><br>
Query on the new CNT layer -> save buildings with one PNTCNT=1 to only1address.shp<br>                                                   save buildings with PNTCNT=0 or PNTCNT>1 to not1address.shp<br><br>Vector/Data Management Tools/Join Attributes By Location<br>
  Target Layer: only1address.shp<br>  Join Vector Layer: AdPt<br>  To: BuildingsWith1Address<br><br>Then I want to remove several fields and create new fields with the field calculator, to create one field with both French and Dutch names combined.<br>
<br><br>I create a few more vector layers (one with the other set of building shapes, one with the address nodes that didn't become one address buildings) and in the end I need to merge them once again.<br><br>Vector/Merge Shapefiles to One<br>
<br><br>Could somebody get me started with that? Point my nose in the right direction?<br><br>Thanks,<br><br>Jo<br><br>