This is an automated email from the ASF dual-hosted git repository.
paleolimbot pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/sedona-db.git
from c519e7c6 feat(sedona-raster-functions): add RS_ConvexHull and
item-level CRS to RS_Envelope (#597)
add d683122a feat(rust/sedona-functions): Implement `ST_Force2D()` and
`ST_Force3D()` (#606)
No new revisions were added by this update.
Summary of changes:
c/sedona-proj/src/transform.rs | 7 +-
python/sedonadb/tests/functions/test_functions.py | 42 ++-
rust/sedona-functions/src/lib.rs | 1 +
rust/sedona-functions/src/register.rs | 2 +
rust/sedona-functions/src/st_affine_helpers.rs | 7 +-
rust/sedona-functions/src/st_force_dim.rs | 405 ++++++++++++++++++++++
rust/sedona-functions/src/st_translate.rs | 2 +
rust/sedona-geometry/src/transform.rs | 74 ++--
8 files changed, 515 insertions(+), 25 deletions(-)
create mode 100644 rust/sedona-functions/src/st_force_dim.rs