|
def point_cloud_to_fileobj(pc, fileobj, data_compression=None): |
It seems intuitive that everything created by point_cloud_to_fileobj() should be readable by point_cloud_from_fileobj(), but when data_compression="binary" is passed, the deserialization loops forever in search of a line beginning with "DATA".