Paul Ramsey

Results 254 comments of Paul Ramsey

Reported in https://trac.osgeo.org/postgis/ticket/5208

Sorry, I don't see how to reproduce? I have no source to create 'fuzz_geo2' and there is no source in the attached zip.

Is this running against an old GEOS? 3.8 or lower? The call is into the /overlay/ code line instead of overlayng, which is really weird.

There's no main() in the test program, what actually runs it? I'm definitely still unable to build this. Had to do this to get the CMake stuff to turn over:...

I think we might need to actually benchmark this out, since if NG is just faster for rectangles, the best thing to do us remove all the old rectangle code...

As applied to the new polygon hull function, for example, see https://github.com/pramsey/geos/blob/main-params/capi/geos_c.h.in#L3669-L3671

I'll wait for @dr-jts to weigh in on this, but to my mind this seems more like "do something weird, get a weird answer" than "answer is wrong". You're taking...

The buffer and offset routines definitely have some historical issues with closed lines, and you've just exposed another one. If/when the buffering gets reworked, this may be a useful example....

Add a picture, your explanation isn’t clear.

Something in your workload has managed to trip a condition that "should never happen", https://github.com/libgeos/geos/blob/0d9bdb0e33333d0a025874c9f257dee1c760ef25/src/operation/overlayng/PolygonBuilder.cpp#L150 Was the input to your operation valid? If not, use makevalid to repair it and...