benchmarks/copc: add benchmark harness for the COPC writer family#306
Open
agrigoriev wants to merge 15 commits into
Open
benchmarks/copc: add benchmark harness for the COPC writer family#306agrigoriev wants to merge 15 commits into
agrigoriev wants to merge 15 commits into
Conversation
Build u32/u64 from raw bytes (R's readBin doesn't support signed=FALSE for size>=4) and silence seek() return values via invisible(). Smoke-tested against PDAL output: 2099 leaves, max_depth=5, total_points=45,243,335.
…iant and add writer filtering in run_writers
…ipts - Introduced a comprehensive report for validating LOD quality and seamless multi-tile merges in the experimental COPC writer. - Implemented edge-artifact checking for merged COPC files. - Created scripts for fetching adjacent USGS 3DEP tiles for multi-tile merge testing. - Developed a validation script for visualizing LOD across different depth levels. - Added functionality to merge multiple LAZ tiles into a single COPC file with specified density settings. - Orchestrated the entire validation process through a main script that coordinates all phases, including LOD validation, tile fetching, merging, and edge artifact checks.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a reproducible benchmark harness for the experimental COPC writer
on top of
copc-multifile-merge. Pure additive — onlybenchmarks/copc/gets new files; no source code changes (those all live in the parent
branches).
lasR-experimental-dense, untwine, pdal, lascopcindex)
run_writers.sh,run_reads.sh)inspect_copc.R) + visual LOD validator(
validate_lod_visual.R) with per-depth uniformity CVrun_multitile_validation.sh) includingmerged-COPC LOD coherence + edge-artifact seam check
make_report.R)fetch_dataset.shfor single tile,fetch_multitile.shfor the 2×2 block)