PDAL / python

PDAL's Python Support
Other
115 stars 34 forks source link

How do you use the "pdal info file.laz" capabilities using the Python Library? #134

Closed robertwood62 closed 1 year ago

robertwood62 commented 1 year ago

I see documentation on using pdal "pipeline", but what about using the pdal "info" capabilities? Is there any documentation on how to get that kind of information?

hobu commented 1 year ago

You could add filters.info to the pipeline and fetch the .metadata member afterward. Please use the mailing list for questions.