Currently we use PDAL to perform the conversion to cloud-optimized point cloud (COPC). Unfortunately, this is a memory-intensive process, with some runs taking 50+ GB of RAM for a 7.5 GB input file. Entwine looks like a good alternative for this task since it stores intermediate data on disk, as suggested by @youngdjn.
Currently we use
PDAL
to perform the conversion to cloud-optimized point cloud (COPC). Unfortunately, this is a memory-intensive process, with some runs taking 50+ GB of RAM for a 7.5 GB input file. Entwine looks like a good alternative for this task since it stores intermediate data on disk, as suggested by @youngdjn.