Skip to content

point_cloud_from_fileobj only works with ascii/uncompressed data #27

@themightyoarfish

Description

@themightyoarfish

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".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions