open-forest-observatory / ofo-r

R package for Open Forest Observatory data processing
Other
1 stars 0 forks source link

Consider using `entwine` for COPC generation #37

Open russelldj opened 1 week ago

russelldj commented 1 week ago

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.

youngdjn commented 1 week ago

Thanks for creating the issue. One small correction: it is actually Untwine! (Clearly a reference to the older Entwine though)