In the Sandcastle Cesium Sandcastle, a point cloud tileset named “PointCloudWithPerPointProperties” is used, and the style definitions read the different properties (${temperature}, ${length}, ${time}).
How was this tileset made?
Since when I upload a LAS/LAZ file to ion, only Intensity and Classification survive the tiler pipeline.
Also: how to “query” a tileset to get a list of available properties?
There currently are some efforts to revive the 3d-tiles-tools repository, and the updated state should contain a tool that can extract this information. It is not yet final/published, but there will soon be an analyze command (details in this PR) that, when applied to the .pnts file that you referred to, will create files that contain exactly this information, namely the batch table data…
Ha, I had found that in the spec, and was still wondering how to get that stuff out of the files. I learned now that you know that very well: GitHub - bertt/b3dm.tooling
I found this tool that looks like just what I need to get points-with-properties. It’s not point cloud per se, but i3dm, which probably is even better. You seem to be familiar with it yourself: GitHub - Geodan/i3dm.export: Export i3dm's from PostGIS table