-
Notifications
You must be signed in to change notification settings - Fork 2
Description
I would like to do a partial read of the e57 point cloud data at a specific location, avoiding the costly operation of reading the entire file. This is a follow-up to the last comment of #74, where you mentioned this e57 library could be used instead, as the rust library it's wrapping has the functionality. I'm not familiar with the underlying rust e57 library, but I imagine the skip method of PointCloudReaderSimple might be useful. Is there potential for this, and could this be on the roadmap? Thanks!
Edit: Although this might not be great for this library, I was also wondering if the e57 could be parsed directly in python itself without using a wrapper (I tried this a bit: I was able to access the xml, but I was having trouble reading the raw data at the specified locations).