-
-
Notifications
You must be signed in to change notification settings - Fork 329
IOPDAL Feature #2380
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
base: master
Are you sure you want to change the base?
IOPDAL Feature #2380
Conversation
Hi @RealEdwardS Looks like this is ongoing, do not hesitate to ping me here or on discord when you need a review :) |
Fixed and added some material. Right now I've skipped some supported PDAL types including faux, i3s, memoryview, pgpointcloud, and tindex, since they're not files, but other buffers/mediums? The gdal has a lot of files it supports, I still need to add all of them if necessary. Hopefully I'm on the right path, if I am, I'll continue and add some testing. Thanks :) |
Lets only add the one that we test and that makes sense. We dont need to add every single format. |
Let me know when you need a review or want to discuss how to do things :) |
Can you review my current code? I don't think I've missed anything with the implementation, though I haven't touched anything in the .github directory which I assume is used to test and build the plugin. Thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reviewed. Lets focus on a few select formats first.
will fix #201 |
Hi @RealEdwardS , how is it going ? Do you need any help ? |
Hi. Sorry for the delay. I've cleaned up some of the issues that was pointed out last time. I am currently trying to build f3d with my current progress and right now it's not building with a "Could not find the VTK package with the following required components: IOPDAL." message. I tried adding an Install PDAL Dependency dir in the .github/actions dir, but it's still failing to build. |
You obviously need to enable IOPDAL in your VTK build :) Lets discuss on discord. https://discord.f3d.app |
@RealEdwardS let me know if you have any struggle reaching out on discord |
-DCMAKE_BUILD_TYPE=Release | ||
-DCMAKE_INSTALL_LIBDIR:PATH=lib | ||
-DCMAKE_INSTALL_PREFIX=../pdal_install | ||
-DCMAKE_POSITION_INDEPENDENT_CODE=ON |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you need this ?
\ci -main |
\ci fast |
\ci -fast |
\ci main |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2380 +/- ##
==========================================
+ Coverage 96.29% 96.31% +0.02%
==========================================
Files 134 136 +2
Lines 12798 12868 +70
==========================================
+ Hits 12324 12394 +70
Misses 474 474 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Describe your changes
Issue ticket number and link if any
Checklist for finalizing the PR
.github/workflows/versions.json
, I have updatedtimestamp
Continuous integration
Please check the checkbox of the CI you want to run, then push again on your branch.