[pdal] pdal tindex srs

Howard Butler howard at hobu.co
Tue May 26 12:15:22 PDT 2020



> On May 26, 2020, at 2:04 PM, Jim Klassen <klassen.js at gmail.com> wrote:
> 
> From what I can tell, when `pdal tindex` stores an EPSG srs in a tileindex, it omits the vertical component.  (I haven't tested if this also applies to when it stores proj strings).

Bug. It's trying to auto-identify an EPSG code for you when it writes the tile index. Please file a bug to change this to write compound WKT.

> Is there a way to convince "readers.tindex" to read the SRS from the LAZ header instead of the tileindex column?

This should maybe be the default behavior anyway for readers.tindex. The SRS column in the tile index is a convenience for upstream users of the tile index files themselves, not for PDAL. It would be one way to do some kind of default/override scenario, but that is not as common as do the expected thing of reading the SRS from the files. Please file a ticket on this one too.

Howard


More information about the pdal mailing list