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

Additional fields for points? #20

Closed
mpgerlek opened this issue Aug 19, 2015 · 3 comments
Closed

Additional fields for points? #20

mpgerlek opened this issue Aug 19, 2015 · 3 comments

Comments

@mpgerlek
Copy link

Point cloud data is typically more than 3 fields for (x,y,z): LAS classification, salinity and temperature, etc., any of which one might want to represent by mapping it into (r,g,b).

Is there a plan to expand the binary blob in the point tile to include fields beyond (x,y,z) and allow for a colorization function to be plugged in, or is the intent that such colorization be done dynamically on the server side and passed back by the (r,g,b) fields?

@pjcozzi
Copy link
Contributor

pjcozzi commented Aug 19, 2015

Is there a plan to expand the binary blob in the point tile to include fields beyond (x,y,z) and allow for a colorization function to be plugged in

Yes. This is what "attributes" mean in "needs compression and additional attributes" in the spec.

I don't know exactly how we will organize this yet, but here's how we do it for 3d models. Note that there is a lot of flexibility: the most commonly used attributes can be baked into the tile, and less commonly used attributes can be kept on a server and accessed with an id attribute from the title. We do this for 3D buildings, e.g., building height is included in the tile for shading by height and zooming to the building, but the building address is queried on-demand for display when the building is clicked.

@mpgerlek
Copy link
Author

Excellent, thanks.

(The spec looks simple and sufficient enough for me to try and output 3d-tiles support from my lidar tools, will let you know how it goes...)

@pjcozzi
Copy link
Contributor

pjcozzi commented Aug 19, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants