For LiDAR point cloud data the distinction between point density and pulse density is quite important, but also commonly misunderstood.
The extension currently defines pc:density, which represents point density. However, many datasets and acquisition specs also refer to pulse density, which is a different metric since multiple returns can originate from a single emitted pulse.
Would it make sense to add something like pc:pulsedensity to represent this explicitly?
I assume renaming pc:density to pc:pointdensity would be a breaking change and therefore not realistic, but adding a separate field might help avoid ambiguity.
For LiDAR point cloud data the distinction between point density and pulse density is quite important, but also commonly misunderstood.
The extension currently defines
pc:density, which represents point density. However, many datasets and acquisition specs also refer to pulse density, which is a different metric since multiple returns can originate from a single emitted pulse.Would it make sense to add something like
pc:pulsedensityto represent this explicitly?I assume renaming
pc:densitytopc:pointdensitywould be a breaking change and therefore not realistic, but adding a separate field might help avoid ambiguity.