I’m trying to write Python script to convert points (vertices) with Lat/Long to Polygons. The points are stored in Excel sheet and these points representing the edges of an area structure. I have the Structure ID’s, the order no of the points, Lat and Long. The no of points that can draw a polygon vary from structures to another, for example in case of a soccer filed there will be 4 points but in case of an outdoor recreation area I might be having 8 – 10 points. So the no of points is not fixes for every area structure (polygon). Thanks for your help.