iwfm.gis.point_in_poly

iwfm.gis.point_in_poly(x, y, poly)[source]

Is the point inside the polygon?

Parameters:
  • x (float) – Easting of point in UTM

  • y (float) – Northing of point in UTM

  • ppoly (polygon object)

Returns:

  • True if point <x,y> is inside or on an edge

  • False otherwise