davidcaron / pye57

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

Adding support for writing BlobNode (imagery) #59

Closed joaori closed 4 months ago

joaori commented 4 months ago

When trying to clone an E57 file with images, I've realized a missing binding to support adding a BlobNode field to a StructureNode.

I've introduced a unit test file with an example of the clone process, in case you find it useful.

dancergraham commented 4 months ago

I had a look at the test file - it seems to be an unmodified copy of the standard e57 test file. After the xz hack attempt I was a bit nervous about accepting a pull request containing anonymous blob data 😁