-
Notifications
You must be signed in to change notification settings - Fork 10
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
SBF module, cc_3dmasc .load_sbf_features() and 3DMASC pull request #18
Comments
I have merged the pull request. Did you try to fix the issue yourself? |
Thanks for the merge, no I haven't try to fix the issue. |
…uest #18 Functions to handle SBF data are in the sbf module now
I have updated the code in cc_3dmasc.py, could you try with this version? |
Thanks. I have tried with this version. I just had to changed sbf.read_sbf to sbf.read in file cc_3dmasc.py line 47 for it to work |
Good catch, I was working on it this morning with a colleague, I have included the change also. |
I'm trying to realize the 3DMASC tutorial
When running cc_3dmasc .load_sbf_features() I have the following error : AttributeError: There is a dedicated module for SBF format handling, use 'from lidar_platform import sbf'.
From looking into your code and the git blame, it seems like the change in the cc file regarding the sbf functions aren’t taken into account into the cc_3dmasc.load_sbf function(). I’ve looked into the 3DMASC pull request and it seems the merging won’t fix this issue either.
Do you have an idea when you’re going to merge the pull request ? Do you plan modifying the load_sbf function() function to use SBF module instead of the cc SBF read/write functions ?
Thank you for your help and work !
The text was updated successfully, but these errors were encountered: