-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
We need to ensure that reference LAZ can be provided. Currently, IRC uses Ames Stereo Pipeline to make a LAZ out of a reference GeoTIFF, where the center of every pixel is converted to a point. The tool then uses Iterative Closest Point to align source and GeoTIFF-derived reference point clouds. See (https://github.com/cryogars/ice-road-copters/blob/main/scripts/laz_align.py) line 75, and literature about pc_align here. We want to maintain the capability of using a reference GeoTIFF incase that is all the user has. Use branch issue-23-LAZ. It's possible reference point cloud can be provided, we need to test.
Tasks
- Research (maybe test) if COPC, EPT, or LAZ is more efficiently processed by IRC [EDIT: Per Dom's advice, COPC is LAZ.
- If reference point cloud is provided, we will want to run that point cloud through the same filters as the source data OR create a flag to not do this. This is because filtering/ segmentation algorithm should be consistent across REF/SOURCE data.