How to use the pdal.__version__ function in pdal

To help you get started, we’ve selected a few pdal examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github PDAL / PDAL / python / pdal / pipeline_xml.py View on Github external
def __init__(self, customversion=None):
        super(Pipeline, self).__init__()
        self.attrib = {'version': customversion or pdal.__version__}