[GRASS-git] [OSGeo/grass] aafd8a: r.in.pdal: Add COPC support (#7213)

Corey White noreply at github.com
Wed Sep 9 16:56:42 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/OSGeo/grass
  Commit: aafd8a308abfdd08cc1c4d800a67c79047fa8993
      https://github.com/OSGeo/grass/commit/aafd8a308abfdd08cc1c4d800a67c79047fa8993
  Author: Corey White <smortopahri at gmail.com>
  Date:   2026-09-09 (Wed, 09 Sep 2026)

  Changed paths:
    M raster/r.in.pdal/grassrasterwriter.h
    M raster/r.in.pdal/info.cpp
    M raster/r.in.pdal/main.cpp
    M raster/r.in.pdal/r.in.pdal.html
    M raster/r.in.pdal/r.in.pdal.md
    A raster/r.in.pdal/tests/conftest.py
    A raster/r.in.pdal/tests/r_in_pdal_copc_test.py

  Log Message:
  -----------
  r.in.pdal: Add COPC support (#7213)

* r.in.pdal: Added ability to read COPC data

* r.in.pdal: Push region bounds to COPC reader

When importing into a region smaller than the point cloud, pass the
region bounds to readers.copc so its octree index skips nodes outside
the region instead of decoding every point. Bounds are evaluated in the
file's CRS, which is expected to match the project's CRS, so the
pushdown is skipped when reprojection is requested. The GRASS spatial
filter is kept for the exact per-point clip.

* r.in.pdal: Validate point_table_capacity, report edge points, add COPC tests and docs

* r.in.pdal: Address review comments on COPC support



To unsubscribe from these emails, change your notification settings at https://github.com/OSGeo/grass/settings/notifications


More information about the grass-commit mailing list