Currently all points are loaded into memory when read, which isn't ideal if you have a larger-than-memory file. We should incorporate the ideas used in LasIO.jl and LazIO.jl to implement some proper streaming systems to avoid this (note: this may include incorporating LASzip_jll functionality)
Currently all points are loaded into memory when read, which isn't ideal if you have a larger-than-memory file. We should incorporate the ideas used in LasIO.jl and LazIO.jl to implement some proper streaming systems to avoid this (note: this may include incorporating LASzip_jll functionality)