I have a polygon numpy array, for example:
array([[[103, 120]],
[[104, 121]]]), array([[[102, 117]],
[[103, 118]]]), array([[[102, 112]],
[[103, 113]]]), array([[[131, 109]],
[[132, 113]
I would like to convert the polygon numpy array into polygon shapefile using python (the program I am using is ArcGIS 10.2) and the coordinate is NZTM2000 in python. Please help me how to do this.
Aucun commentaire:
Enregistrer un commentaire