-
Notifications
You must be signed in to change notification settings - Fork 473
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
How to generate a .pnts file #87
Comments
Hi @skiplist, I don't believe anything is available yet, and I expect some changes to this tile format in the next few months as the current version is pretty simple and could be more efficient. To keep up on the news, follow this forum thread. |
Thanks Patrick. We are trying to glue something together for a demo and were wondering what the current format of the .pnts file is? Is the graphic at: https://github.com/AnalyticalGraphicsInc/3d-tiles/blob/master/TileFormats/Points/README.md currently the right format for the file at ./Specs/Data/Cesium3DTiles/Points/Points/points.pnts ? I understand this will be changing in the future, but we'd like to glue a demo together ASAP, and if we could know the current format, we would be successful. Would be happy to submit our utility that creates the .pnts file as a PR. Sincerely |
Yes, that is the latest format used in the This repo is for the spec only so please do not submit a PR here, but do let me know about it and I'll start to track the ecosystem like we do for glTF, https://github.com/KhronosGroup/glTF#gltf-tools |
Hi Patrick, Sorry to be a bother again. I am attempting to parse the points.pnts file and I'm seeing the following as the beginning of the file:
I am parsing it via:
It looks a bit off as the positions seem out of the ordinary. Again, I really appreciate your help on the short notice, especially given that the format will be changing soon. Sincerely |
Have you looked at the sample data here: https://github.com/AnalyticalGraphicsInc/cesium/tree/3d-tiles/Specs/Data/Cesium3DTiles/Points/Points Also, the best place to ask these questions is the Cesium forum. Just a heads up that you are on the bleeding edge, most 3D Tiles users right now are using the |
Thanks Patrick. Upon viewing that link I see now that it says the file is "gzipped". I changed the extension to .gz, unzipped it, and now the data is looking a lot better. I'll see what I can do with this new information. Before, I did not know the file was gzipped! Thank you! |
Glad you are on the right track. I'd appreciate a screenshot when you have something working. Good luck! |
Things are looking much better now
Is that x, y, z in decimal degrees? |
Hi,
What is the best way of generating a .pnts file? Are there any programs or utilities available?
Thank you.
The text was updated successfully, but these errors were encountered: