JuliaGeometry / Meshes.jl

Computational geometry and meshing algorithms in Julia
https://juliageometry.github.io/MeshesDocs/stable
Other
376 stars 80 forks source link

Fix `point in polyarea` #909

Closed eliascarv closed 2 weeks ago

eliascarv commented 3 weeks ago

closes #900

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.91%. Comparing base (e3dbf53) to head (14b4510). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #909 +/- ## ========================================== + Coverage 88.89% 88.91% +0.01% ========================================== Files 176 176 Lines 5315 5322 +7 ========================================== + Hits 4725 4732 +7 Misses 590 590 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

juliohm commented 3 weeks ago

This PR fixes the behavior, but introduces a regression in terms of memory usage. We probably need a separate method just for LatLon coordinates, including GeodeticLatLon, GeocentricLatLon and AuthalicLatLon.