This is an automated email from the ASF dual-hosted git repository.
prantogg pushed a change to branch orient-ccw
in repository https://gitbox.apache.org/repos/asf/sedona-spatialbench.git
from 7843b7e add wrap around logic to keep points within [-180, 180]
degrees
new 4cbcee5 add logic to handle antimeridian crossing geometries
new 2ea426c add test suite for geometry validation
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
spatialbench/src/spatial/geometry.rs | 19 +-
spatialbench/src/spatial/utils/affine.rs | 15 --
spatialbench/src/spatial/utils/antimeridian.rs | 258 +++++++++++++++++++++++++
spatialbench/src/spatial/utils/mod.rs | 2 +
spatialbench/tests/geometry_tests.rs | 136 +++++++++++++
5 files changed, 413 insertions(+), 17 deletions(-)
create mode 100644 spatialbench/src/spatial/utils/antimeridian.rs
create mode 100644 spatialbench/tests/geometry_tests.rs