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 c0b406ef refactor(rust/sedona-raster-functions): extract
CachedCrsToSRIDMapping and simplify SRID/CRS logic (#590)
add c519e7c6 feat(sedona-raster-functions): add RS_ConvexHull and
item-level CRS to RS_Envelope (#597)
No new revisions were added by this update.
Summary of changes:
.../benches/native-raster-functions.rs | 1 +
rust/sedona-raster-functions/src/lib.rs | 1 +
rust/sedona-raster-functions/src/register.rs | 1 +
rust/sedona-raster-functions/src/rs_convexhull.rs | 196 +++++++++++++++++++++
rust/sedona-raster-functions/src/rs_envelope.rs | 44 +++--
5 files changed, 231 insertions(+), 12 deletions(-)
create mode 100644 rust/sedona-raster-functions/src/rs_convexhull.rs