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

Enable multiple types of point cloud(s) as an input #7

Open
jakipatryk opened this issue Aug 20, 2022 · 0 comments
Open

Enable multiple types of point cloud(s) as an input #7

jakipatryk opened this issue Aug 20, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@jakipatryk
Copy link
Owner

Currently, only single point cloud, represented as RDD of Point, is available as an input to the job.

Enable multiple ways of running the job:

  • with single point cloud as RDD of Point (done)
  • as RDD of (point_cloud_indicator, Point)
  • as RDD of point clouds (each element is a list/collection of Point)
@jakipatryk jakipatryk added the enhancement New feature or request label Aug 20, 2022
@jakipatryk jakipatryk self-assigned this Aug 20, 2022
@jakipatryk jakipatryk removed their assignment Aug 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant