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

Create pointcloud (LAS probably) ingester #15

Closed
chrisbennight opened this issue Jun 18, 2014 · 3 comments
Closed

Create pointcloud (LAS probably) ingester #15

chrisbennight opened this issue Jun 18, 2014 · 3 comments
Milestone

Comments

@chrisbennight
Copy link
Contributor

Load pointcloud (3d / 3d + temporal) into geowave.

Investigation on access efficiency

  • Load each point as an individual point (vector)
  • Store a volumetric space and index it by the volume (tiling in 3 dimensions)

Access mechanism: look to #14 as one of the potential use cases

@chrisbennight
Copy link
Contributor Author

@jwomeara - stick a fork in it?

@jwomeara
Copy link
Contributor

As long as we're ok offloading this responsibility to PDAL, yeah.

@chrisbennight
Copy link
Contributor Author

Supported through PDAL (though not part of the ingest framework)

carolyntang pushed a commit to carolyntang/geowave that referenced this issue Apr 22, 2019
…ocationtech#15)

Add kudu metadata writer and reader;
Set default number of kudu replicas and partition buckets;
Fix the bug in kudu writer, use result of the row transformer

Signed-off-by: foolhb <hanbo1018@gmail.com>
rfecher pushed a commit that referenced this issue May 6, 2019
Add kudu metadata writer and reader;
Set default number of kudu replicas and partition buckets;
Fix the bug in kudu writer, use result of the row transformer

Signed-off-by: foolhb <hanbo1018@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants