davidcaron / pye57

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

Plans to implement more robust export functions? #54

Open onitreb opened 6 months ago

onitreb commented 6 months ago

I'm computing the normals of e57 scans based on the scanner head positions, and want to write these new XYZ normals values back to an e57 file.

Are there plans to update the export functionality to support writing custom data?

Thanks

dancergraham commented 6 months ago

Hello, no plans at the moment but I think this is supported by the underlying libE57Format library so I would be happy to review and integrate any PRs adding this feature.

onitreb commented 6 months ago

Got it. Thanks for the reply. Exporting to PCD for now. 👍