This is an automated email from the ASF dual-hosted git repository.
kontinuation pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/sedona-db.git
from 1892e1a feat(rust/sedona-functions): Implement ST_Points and
ST_NPoints (#257)
add 3df327d chore: Port georust/geo changes to sedona-geo-generic-alg
(#261)
No new revisions were added by this update.
Summary of changes:
c/sedona-tg/src/tg.rs | 9 +-
.../sedona-geo-generic-alg/benches/intersection.rs | 135 ++++++++++++++++
.../src/algorithm/centroid.rs | 8 +-
.../src/algorithm/coordinate_position.rs | 4 +-
.../src/algorithm/dimensions.rs | 8 +-
.../src/algorithm/intersects/collections.rs | 2 +-
.../src/algorithm/intersects/coordinate.rs | 2 +-
.../src/algorithm/intersects/line.rs | 2 +-
.../src/algorithm/intersects/line_string.rs | 173 ++++++++++++++++++++-
.../src/algorithm/intersects/mod.rs | 25 ++-
.../src/algorithm/intersects/point.rs | 2 +-
.../src/algorithm/intersects/polygon.rs | 82 +++++-----
.../src/algorithm/intersects/rect.rs | 170 ++++++++++++++++++--
.../src/algorithm/intersects/triangle.rs | 155 +++++++++++++++++-
.../src/algorithm/map_coords.rs | 6 +-
rust/sedona-geo-traits-ext/src/multi_polygon.rs | 40 ++++-
rust/sedona-geoparquet/src/metadata.rs | 9 +-
rust/sedona-geoparquet/src/options.rs | 9 +-
18 files changed, 738 insertions(+), 103 deletions(-)