davidcaron / pye57

Read and write e57 point clouds from Python
MIT License
68 stars 42 forks source link

Read from BytesIO object #42

Open dancergraham opened 1 year ago

dancergraham commented 1 year ago

Hello,

It would be great for testing and for cloud applications to be able to read from a BytesIO or similar in-memory object rather than needing to write a file to disk and provide the path as a string.