I have an array of points in two dimensional plane. The closed-loop formed by these points (by joining each point with two neighboring points, and first point to the last point, always lies on both sides of the Y-axis (x>0 and x<0). I am trying to find the area of a section of this domain lying on the x > 0 side of the Y axis. Use of WindingPolygon function to determine the domain is giving "disconnected polygon with holes". Due to this, discretization of this domain is giving an area completely different from the original area. Attached is the file having the data.
Will be thankful for any help
Attachments: