Open ecomodeller opened 5 months ago
I guess it is not possible to use _point_in_polygon() ?
I suppose we can, but that is only part of the solution, we still need to construct a proper polygon with holes for the entire domain, unless we loop over all elements, which we could do in a clever way similar to how find_index
works (when #685 has been fixed) .
I guess it is not possible to use _point_in_polygon() ?