-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MB-System PDAL - mbio (ro) driver update #1354
Comments
bump, reminder here to try debugging this in about 11-12 days EDIT 12/5/2024: So I tried building this with Dockerfile And I logged this error: Will pick this back up as I move on to working on transpiling some MBSystem libraries. (ETA: 1-2 WK(s)) |
Is your feature request related to a problem? Please describe.
The Point Data Abstraction Library (PDAL) offered a read-only driver for MB-System - I found it quite helpful in my workflow to extract angular response curves and geomorphometric features directly from sonar data. I loved it and loved the way how was possible to pipe SONAR data into a python based processing pipeline.
Unfortunately, starting with MB-System >5.7.5 (5.7.5 works with ubuntu 20.04 and PDAL master) - for MB-System greater than 5.7.5, the PDAL MBIO driver builds without error, but when attempting to run - it fails to initialize.
However, the
pdal-mbio
plug-in stopped working since MB-System 5.7.6 was released - I tried to debug the problem but failed; I also received some help from PDAL developers, but without success, as it requires someone with knowledge of MB-System internals to get this solved. There is a ticket open onPDAL; see #3791Describe the solution you'd like
A collaborative effort between PDAL and MB-System to bring the
mbio-dal
reader back to lifeDescribe alternatives you've considered
The plug-in can still be used/tested adopting a specific version of ubntu+mbsystem+pdal - the combination that worked for me is:
I have prepared a docker image to replicate a working solution - it includes a development environment (e.g., to build MB-System and PDAL)
docker pull epinux/pdal-mbio:mbio-5.7.5
Additional context
The MB-System -- PDAL MBIO driver was previously founded by the US Army Corps of Engineers - USACE - I didn't try (yet) to contact them to see if they are willing to look into this.
The text was updated successfully, but these errors were encountered: