This is an automated email from the ASF dual-hosted git repository.
prantogg pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/sedona-db.git
from e0e1d109 feat(sedona-expr,sedona-schema): Implement item-level CRS
(#410)
add 109e7726 feat(rust/sedona-geo): Add ST_AsGeoJSON (#469)
No new revisions were added by this update.
Summary of changes:
Cargo.toml | 1 +
python/sedonadb/tests/functions/test_functions.py | 47 +++++
rust/sedona-functions/src/lib.rs | 1 +
rust/sedona-functions/src/register.rs | 1 +
.../src/{st_area.rs => st_asgeojson.rs} | 25 +--
rust/sedona-geo/Cargo.toml | 2 +
rust/sedona-geo/src/lib.rs | 1 +
rust/sedona-geo/src/register.rs | 5 +-
rust/sedona-geo/src/st_asgeojson.rs | 196 +++++++++++++++++++++
9 files changed, 265 insertions(+), 14 deletions(-)
copy rust/sedona-functions/src/{st_area.rs => st_asgeojson.rs} (71%)
create mode 100644 rust/sedona-geo/src/st_asgeojson.rs