Python: Combine multiple Shapefiles

المشرف العام

Administrator
طاقم الإدارة
i have got a lot of Point-Shapefiles (r20010101.shp, r20010202.shp, r20020101.shp...).Each of them has the same amount of points at exactly the same location. In a column that is named after the Date e.g. "D20010101", where i have got unique Values for every Shape file.

What i want to do now, is to Combine or Merge or Join all these Shapefiles in a python command.
The Result should be ONE Shapefile with all those point (but please NO duplicate ones!!).
The Attribute Table of this Shapefile should look like this: FID, Shape, Id, [Value of Date 2001/01/01], [Value of Date 2001/02/02], ......

I Hope that somebody does understand me :)
This has to work, i'm frustrated because I can't find a easy way to do this :(

Thank you.

Greetings,Markus



أكثر...
 
أعلى