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

Write interface for tiled processing #16

Open
5 tasks
rmsare opened this issue Oct 14, 2019 · 0 comments
Open
5 tasks

Write interface for tiled processing #16

rmsare opened this issue Oct 14, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@rmsare
Copy link
Collaborator

rmsare commented Oct 14, 2019

It would be good to process a large point cloud as tiles with the same scale domain/height tolerance.

It might be best to implement Pointcloud and TiledPointcloud classes for this. Major features could be

  • Load a dataset (.load()) as a dask array
  • Read data into memory by tile location
  • Run MCC/MCCRGB on tile
  • Save point labels as they are returned
  • Ideally this could be accomplished with dask workers via mcc or mcc_rgb.
@rmsare rmsare added enhancement New feature or request wish list Large new feature, or non-critical but useful feature labels Oct 14, 2019
@rmsare rmsare self-assigned this Oct 14, 2019
@rmsare rmsare removed the wish list Large new feature, or non-critical but useful feature label Nov 3, 2019
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