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 582e7535 chore(docs/reference): Migrate sql.md to new functions format
(#585)
add 2f5f1e40 feat(rust/sedona-pointcloud): add laz chunk statistics (#604)
No new revisions were added by this update.
Summary of changes:
Cargo.lock | 2 +
Cargo.toml | 1 +
rust/sedona-pointcloud/Cargo.toml | 2 +
rust/sedona-pointcloud/src/laz/format.rs | 33 +-
rust/sedona-pointcloud/src/laz/metadata.rs | 35 ++-
rust/sedona-pointcloud/src/laz/mod.rs | 1 +
rust/sedona-pointcloud/src/laz/opener.rs | 121 ++++++--
rust/sedona-pointcloud/src/laz/reader.rs | 55 ++--
rust/sedona-pointcloud/src/laz/source.rs | 15 +-
rust/sedona-pointcloud/src/laz/statistics.rs | 417 ++++++++++++++++++++++++++
rust/sedona-pointcloud/src/options.rs | 2 +
rust/sedona-pointcloud/tests/data/generate.py | 46 ++-
rust/sedona-pointcloud/tests/data/large.laz | Bin 0 -> 8567 bytes
13 files changed, 651 insertions(+), 79 deletions(-)
create mode 100644 rust/sedona-pointcloud/src/laz/statistics.rs
create mode 100644 rust/sedona-pointcloud/tests/data/large.laz