Source: python-pdal Section: science Priority: optional Maintainer: Debian GIS Project Uploaders: Bas Couwenberg Build-Depends: debhelper (>= 9), dh-python, cython, libpdal-dev (>= 1.8.0), libpdal-plugin-python (>= 1.8.0), python-all-dev, python-numpy, python-packaging, python-setuptools Standards-Version: 4.2.1 Vcs-Browser: https://salsa.debian.org/debian-gis-team/python-pdal Vcs-Git: https://salsa.debian.org/debian-gis-team/python-pdal.git Homepage: https://github.com/PDAL/python Package: python-pdal Architecture: any Section: python Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} Description: Point Data Abstraction Library - Python 2 extension PDAL is a BSD licensed library for translating and manipulating point cloud data of various formats. PDAL can be used to read, write and translate point cloud data in many formats. Support is included for input files of LAS, LAZ, SBET, BPF, QFIT and others. PDAL can also read from and write to databases that support point cloud storage, including Oracle, Postgres and SQLite. . PDAL should not be confused with PCL (Point Cloud Library). PCL is a library specifically designed to provide algorithmic analysis and modification of point clouds. PDAL provides a limited interface to the facilities of PCL, but does not in general attempt to duplicate its capabilities. . This package contains the PDAL extension for Python 2.