Skip to content
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

Open
epifanio opened this issue Mar 30, 2023 · 1 comment
Open

MB-System PDAL - mbio (ro) driver update #1354

epifanio opened this issue Mar 30, 2023 · 1 comment

Comments

@epifanio
Copy link

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 #3791

Describe the solution you'd like
A collaborative effort between PDAL and MB-System to bring the mbio-dal reader back to life

Describe 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:

  • MB-System 5.7.5
  • ubuntu 20.04 (pinned version of ubuntu as MB-System 5.7.5 no longer build on newer ubuntu version, see #1262
  • PDAL Master
    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.

@jph6366
Copy link

jph6366 commented Nov 20, 2024

Describe 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:

  • MB-System 5.7.5
  • ubuntu 20.04 (pinned version of ubuntu as MB-System 5.7.5 no longer build on newer ubuntu version, see #1262
  • PDAL Master
    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

bump, reminder here to try debugging this in about 11-12 days

EDIT 12/5/2024:
Spent some time studying the two releases and diff'd files coupled with MBSystem's MBIO API.

So I tried building this with Dockerfile

And I logged this error:
Cloning into 'PDAL'... Updating files: 63% (1674/2652)Updating files: 64% (1698/2652)Updating files: 65% (1724/2652)Updating files: 66% (1751/2652)Updating files: 67% (1777/2652)Updating files: 68% (1804/2652)Updating files: 69% (1830/2652) Updating files: 70% (1857/2652)Updating files: 71% (1883/2652)Updating files: 72% (1910/2652)Updating files: 73% (1936/2652) Updating files: 74% (1963/2652) Updating files: 75% (1989/2652) Updating files: 76% (2016/2652)Updating files: 77% (2043/2652) Updating files: 78% (2069/2652) Updating files: 79% (2096/2652) Updating files: 80% (2122/2652)Updating files: 81% (2149/2652)Updating files: 82% (2175/2652)Updating files: 83% (2202/2652)Updating files: 84% (2228/2652)Updating files: 85% (2255/2652)Updating files: 86% (2281/2652)Updating files: 87% (2308/2652)Updating files: 88% (2334/2652)Updating files: 89% (2361/2652)Updating files: 90% (2387/2652)Updating files: 91% (2414/2652)Updating files: 92% (2440/2652)Updating files: 93% (2467/2652)Updating files: 94% (2493/2652)Updating files: 95% (2520/2652)Updating files: 96% (2546/2652)Updating files: 97% (2573/2652)Updating files: 98% (2599/2652)Updating files: 99% (2626/2652)Updating files: 100% (2652/2652) Updating files: 100% (2652/2652), done. -- The CXX compiler identification is GNU 11.4.0 -- The C compiler identification is GNU 11.4.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Could NOT find LIBEXECINFO (missing: LIBEXECINFO_LIBRARY) -- Could NOT find LIBUNWIND (missing: LIBUNWIND_LIBRARY LIBUNWIND_INCLUDE_DIR) CMake Error at cmake/proj.cmake:1 (find_package): Could not find a package configuration file provided by "PROJ" (requested version 9.0) with any of the following names: PROJConfig.cmake proj-config.cmake Add the installation prefix of "PROJ" to CMAKE_PREFIX_PATH or set "PROJ_DIR" to a directory containing one of the above files. If "PROJ" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): CMakeLists.txt:102 (include) -- Configuring incomplete, errors occurred! See also "/opt/pdal/PDAL/build/CMakeFiles/CMakeOutput.log".

Will pick this back up as I move on to working on transpiling some MBSystem libraries. (ETA: 1-2 WK(s))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants