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 f93b9540 chore(docs): Add missing dependency to docs build and ensure
build fails if quarto render fails (#445)
add 61387a16 feat(rust/sedona-raster-functions): Add RS_Envelope (#444)
No new revisions were added by this update.
Summary of changes:
Cargo.lock | 1 +
rust/sedona-raster-functions/Cargo.toml | 1 +
.../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_envelope.rs | 174 +++++++++++++++++++++
.../sedona-raster-functions/src/rs_geotransform.rs | 8 +-
rust/sedona-testing/src/rasters.rs | 12 +-
8 files changed, 189 insertions(+), 10 deletions(-)
create mode 100644 rust/sedona-raster-functions/src/rs_envelope.rs