Vissarion Fisikopoulos
Vissarion Fisikopoulos
I posted some results on accuracy and performance for various strategies here: https://github.com/vissarion/geometry/wiki/Accuracy-and-performance-of-geographic-algorithms I would like to add one (or more) projection methods for area but I think the one...
@awulkiew thanks! I updated the benchmarks. As expected the right projection could be very accurate for short distances but as the distance increases (typically >100m) then projection method becomes inaccurate....
I am ok with the intermediate level you are proposing, but I would also be ok with simply transform "karney" formulas to have the same interface as all the other...
>covered_by is implemented for (Polygon, Multipolygon), can't we just make use of this and convert Box into the rectangle (which is a Polygon) out of the given two corners of...
@heriberto-delgado and @KonanM is this issue still persist in `1.79`?
Thanks! I can verify this behavior in Ubuntu with clang-11, the intersection is empty.
I am also using tutorial's workflow that is why I never encounter to that issue. I am not against though. @barendgehrels what do you think?
I am in favour of supporting the standard and leaving the rest of string manipulation to the user.
@tinko92 great! @barendgehrels I think it would be better instead of replacing to have two options: robust/slow, non-robust/fast, maybe two different strategies. Obviously the current non-robust implementation is not that...
Thanks @tinko92 for those benchmarks! For completeness could you please include also the two versions of `side_by_triangle` on this table. I guess will be slower than side_rodust but faster than...