-
Notifications
You must be signed in to change notification settings - Fork 21
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
docs: finalize point cloud styling docs #2500
docs: finalize point cloud styling docs #2500
Conversation
Codecov Report
@@ Coverage Diff @@
## feat/point-cloud-styling #2500 +/- ##
============================================================
- Coverage 70.37% 68.16% -2.21%
============================================================
Files 271 236 -35
Lines 11072 9701 -1371
Branches 1405 1278 -127
============================================================
- Hits 7792 6613 -1179
+ Misses 3123 2930 -193
- Partials 157 158 +1
|
📙 Documentation preview is available from |
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.
Looks good! Addition of bounding boxes around defined objects will make it perfect!
* feat: Add ability to style objects in point clouds (#2104) * feat: point cloud API for styling (#2179) * feat: Webassembly setup (#2353) * Update point cloud feature branch from master (#2416) * feat: Rust/Webassembly octree implementation for faster point-object assignment (#2327) * feat: custom classification (#2320) * docs: finalize point cloud styling docs (#2500) * refactor: move point cloud object provider to data-providers and expose object bounding boxes (#2522) * fix: point cloud custom transformation (#2550) * improvement: various fixes for point clouds (#2551) * fix: export point cloud object metadata (#2552) * Various big and small fixes Co-authored-by: Lars Moastuen <lars.moastuen@cognite.com> Co-authored-by: Christopher J. Tannum <christopher.tannum@cognite.com> Co-authored-by: Savokr <savelii.novikov@cognite.com> Co-authored-by: Pramod S <87521752+pramodcog@users.noreply.github.com>
Description
Finalizing the documentation for point cloud styling.
Note that it has not yet been copied into the
versioned_docs/version-4.x
yet. 4.x is not yet exposed when building documentation, so I see no rush to get it in there yet. At least it means fewer merge conflicts when we merge this into master.Checklist:
Here is a checklist that should completed before merging this given feature.
Any shortcomings from the items below should be explained and detailed within the contents of this PR.